Ok, since my previous message I discover: wcl and wcl386:

wcl:  C/C++ compile and link utility for 16-bit targets

wcl386:  C/C++ compile and link utility for 32-bit targets

taken from: https://flaterco.com/kb/ow.html

So rather than compile, then link in previous post, you can just do:

wcl test.c

for 16 bit resulting test.exe



or:

wcl386 test.c

for 32 bit resulting test.exe
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to