www.a00.de > tcpgroup > 1992 > msg00144
 

TCP-group 1992


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with BC++ 3.0



> I'm having problems compiling PA0GRI 910618 under Borland C++ 3.0.  Some
> of the problems were easily fixed, like this one:
>
>    typedef long int32;
>
>    (another file does this:)
>
>    unsigned int32 wombat;
>
> Turbo C 2.0 had no problem with this, but C++ 3.0 clearly states that you
> can't use a modifier on a typdef'ed value.  There were only a few of them,
> so they were easy to change.
>
[.........]
The C++ ARM (basically the Bible of C++), states that what you wanted to
do above is illegal.  The 2.0 compiler did not catch this problem, but 3.0
now properly gets it.  There should really be a typedef added:
   typedef unsigned long unsigned32;
[.........]

Dean S. Anderson (KA0MCM)
anderson@cat.atk.com





Document URL : http://www.a00.de/tcpgroup/1992/msg00144.php
Ralf D. Kloth, Ludwigsburg, DE (QRQ.software). < hostmaster at a00.de > [don't send spam]
Created 2004-11-12. Last modified 2004-11-12. Your visit 2024-04-20 05:01.34. Page created in 0.0222 sec.
 
[Go to the top of this page]   [... to the index page]