#link-missng fcvt,getpid
Hello,
I am bringing some code over and have stumbled my way through to getting
clean compiles etc. I have a link line which looks like:
link32 /out:comtst.out -subsystem:console -entry:mainCRTStartup comtst.obj \
libcom.lib libc.lib kernel32.lib ntdll.lib
It then tells me it has two unresolved symbols – fcvt and getpid. The other
"c" runtime routines in libc.lib are all found just fine. I did a lib/list on
libc.lib
and fcvt.obj and getpid.obj are there. I commented out the calls to the two
routines from my program and it linked ok.
Any ideas?
I am using the March 1993 beta.
Thanks
There is 1 Reply.