by daburnd » Sep 16, 2001 @ 12:06pm
op.cpp<br>Compiling for PocketPC (3.0, using GAPI)<br>C:\Program Files\Microsoft eMbedded Tools\Common\Evc\MyProjects\game\op.cpp(137) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data<br>Linking...<br>op.obj : error LNK2019: unresolved external symbol "int __cdecl clickypos(void)" (?clickypos@@YAHXZ) referenced in function "void __cdecl screendump(unsigned short *,unsigned short *,int,int,int,int,int,int,int)" (?screendump@@YAXPAG0HHHHHHH@Z)<br>op.obj : error LNK2019: unresolved external symbol "bool __cdecl pendown(void)" (?pendown@@YA_NXZ) referenced in function "void __cdecl screendump(unsigned short *,unsigned short *,int,int,int,int,int,int,int)" (?screendump@@YAXPAG0HHHHHHH@Z)<br>op.obj : error LNK2019: unresolved external symbol "int __cdecl clickxpos(void)" (?clickxpos@@YAHXZ) referenced in function "void __cdecl screendump(unsigned short *,unsigned short *,int,int,int,int,int,int,int)" (?screendump@@YAXPAG0HHHHHHH@Z)<br>op.obj : error LNK2019: unresolved external symbol "bool __cdecl clicked(void)" (?clicked@@YA_NXZ) referenced in function main<br>op.obj : error LNK2019: unresolved external symbol "void __cdecl update(bool)" (?update@@YAX_N@Z) referenced in function main<br>op.obj : error LNK2019: unresolved external symbol "unsigned long * __cdecl getbuffer(void)" (?getbuffer@@YAPAKXZ) referenced in function main<br>corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function WinMainCRTStartup<br>ARMDbg/EasyCE.exe : fatal error LNK1120: 7 unresolved externals<br>Error executing link.exe.<br><br>EasyCE.exe - 8 error(s), 1 warning(s)<br>