C BSFN Compile error

chiefcook2002

Active Member
C BSFN function experts:

Could anyone please help with this message? This is a standard vanilla C BSFN function. I am not sure why we are getting LNK4088 errors?

Generating Makefile: D:\B7\DV7333\obj\CAEC.mak
Makefile generated.

Building business functions.

************CAEC************

B5100001.c
Replacing B5100001.obj
jdertdll.c
Creating library D:\B7\DV7333\lib32\CAEC.lib and object D:\B7\DV7333\lib32\CAEC.exp
sCAEC.lib(N12920.obj) : error LNK2001: unresolved external symbol __imp___free_dbg
sCAEC.lib(N12920.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg
D:\B7\DV7333\bin32\CAEC.dll : warning LNK4088: image being generated due to /FORCE option; image may not run


************Build Finished************

CAEC.dll - 0 error(s), 0 warning(s): Built successfully.
 
Back
Top