Hello to all,
My problem is that the first line of code under a comment is seen as a comment.
for example:
// line of comment
if (Function1()) goto Error;
Function2();
The soft goes to Function2(), without executing the line above; and in debbug mode, I can't put a breakpoint in front of the first line, which has "no executable code" or so CVI say.
I 've got CVI 5.5, with patches downloaded on this site.
Any hint would be welcome, thanks, florent.