The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



CBMSTUFF FORUM
Side B Atari imaging problem - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1)
+--- Forum: SuperCard Pro (https://www.cbmstuff.com/forum/forumdisplay.php?fid=3)
+---- Forum: Atari 400/800 disks (https://www.cbmstuff.com/forum/forumdisplay.php?fid=9)
+---- Thread: Side B Atari imaging problem (/showthread.php?tid=277)

Pages: 1 2 3


RE: Side B Atari imaging problem - claycowgill - 01-03-2016

Yep, that's the size I get too. I'm assuming that there's a difference in an included library or optimization level or something in this version of VS compared to whatever the original was built with. Or it's using UNICODE or something now that's different/bigger. I noticed the same thing and when I poked around in the original project file for clues appeared to be generated by version '12', which I assume to be be 2012... It looks like you can still snag it from MSFT if you're up for trying a little A:B comparison. ;-)

https://www.microsoft.com/en-us/download/details.aspx?id=34673

(The executable seems to work just fine, so I called it "good enough" and just accepted the code bloat.) :-)


RE: Side B Atari imaging problem - admin - 01-03-2016

Ok, thanks for confirming.