I'm adding two 'c' files (netshape.c and netshape.h) to
a Win32 Console application project in VC++,
when I complied the project, it has some linking errors:
netshape.obj : error LNK2001: unresolved external symbol _dbRead
I have already included all the necessary files in the projects setting and options.
Anyone knows where is the problem?
thanks for your help
Carmen
a Win32 Console application project in VC++,
when I complied the project, it has some linking errors:
netshape.obj : error LNK2001: unresolved external symbol _dbRead
I have already included all the necessary files in the projects setting and options.
Anyone knows where is the problem?
thanks for your help
Carmen