Various GoScintilla examples including Folding, Demo_Simple1 and Demo_Bookmarks1 all run correctly from the PB IDE but don't work when compiled. The window pops up but there is no Scintilla gadget, just a grey screen. In the case of the bookmark example, the menu doesn't appear. I've used them unchanged from the download. I've tried PB 5.00 (both 64 and 32 bit versions). I also tried the PB 4.61 beta.
Turning threadsafe on and off makes no difference. Other examples without Scintilla compile and run correctly.
I'm running Windows 7
Any help appreciated.
Mike
GoScintilla Compile Problem
Re: GoScintilla Compile Problem
For Windows, you have to distribute the Scintilla.dll from your .../purebasic/compilers/ folder!
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.

Re: GoScintilla Compile Problem
Excellent! Thanks. Problem solved.