08.01.2012, 06:31
Im not really sure why you chose this tittle for the thread, since none of this so far has really been related to the GDK. Its all been basic C++ problems, nothing GDK related. Im going to be adding the GDK to my plugin development guide soon (been saying this for a while, i know) so hopefully less people have issues with using the library.
Btw its not a reference you two are using, in that usage its the address-of operator.
Im assuming you mean callbacks are bugged when there are multiple plugins using the GDK? If so you should update any other plugins that use the GDK as most of them have a patched version available (disabled callback hooks basically). If your gonna release your plugin publicly its also a good idea to disable the callback hooks and go through PAWN until the issues are resolved. You can find more information on this in the math plugin thread.
Btw its not a reference you two are using, in that usage its the address-of operator.
Im assuming you mean callbacks are bugged when there are multiple plugins using the GDK? If so you should update any other plugins that use the GDK as most of them have a patched version available (disabled callback hooks basically). If your gonna release your plugin publicly its also a good idea to disable the callback hooks and go through PAWN until the issues are resolved. You can find more information on this in the math plugin thread.