Page 1 of 1

GoScintilla Compile Problem

Posted: Tue Mar 05, 2013 9:33 am
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

Re: GoScintilla Compile Problem

Posted: Tue Mar 05, 2013 10:02 am
by ts-soft
For Windows, you have to distribute the Scintilla.dll from your .../purebasic/compilers/ folder!

Re: GoScintilla Compile Problem

Posted: Tue Mar 05, 2013 10:31 am
by Yewklid
Excellent! Thanks. Problem solved.