Aitor Santamaría schrieb:
> Martin,
> 
> Of course I tried under Open Watcom.
> 
> Try these lines:
> 
> wcc -ml  -i=c:\\WATCOM\h  -i=c:\freedos\source\INC hworld.c
> wlink @owlink.wcl
> 
> where owlink.wcl is:
> ===
> system   dos
> option   map
> option   stack=8192
> name     hworld.exe
> file     hworld
> libpath  c:\freedos\source\lib
> libpath  c:\watcom\lib286
> libpath  c:\watcom\lib286\dos
> library  dflatplo.lib
> library  dtool2lo.lib
> ===
> 
> And it works for me.

Works also for me. :)

Exchanging wcc with wpp and hworld.c with hworld.cpp doesn't work. This
is normal? And this can not be fixed easily?

-mr

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to