Re: Bitten by a bug
- Posted by Robert Craig <rds at RapidEuphoria.com> Oct 20, 2005
- 522 views
Jason Gade wrote: > I don't suppose there is a way to make the translator's code more portable > between > platforms so that it is less compiler-specific? 90% of the translator is independent of platform and C compiler. I don't see any magic way to make things a lot more independent. Anyway most of the problems arise in building the translator library, rather than in the translator itself. The library source is riddled with #ifdef statements to handle differences between the various compilers and platforms. It's hard to avoid it. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com