Page 1 of 1

Glade?!?

Posted: Thu Jul 31, 2008 4:57 pm
by Erlend
I got glade working very well with Purebasic, only I can't get the autoconnect function to work. Seems like Purebasic dosn't export the function names of the procedures even if I spesify ProcedureDLL. I have made a workaround using the callback function in glade but this is very quirky. Anyone have any clue how to get this working, if posible?

Posted: Thu Jul 31, 2008 6:17 pm
by Straker
Use ProcedureCDLL.

Posted: Thu Jul 31, 2008 11:12 pm
by Erlend
I've tested that, but it fails:-(