I am building a dll file. when i try to compile the dll file i get the following errors...
help me am new to vc++... tool used is visual studio 6.0
GPPSCOM.OBJ : error LNK2001: unresolved external symbol "double __cdecl RoundDown(double,int)" (?RoundDown@@YANNH@Z)
GPPSCOM.OBJ : error LNK2001: unresolved external symbol "double __cdecl ADue(double,double,int)" (?ADue@@YANNNH@Z)
GPPOC.OBJ : error LNK2001: unresolved external symbol _Ctl3dSubclassDlg@8
Debug/GPPSCOMDLL.dll : fatal error LNK1120:
am new to this... help me