Re: [scintilla] Scintilla compilation in 64 bit with Visual Studio 2010 successful.
165 views
Skip to first unread message
Neil Hodgson
unread,
Oct 15, 2012, 6:47:02 AM10/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
Arris74:
> I just want to inform that I have set up a VC10 project that builds a Scintilla DLL in 64 bit for both Debug and Release mode.
>
> Do you know where I can drop the project to make it be downloadable?
We don't really have a contributions area. If you are going to maintain this then you could create a project on one of the open source hosts like Google Code or Bitbucket and I'll include a reference on the Related page. For a one-off, you could post it as an attachment to a message to this list since messages are archived at the Google Groups site.
It was looking like the .vcxproj format was settling down so they could be used from different versions of Visual C++ but 2012 insists on changing files from 2010. Attached is an example that uses wildcards so it doesn't need to change whenever lexers are added. I'm sure someone with MSBuild experience could streamline it.