Updated support for the Hollywood programming language
Add support for the Hollywood language
Ok, I've fixed this now. New patch attached. I'm still on Scintilla 3.7.2 because that is the version that is shipped with wxWidgets. Even the latest version of wxWidgets from two weeks ago doesn't come with a newer version of Scintilla :-( So this explains why my lexer used an obsolete interface because I'm using Scintilla through wxWidgets.
Scintilla lexer for Hollywood
Request for a clib2 static link library
Thanks, it's working now. But I have to use the name "libSDL2-2.0.so.1" with DLOpen(). When using just "libSDL2.so" I still get a crash, presumably because there is still the old version of libSDL2.so in SOBJS:. So maybe the installer also needs to be fixed to kill the old version as well.
Can't manually load libSDL2.so
Hi, is it possible to programmatically activate a GLFW window? Suppose I have four...