Hi all,
I have a data structure (typedef struct{})
it has 13 doubles, 14 time_t, 82 bytes of char, 97 unsigned short and
occupies 436 bytes of memory
If I compile with CVI 5.5 on NT 4.0 or 6.01 on W2k in Borland
compatibility mode
sizeof(struct) reports 436,
if I build under Microsoft compatibility mode with CVI 6.01 under W2k,
sizeof (struct) reports 440.
has anybody seen anything like this?
thanks
(or thaks if you speak gibberish)
Cody M.