03-15-2011 08:56 AM
hi,
I had working application using dynamically loaded DLL in run-time. Both application and DLL were developed in CVI9.0. After I upgraded to CVI2010, and compiling the application, I got error messages of missing variables in one DLL function call. When I added these variable in definitions, I got stack overflow error instead. I re-compiled the DLL in CVI2010 if that would cause the stack over flow error. I didn't help.
Does somebody have some suggestions what to do next ?
Best Regards,
Petri
Solved! Go to Solution.
03-16-2011 08:54 AM
I found problem in variable definition in a function called from callback. variable definition needs static to get rid of the stack overflow error.
regards,
petri