Putting both arrays in a struct, and prepend a "#pragma pack" ? [quote]Here is what I've already tried, but does not work due to an alignment warning:[/quote] A warning is just a warning, and not (yet) an error. It would be helpful to post this warning message you talk about. Finally, I would check the MAP file if the linker is doing everything as expected. If required, enable MAP file generation. Alternatively, you could define just one array, and access you g_pInterface part via an offset (of 10).
↧