That happens here too.
Pecan made a few changes in that plugin to get it compiling under Linux, but now it crashes under Windows.
1/18/2006 9:06 AM
I just deleted the keybinder contrib and updated to
svn 1800, recompiled and am
running under windows & gdb with no crashes. I'm not
running astye and codecompletion plugins.
Can anyone tell me how to get the "keybinder"
crash?
thanks
pecan
EDIT: I see from the report above, that the crash
happened in PluginSDKversion(). used in keybinder
as
// Create filename like cbKeyBinder{pluginversion}v{sdkversion}.ini
// +v0.4.1 Get major and minor SDK versions to use in filename
int SDKmajor; int SDKminor; int SDKrelease;
PluginSDKVersion( &SDKmajor, &SDKminor, &SDKrelease);
Is there a safer way to do this?