hi all,
I have ported a C program consisting of 3 files (sample.cpp,sample.h,sample1.cpp) to Symbian(VC++ 6.0) and that works fine too..but when I added a static library named samp.lib in VC++6.0 consisting of (sample.h+sample1.cpp);problem is there in building the application.....
problem looks like that:
-------------------Configuration: HELLOWORLD - Win32 Uni Debug--------------------
Linking...
samp.lib(sample1.obj) : error LNK2001: unresolved external symbol __chkesp
\Symbian\OS7_7.0.9\bin\TechView\EPOC32\RELEASE\WINS\UDEB/HELLOWORLD.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
HELLOWORLD.exe - 2 error(s), 0 warning(s)
Can any body tell me that what may be the problem and suggested solution,if any????
thanx in advance,