I get the warning C4316: “object allocated on the heap may not be aligned 32” in the MainComponent creation
setContentOwned(new MainComponent(), true);
I suppose I should use the alignment specifiers, But I have no idea which is the correct way.
I get the warning C4316: “object allocated on the heap may not be aligned 32” in the MainComponent creation
setContentOwned(new MainComponent(), true);
I suppose I should use the alignment specifiers, But I have no idea which is the correct way.