EtoC with Borland
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 12, 2001
- 494 views
Travis Weddle writes: > i've downloaded the Borland euphoria to c translator, Actually, you downloaded a .zip file containing the Euphoria To C Translator for Windows, ecw.exe, plus the runtime library for Borland, ecwb.lib > i've installed it just as the document says to, now after i > run the ecw.exe program, and it creates the 20 some files > when i run the "emake" it runs thru the list of all the extra files, > but under each it says "Bad Command or File Name" and > it does not create the shell.exe file, what is wrong??? I suspect you typed something like: ecw myprog when you should have typed: ecw -bor myprog Without the "-bor" option, it creates an emake.bat file for the WATCOM C compiler. Either that, or you haven't installed Borland C/C++ from Borland's site yet. At a DOS prompt, type: bcc32 You should get a screen full of options. If you get "bad command or file name" you haven't installed Borland C/C++ yet. At least it's not on your PATH. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com