From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bd3300f3a56e7f45,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-17 00:33:17 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!news-out.tin.it!news-in.tin.it!news.finmeccanica.it!not-for-mail From: "Riccardo" Newsgroups: comp.lang.ada Subject: different compilers: different standard types????? Date: Wed, 17 Mar 2004 09:15:39 +0100 Organization: studenti Message-ID: NNTP-Posting-Host: 172.26.101.146 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:6367 Date: 2004-03-17T09:15:39+01:00 List-Id: 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