elziko;415557 Wrote: > Thanks, I manually added the _ARM_ preprocessor definition and it now > seems to build OK. > > Once it has been deployed to the emulator I also copied the fonts and > lua folder over from the Debug folder on my development machine to the > deployment folder on the emulator. > > However, when I try and run squeezeplay.exe I just get the spinning > wait icon which then disappears. The executable is not listed as > running on the emulator. > > So I also tried copying all the other DLLs I found in the debug folder > onto the device but that made no difference. > > I feel I'm almost there! Any ideas? > > Thanks!
Good! I have configured it a way (in SDL_main.c), that it outputs debug traces (which lua/dll files it loads) to the visual studio console in debug mode. And into a file when in release mode I would recommend starting it in debug mode from visual studio. Or if not possible try the release executable and see where it stops. It takes some time to start (I removed the splash screen), and in this time it is not listed as running. We are running slightly different machines, so there might still be a incompatibility. Rudolf -- rudolf_j ------------------------------------------------------------------------ rudolf_j's Profile: http://forums.slimdevices.com/member.php?userid=29177 View this thread: http://forums.slimdevices.com/showthread.php?t=61925 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
