bestm80eva / unrealspeccyp

Automatically exported from code.google.com/p/unrealspeccyp
0 stars 0 forks source link

WinMobile compile problems #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.No source compile on winmobile with VS2008

What is the expected output? What do you see instead?
1>speccy_handler.obj : error LNK2019: unresolved external symbol "public: enum 
eRZX::eError __cdecl eRZX::Update(int *)" (?Update@eRZX@@QAA?AW4eError@1@PAH@Z) 
referenced in function "public: virtual void __cdecl 
xPlatform::eSpeccyHandler::OnLoop(void)" 
(?OnLoop@eSpeccyHandler@xPlatform@@UAAXXZ)
1>speccy_handler.obj : error LNK2019: unresolved external symbol "public: 
__cdecl eRZX::~eRZX(void)" (??1eRZX@@QAA@XZ) referenced in function "public: 
void * __cdecl eRZX::`scalar deleting destructor'(unsigned int)" 
(??_GeRZX@@QAAPAXI@Z)
1>speccy_handler.obj : error LNK2019: unresolved external symbol "public: enum 
eRZX::eError __cdecl eRZX::IoRead(unsigned char *)" 
(?IoRead@eRZX@@QAA?AW4eError@1@PAE@Z) referenced in function "public: virtual 
unsigned char __cdecl xPlatform::eSpeccyHandler::Z80_IoRead(unsigned 
short,int)" (?Z80_IoRead@eSpeccyHandler@xPlatform@@UAAEGH@Z)
1>speccy_handler.obj : error LNK2019: unresolved external symbol "public: enum 
eRZX::eError __cdecl eRZX::Open(void const *,unsigned int,class eRZX::eHandler 
*)" (?Open@eRZX@@QAA?AW4eError@1@PBXIPAVeHandler@1@@Z) referenced in function 
"public: virtual bool __cdecl xPlatform::eFileTypeRZX::Open(void const 
*,unsigned int)" (?Open@eFileTypeRZX@xPlatform@@UAA_NPBXI@Z)
1>speccy_handler.obj : error LNK2019: unresolved external symbol "public: 
__cdecl eRZX::eRZX(void)" (??0eRZX@@QAA@XZ) referenced in function "public: 
virtual bool __cdecl xPlatform::eFileTypeRZX::Open(void const *,unsigned int)" 
(?Open@eFileTypeRZX@xPlatform@@UAA_NPBXI@Z)

Original issue reported on code.google.com by mknotw...@gmail.com on 14 Nov 2012 at 7:23

GoogleCodeExporter commented 8 years ago
It's broken .vcproj, you need to add rzx.* files to project in snapshot folder.

Original comment by djd...@gmail.com on 14 Nov 2012 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by djd...@gmail.com on 15 Nov 2012 at 3:48