Mail Archives: djgpp/1997/03/05/03:58:19
On Tue, 4 Mar 1997, Jon A. Cruz wrote:
> I have been looking at these items:
>
> * OS
> * compiler bugs (Hey, I'm using MS compilers, 'nuff said)
> * byte order
> * size of types
> * 64k pointer limit
> * text/binary mode for files
Don't forget the syntax of the filenames: '\\' as opposed to '/', and
the drive letter. This is by far the most painful issue in programs
portable to both Unix and Microsoft OSes. Also, the PATH environment
variable uses `:' as the separator on Unix, but `;' on MS-DOS and
MS-Windows.
- Raw text -