I am having difficulties when assigning values to 'long long' types within structures. Code with structure members of 'long' type compiles and works but when the member type is changed to 'long long' type it compiles without error but no longer assigns values to the member. Specifically the simple line:
gRawArms.Rec.Sum++;
works for:
but not for:
Ideas would be helpful.
-B