Hi !
Would that be possible for Windows version (if I understood well, it is like that on Linux and MacOSX)
cheers,
polo
Scintilla gadget statically linked
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
I'd like it as an option - 'cause I use a custom scintilla dll.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Yes, as an option it would be fine, like :
- #PB_Scintilla_DLL
- #PB_Scintilla_Static_Lite (like Scintilla.DLL)
- #PB_Scintilla_Static_Full (like SciLexer.DLL)
I use it both ways :
- PureFORM -> uses PB's Scintilla.DLL
- jaPBe -> uses static scintilla
- #PB_Scintilla_DLL
- #PB_Scintilla_Static_Lite (like Scintilla.DLL)
- #PB_Scintilla_Static_Full (like SciLexer.DLL)
I use it both ways :
- PureFORM -> uses PB's Scintilla.DLL
- jaPBe -> uses static scintilla
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).