Hi,

2008/9/7 Michael Reichenbach <[EMAIL PROTECTED]>:
> 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. :)

Good!

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

There's nothing to fix: the code is C, not C++. Thus you have to use
wcc, and not wpp.

Aitor

-------------------------------------------------------------------------
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
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to