[ale] more OT: c++ datatypes question
Benjamin Scherrey
scherrey at proteus-tech.com
Mon Jun 7 16:08:01 EDT 2004
Jenn,
Check and see what the definition of WORD is in your environment. I presume that 'int i;
i=2;' works just fine? If its a macro or typedef of another typedef keep following it until you get to its
fundamental C type. This could also be some strange linkage issue. Check and see what linkage
options you have and try, for purposes of testing, to statically link all runtime libraries into your
executable.
Good luck,
Ben Scherrey
6/7/2004 4:10:19 PM, "J.M. Taylor" <jtaylor at onlinea.com> wrote:
>Followup from my last post:
>
>WORD wVar;
>wVar = 2;
>
>causes a runtime failure as well. That ain't right. Any ideas?
>
>Thanks
>jenn
>--
>Jenn Taylor
>jtaylor at onlinea.com
>
<true but longer than the whole dang msg footer snipped>
More information about the Ale
mailing list