Hi!

- what the difference between * and *386 (for example, WCC and WCC386)?

- with BCC defaults for options may be written in turboc.cfg. How to reduce
  command line in Watcom? Where (in which .ihp file) this explained (if this
  possible at all)?

- with BC stack size may be defined (in source!) by next definition:
        extern unsigned _Cdecl _stklen = ...;
  How do this in Watcom? Which default stack size in Watcom (and where this
  explained)?

- how to compile .COM files? With command line
        wlink form dos com file attrib.obj
  wlink gives some errors about "segment relocation", then "stack segment
  ignored", then page fault. Without "com" in command line, wlink generates
  .exe file. With "sys com" instead "form dos com" wlink says "undefined
  system name".

- when I run wlink without LIB environment variable, it can't find
  libraries. Bug (ignored libpath in wlink.lnk/wlsystem.lnk)? (Of course,
  WATCOM variable is defined).

- BCC generates 9148 bytes of ATTRIB.COM (7306 with redifinition for some
  RTL functions), Watcom generates 10296 bytes of ATTRIB.EXE (with WPP
  options -ms-ox). How I may reduce size of executables?




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to