Hello everybody,
I do have a problem with the following line:
g_signal_connect_data_(*Widget, @Signal.s, Function, user_data.i, 0, 0)
Since PureBasic 5.4.0 I get an error on this line. The error says: Bad parameter type: a string is expected.
I do not even know which part causes the error.
With older versions of PureBasic I don't get this error when using the exactly same code.
Any help is appreciated.
Thank you
Error: Bad parameter type
Re: Error: Bad parameter type
Without testing, but the errormessage is really clear! Change @Signal.s to Signal.s!
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.
