Hi all,

I am getting tired of repeating messages aroun, so PLEASE USE THE LIST

Hi Blair,

ok Openwatcom is running :) I am sending you a zip with the sources so that you can compare with yours.

Alain

Blair Campbell escreveu:
Please send me the compile command and your modified sources. I have
OpenWatcom 1.3 that I use regularly, but I never used it in 16bit mode!
(I tested that in 32bit mode)


Use wcl, not wcl386:

wcl -d0 (no debugging stuff in the exe, makes it smaller) -oas
(optimize for size) -m[memory model;can be t for a .com file, s =
small, m = medium, c = compact, l = large, and h = huge] xdel.cpp
kitten.c

So an example actual command line would be
wcl -d0 -oas -mt xdel.cpp kitten.c




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to