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.
Neil