1. Re: Compilers for translation
- Posted by Robert Craig <rds at ATTCANADA.NET> Nov 06, 2000
- 731 views
Asif Baloch writes:
> Just wanted to know if Visual C++ can be used to
> compile the translated .c code from .ex ?
Currently no. Maybe in the future.
> Does this has to be dj or gcc ?
For Windows you have a choice of 3 free compilers:
Watcom
Borland 5.5
LccWin
For DOS, these two:
Watcom
DJGPP
For Linux:
GNU (GCC)
See http://www.RapidEuphoria.com/v20.htm#translator
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com

