Register
Site Login
Site Search
Forums
Advertisement
Welcome to PocketMatrix. PocketMatrix is dedicated to providing the best online community for mobile device developers and enthusiests. What's new?

errors


errors

Postby daburnd » Sep 16, 2001 @ 11:51am

--------------------Configuration: EasyCE - Win32 (WCE ARM) Release--------------------<br>C:\Program Files\Microsoft eMbedded Tools\Common\EVC\MyProjects\game\EasyCE.cpp(14): Could not find the file ptc.h.<br>Linking...<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXCloseDisplay(void)" (__imp_?GXCloseDisplay@@YAHXZ) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXCloseInput(void)" (__imp_?GXCloseInput@@YAHXZ) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol main referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXIsDisplayDRAMBuffer(void)" (__imp_?GXIsDisplayDRAMBuffer@@YAHXZ) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct GXDisplayProperties  __cdecl GXGetDisplayProperties(void)" (__imp_?GXGetDisplayProperties@@YA?AUGXDisplayProperties@@XZ) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct GXKeyList  __cdecl GXGetDefaultKeys(int)" (__imp_?GXGetDefaultKeys@@YA?AUGXKeyList@@H@Z) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXOpenInput(void)" (__imp_?GXOpenInput@@YAHXZ) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXOpenDisplay(struct HWND__ *,unsigned long)" (__imp_?GXOpenDisplay@@YAHPAUHWND__@@K@Z) referenced in function WinMain<br>EasyCE.obj : error LNK2019: unresolved external symbol SHFullScreen referenced in function "void __cdecl taskbar(bool)" (?taskbar@@YAX_N@Z)<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXEndDraw(void)" (__imp_?GXEndDraw@@YAHXZ) referenced in function "void __cdecl updatedisplay(void)" (?updatedisplay@@YAXXZ)<br>EasyCE.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void * __cdecl GXBeginDraw(void)" (__imp_?GXBeginDraw@@YAPAXXZ) referenced in function "void __cdecl updatedisplay(void)" (?updatedisplay@@YAXXZ)<br>ARMRel/EasyCE.exe : fatal error LNK1120: 11 unresolved externals<br>Error executing link.exe.<br><br>EasyCE.exe - 12 error(s), 0 warning(s)<br><br>wht the hell can i do about this. when i build my programms for mips i don't have this. now when i want to build it for the arm, i do.
daburnd
 


Re: errors

Postby daburnd » Sep 16, 2001 @ 11:59am

ok, i solved it myself
daburnd
 


Re: errors

Postby 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>
daburnd
 


Re: errors

Postby jongjungbu » Sep 16, 2001 @ 12:20pm

Does this mean u DIDN'T solve it?
User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Re: errors

Postby Paul » Sep 16, 2001 @ 12:24pm

haha
Paul
pm Insider
 
Posts: 9835
Joined: Apr 2, 2001 @ 3:15pm
Location: California


Re: errors

Postby daburnd » Sep 16, 2001 @ 12:43pm

indeed i didn't seem to solve it.
daburnd
 


Re: errors

Postby Dan East » Sep 16, 2001 @ 2:32pm

You need to link to the GAPI library (gx.lib).<br><br>Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: errors

Postby daburnd » Sep 16, 2001 @ 4:34pm

i already did that, but i think i should clean up my source code mess and sorten things out. then i'll try over again.
daburnd
 


Re: errors

Postby daburnd » Sep 16, 2001 @ 6:05pm

everytime when the program is build and uploaded to my ipaq, it says that it isn't a valid ce application.
daburnd
 


Re: errors

Postby daburnd » Sep 16, 2001 @ 6:16pm

thanx for the help people. i figured out what the rest of the problems where. so now it's working.
daburnd
 


Re: errors

Postby jongjungbu » Sep 17, 2001 @ 8:47am

what was the prob?
User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Re: errors

Postby jongjungbu » Sep 17, 2001 @ 8:48am

or rather, how did u fix it..?
User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Return to Phantom's Forum


Sort


Forum Description

Discuss any of Phantom's projects here (Operation Nutcracker, etc.)

Moderators:

sponge, RICoder, Phantom

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum