Scintilla Static Library (last update : NOV 7th 2012)Scintilla versions : PB3.94 library ScintillaStaticLite : 2.02
PB4.0x - PB4.5x libraries ScintillaStaticFull : 2.02
ScintillaStaticLite : 2.02
PB4.5x libraries ScintillaStaticFull : 2.24
ScintillaStaticLite : 2.24
PB4.6x+ libraries ScintillaStaticFull : 2.28
ScintillaStaticLite : 2.28
PB5.0x libraries ScintillaStaticFull : 2.28
ScintillaStaticLite : 2.28
The purpose of this library is to use the new PB4.10+ ScintillaGadget with a static scintilla library (.lib) instead of a dynamic one (.dll).
It also works with CreateWindowEx_().
How to useReplace the genuine function "InitScintilla(ScintillaDLLPath.s)" with InitScintillaStaticLite() or InitScintillaStaticFull().
That's it !
InitScintillaStaticLite() -> use 'lite' scintilla library [without all the lexers, like the PB Scintilla.dll]
InitScintillaStaticFull() -> use 'full' scintilla library [like the Scite SciLexer.dll]
DownloadOnly available for Purebasic Windows x86 Scintilla 2.02 : (supports all Windows versions)
PB3.94 :
http://gnozal.ucoz.com/ScintillaStatic.zip PB4.3x :
http://gnozal.ucoz.com/ScintillaStatic_430.zip PB4.4x :
http://gnozal.ucoz.com/ScintillaStatic_440.zip PB4.5x :
http://gnozal.ucoz.com/ScintillaStatic_450_v202.zip Scintilla 2.22 : PB4.5x :
http://gnozal.ucoz.com/ScintillaStatic_450.zip Scintilla 2.28 : PB4.6x :
http://gnozal.ucoz.com/ScintillaStatic_460.zip PB5.0x :
http://gnozal.ucoz.com/ScintillaStatic_500.zip