manoj marathayil:

> Whether i want to add all the source files(In src folder as well as WIN32
> folder ) for static build.

   Yes, add all the .cxx files in src and win32 directories.

> If i compiled with UNICODE defined, it is showing error, b'cos all the
> functions are defined in ScintillaWin are char * only. Plz give me some
> solution for this.

   Compile the Scintilla code as ANSI, that is without defining
UNICODE. In Visual Studio, it may be best to create a static library
project for all of the Scintilla code and then link this into your
Unicode application.

  Neil

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to