SyntaxHilighting.dll static alternative
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
SyntaxHilighting.dll static alternative
2Freak : SyntaxHilighting.dll is very usefull ; could you also provide a static alternative, so that we don't need a DLL ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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
greetings
Thomas
PBOSL, but as static lib. Works with SyntaxHilighting.dl
http://www.purebasic.fr/english/viewtop ... 126#151126
greetings
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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).

For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PB does not create static libs from PB code so i can only provide a dll, sorry.
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).
Using a static library would defeat that purpose.
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).
Using a static library would defeat that purpose.
quidquid Latine dictum sit altum videtur
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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.
Maybe a new feature for PB4.20 ? Some other basic compilers can compile to lib.
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).
Maybe you could post (or include a readme in the SDK) a reliable method to get the PB directory when PB 4.10 final comes out, because this is not very well documented (and now that Vista and UAP are out ...).
Thanks.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).