CompuServe Messages

#link-missng fcvt,getpid

    04-Aug-93 15:25:50
Sb: #link-missng fcvt,getpid
Fm: Bruce D Franson 71053,3415
To: all
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.