08-01-2007 09:42 AM
08-01-2007 11:05 AM
Have you tried compiling for a Release Build, instead of a Debug one? This problem may be due to incorrect operation of the CVI debug system and may well disappear in Release mode.
JR
08-01-2007 11:26 AM
08-02-2007 04:40 AM
Hi JR, Mert
Thanks for directing me towards "release mode". Yes, indeed: the code will compile and run o.k. in release mode. At least, looking at my log file outputs. I might be able to live with that code in release mode (no debugging). But I need to debug the rest of the application framework.
So far, I could not manage to compile the project with some files in debug and other files in release mode.
Any help on this one ?
Again, thanks a lot!
Bert
P.S.: obviously, the code in question is generated with some older K&R style in mind. In these good (?) old days, anything was possible... The strong runtime checking of CVI has helped me a lot in past projects. But in this case, I would like to turn it off.
08-02-2007 10:13 AM
08-02-2007 01:13 PM
08-03-2007 07:49 AM
Gentlemen,
Now I managed to switch off runtime checking selectively (O Option). I got what I needed.
Thanks to the community