Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectProblems with Mameboy Source Code compiling in Embedded VT 3.0 Reply to this message
Posted byAnonymous (63.59.149.116)
Posted on01/18/01 02:25 PM



Okay, I did what I could with iMame, added a dozen more drivers, customized the keys, added the Mame Config menu, etc. Gandalf did a great job making the source very PocketPC friendly.

Well, I figured it was time to play with Mameboy. Using the PalmPC SDK the Embedded Toolkit did a good job converting all of the projects to the latest platform but I think I am getting the dreaded inconsistency errors between compilers. Here is what I am getting:

File.obj : error LNK2001: unresolved external symbol fopen
core.lib(unzip.obj) : error LNK2001: unresolved external symbol fopen
core.lib(cheat.obj) : error LNK2001: unresolved external symbol fopen
core.lib(datafile.obj) : error LNK2001: unresolved external symbol fopen
core.lib(cheat.obj) : error LNK2001: unresolved external symbol fgets
WMIPSRel/MAMEBoy.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

PocketProjects.com had some references to these routines not being supported well in the new compiler which doesn't make sense since it is part of the C Run-time library for WinCE. The most common answer to this was rebuilding it in an empty project with cut-n-paste.

I haven't done C programming in a long, long time so maybe it is just ignorance on my part. I know I have a lot to learn and working with this code is the best way to learn it the hard way. Any suggestions in dealing with projects that need to be converted from the old WindowsCE Toolkit to the new version?
Anyone know where I can get the old Toolkit for a reasonable price? A web search didn't help much but show some websites that are still selling it for the old $200+ price tag.

Thanks for whatever help you can offer.

Dario.



-
Entire Thread
Subject  Posted byPosted On
.Problems with Mameboy Source Code compiling in Embedded VT 3.0  Anonymous01/18/01 02:25 PM
.*Re: Problems with Mameboy Source Code compiling in Embedded VT 3.0  Tekhmaster01/19/01 11:28 PM
.*Re: Problems with Mameboy Source Code compiling in Embedded VT 3.0  Anonymous01/18/01 05:35 PM
..*Re: Problems with Mameboy Source Code compiling in Embedded VT 3.0  Anonymous01/18/01 06:31 PM