|
> 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. > I ran into the same problem using the new Embedded Toolkit. Thats why I stuck with the old Beta3 of Embedded Studio. I think I was able to comment out some of those references in the source and still was able to compile the app. You'll have to do some trial and error testing and vigorous use of Comment statements. :)
Cheers, -Techmaster
|