![]() |
1Byte vs. 8Bytes Struct Member Alignment |
Post Reply
|
| Author | |
Frode
Groupie
Joined: 22 April 2004 Location: Norway Status: Offline Points: 42 |
Post Options
Thanks(0)
Quote Reply
Topic: 1Byte vs. 8Bytes Struct Member AlignmentPosted: 17 March 2006 at 11:07am |
|
We need to use 1Byte Struct Member Alignment in our applications.
What is the best way to use Codejock Toolkit Pro (which is based on 8Bytes Struct Member Alignment) with our applications - static linking, dynamic linking...? Today we are using the following method in StdAfx.h: #define _XTP_STATICLINK #pragma pack(push, 8) #include <XTToolkitPro.h> #pragma pack(pop) But, we would like to use dynamic linking... |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |