Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Paul Marley
|
Feb 12, 2009 - 2:50 PM
|
I created a MFC project using some Prof-UIS controls (CExtPropertyGridCtrl and CExtControlBar). The application was working fine until I changed the struct member alignment to 1-byte. I need this struct alignment for our DSP functions to work. Is there any way to get the controls to work with the 1-byte struct alignment setting? Thanks, Paul
|
|
Technical Support
|
Feb 13, 2009 - 3:01 AM
|
You should compile a special version of Prof-UIS which uses a 1-byte alignment. But even in this case you may encounter some surprise because both MFC and Prof-UIS are not designed for custom alignment options.
|
|