Re: Translating Euphoria Apps -- Which compiler do you use?
- Posted by codepilot Aug 24, 2008
- 1309 views
SDPringle said...
I have a question. Does any developer on this list have borland? If not, how can you be supporting it? If you use standard C you should avoid most of the compiler specific problems. Have you thought about benchmarking?
The top level statement 'profile_time' is missing from the Windows version. Certanily, this has made profiling a matter of putting time() before and after statements of interest. Is there some reason Windows cannot support this?
Shawn Pringle
Actually I made a version that you can use profile_time in windows, "http://www.rapideuphoria.com/winprofilesource.zip".