nathan7
01-15-2008, 02:54 PM
plugin saving file problem
Hi, i wrote a GUP plugin, it works well but when i try to save the file, it crashes and with a dialog saying:
No symbols are loaded for any call stack frame. The source code cannot be displayed.
anyone knows what could be the causes for this?
i noticed it never reach Stop() or destructor of my plugin before crashing, i have several classes defined for internal use only, do i have to write classID and superClassID and reflect this in LibNumberClasses() for every single class in my plugin?
is it caused by global variables?
Hi, i wrote a GUP plugin, it works well but when i try to save the file, it crashes and with a dialog saying:
No symbols are loaded for any call stack frame. The source code cannot be displayed.
anyone knows what could be the causes for this?
i noticed it never reach Stop() or destructor of my plugin before crashing, i have several classes defined for internal use only, do i have to write classID and superClassID and reflect this in LibNumberClasses() for every single class in my plugin?
is it caused by global variables?
