Quirks in Borland C++ (using normal C)
russel dickerson
rtdickerson at lescsse.jsc.nasa.gov
Tue Apr 2 00:02:55 AEST 1991
Has anyone else noticed quirks in the Borland C++ IDE project management
where a submodule will be compiled to obj w/out externs?
I wrote a simple subroutine, built a test main() in another file,
and built the project. The subroutine compiled to obj just fine
but I kept getting label resolve probelms at link time.
I left the IDE and used TDUMP to look into the obj and wa'laa no
public labels. I re-compiled the subroutine at the command
line and looked at the obj again and this time the public labels
were there.
This was a simple C routine (I dont know C++ yet) so I can't
figure why the IDE was having a problem. Needless to say, it almost
drove me crazy thinking it was my code.
Anyone else have this problem?
--
Russell Dickerson Internet: dickerson at vf.jsc.nasa.gov
Lockheed (LESC), A22 ===================================
SSE System Project X Windows & Motif on Apollo/PC/Mac
Space Station Freedom Phone +1 713 283 5193
More information about the Comp.lang.c
mailing list