GoScintilla Compile Problem

Just starting out? Need help? Post your questions and find answers here.
Yewklid
User
User
Posts: 19
Joined: Sun May 27, 2007 3:40 pm
Location: Berkshire, England

GoScintilla Compile Problem

Post by Yewklid »

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
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: GoScintilla Compile Problem

Post by ts-soft »

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.
Image
Yewklid
User
User
Posts: 19
Joined: Sun May 27, 2007 3:40 pm
Location: Berkshire, England

Re: GoScintilla Compile Problem

Post by Yewklid »

Excellent! Thanks. Problem solved.
Post Reply