Re: [Opengc-devel] Flightgear status(!) & request for help (resend)
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Gene B. <ge...@de...> - 2002-10-25 17:10:56
|
> BUT... here's where the help request comes in. It looks like Windows and > Linux are handling object sizing differently. Under Windows, > sizeof(ogcFGData) = 696 while on Linux sizeof(ogcFGData) = 692. I'm not sure Make sure the byte alignment is the same on both systems. I run into this frequently when working with FPC (pascal) projects that are cross platform. g. |