VOGONS

Common searches


Search results

Display options

Re: zaurus

It's gcc 2.95.2 and dosbox-0.62 The line 'if not defined(WIN32)' changed to 'if !defined(WIN32)' works in cdrom_image.cpp. I'm wondering if the fstream include I added is futzing things up. Without it the compile complains about std::ifstream in cdrom.h. Get 'cdrom.h:194: `::string' undeclared ( …

zaurus

With a zaurus C750 (arm 400mhz, 64M ram) running Cacko rom 1.22b and zgcc 2.02. needed - cdrom.h #include #include and cdrom_image.cpp change #include to #include and commented out the 'if not defined(WIN32)' protect in cdrom_image.cpp (maybe just need to change to 'if !defined(WIN32) ?) and a 32M …

Page 1 of 1