different compilers: different standard types?????

From: Riccardo (kk_at_kk.com)
Date: 03/17/04


Date: Wed, 17 Mar 2004 09:15:39 +0100

Hello everybody!

I've got a problem.
Using an old program that now my Firm wants to make running on different
kind of consoles simoultaneously I see that my compilers (I have two of
them) are different ones depending on the fact that the word lenght is
different (32 vs 64 bit).

Specifically: I noticed that the type long_long_integer, that is used on
the first one, is not present at all on the second one.

I'm looking for a solution that should permit me to compile the software on
both the environments making, obviously, the least changes on the current
version.

The same product, in the end, should be compiled on both the consoles
without making changes! (it is possible!?!??!!??!)

Is there someone who has any kind of easy solution for that problem??

Thanks in advice,

Riccardo