SyntaxHilighting.dll static alternative
Posted: Wed Aug 29, 2007 8:22 am
2Freak : SyntaxHilighting.dll is very usefull ; could you also provide a static alternative, so that we don't need a DLL ?
http://www.purebasic.com
https://www.purebasic.fr/english/
I know, but it's only a workaround.milan1612 wrote:You could use the LoadDllMemory library from PBOSL...
Sure? I've never had any problems with it...gnozal wrote:And it does not work with all DLLs (SyntaxHilighting.dll not tested).
Suremilan1612 wrote:Sure? I've never had any problems with it...gnozal wrote:And it does not work with all DLLs (SyntaxHilighting.dll not tested).
Thanks Thomas, I know this too. I am glad it works, but I would like a 'real' SyntaxHilighting static library.ts-soft wrote:You can use the memorymodule.lib from my includepack. Is the same as in PBOSL, but as static lib. Works with SyntaxHilighting.dl
http://www.purebasic.fr/english/viewtop ... 126#151126
I do not remember wich DLL it was, it tested some, maybe BASS or BASSMOD ?milan1612 wrote:OK, I think I'm gonna do some tests
I did not know it was written in PB, sorry.freak wrote:PB does not create static libs from PB code so i can only provide a dll, sorry.
Yes, that's what my tools do.freak wrote:btw, the idea was that tools should load the dll directly from the user's PB directory.
This way they always get the up to date version of the dll (when keywords are added etc).