elziko;491958 Wrote: > I've had much better success with this one. However I still get this one > error message: > So just to see what would happen I commented out the following code: > > > > ...I'm not sure if that was a good idea but at least the project builds > now. When running on an emulator I got an error and then remembered that > I had to copy over the lua & fonts folders. However there is not enough > room in the emulator. How do you manage to use the emulator? > I do not use the emulator anymore it sometimes hangs when deleting large directories etc. It might be possible to use the shared folder for that? Do you use the 6.1 Professional Emulator?
Concerning the error, if it compiles now, that's ok. > > In the absence of the emulator I managed to setup VS to deploy to the > storage card of my HTC Touch Diamond where I had enough room for the lua > & fonts folders as well as the executable. However, I get the same error > when VS tried to start the program: > > Any ideas? Thanks! The usual mistake the clean build I tested was not as clean as I thought. The sqzlib.dll was not deployed (this error always means, some dll missing). Because it was not set to deploy in the configuration manager. I made a patch that includes the new JiveWM.sln (please delete the previous one). I added some fixes in Lua (the usual end of line fixes), the patch ignored them, now I added a comment at the end, that should work fine. Rudolf +-------------------------------------------------------------------+ |Filename: fixzlib.patch | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=8814| +-------------------------------------------------------------------+ -- 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
