Joseph Galbraith wrote:
Please find attached two patches which enable both
scintilla.dll and scite.exe to be build using VS.NET
2005 (or the platform SDK 64 bit compiler.)

The first patch fixes the build errors:

+ Make definition of Edit::NotifyMacroRecord() match it's
  declaration.

+ In ColouriseCamlDoc, SCE_CAML_OPERATOR, strchr() returns
  a const char*; so make o const char* instead of char*.

+ Fix declaration of ListBoxX::StaticWndProc to match
  PSDK for a WNDPROC.

+ Use {Set,Get}WindowPointerPtr instead of
  {Set,Get}WindowPointer and the new GWLP_USERDATA
  and GWLP_WNDPROC instead of old GWL_USERDATA and
  GWL_WNDPROC where needed.

You might want to generate these against the current CVS versions of the files... the second one was already changed by Neil on September 18 to use the const. :)

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to