Problems with COdeView
Abdenacer Moussaoui
nacer at hpmcaa.mcm.hp.com
Wed Nov 29 12:22:32 AEST 1989
My main.c has the following layout:
#include "p1.c"
#include "p2.c"
VOID main()
{
p1(..) ;
p2(..) ;
}
I am trying to use CodeView for the first time and like the
documentation says I am using the /Zi /Od and /CO for the linker.
However when I invoke CodeView it displays the first included
procedure instead of my main.c I am able to tag line of p1.c using the
mouse however if I Open explicitly my main.c using the File Open
option I cannot click my mouse on any source line.
Yes I am including C procedures at the top of my main.c is there a
problem with this?
Thank you for any help.
--Abdenacer (nacer at hpmcaa.mcm.hp.COM)
BTW. I am using CVP under OS2
More information about the Comp.lang.c
mailing list