Compiling issue
- Posted by andi49 Feb 03, 2012
- 2050 views
Hallo
Also it was my own failure. I figured it out the hard way, that it is not possible to compile a program if it is including a file with the same name but a different extension.
Say i have a program called "myprog.exw" that includes "myprog.ew" this works fine with euiw.exe and eubind.exe. Also euc.exe seems to have no problem.
But during linking, Watcom C gives a lot of warnings and is unable to link the program, MinGW links it without warnings and errors but produces a unusable "myprog.exe".
So, becouse i wasted a lot of time with this, my question is, is it possible to mention this in the Docs or tweak euc.exe to give "clear" warning about this issue?
Thank you Andreas