in order to compile the audio host on my win 8.1 tablet with Code::Blocks, I had to:
- add this code to Introjucer::CodeBlocksProjectExporter::getDefines (const BuildConfiguration& config) const
Would need more explanation about why you changed the other things, as some of it seems a bit odd to me, and could maybe be fixed in a better way. I don't know what DEVELOPMENT or PLATFORM_64 mean, or what you're trying to fix by setting them, but maybe if they're fundamental mingw flags they should be automatically added by the introjucer? And what are you adding -fpermissive to fix? If there's some code that it's complaining about, maybe it's better to fix the code than to add that flag?
if i remember well, all of this is needed because the vst stuff would not compile without it. I guess we are not able to fix those issues since this belongs to steinberg.
btw i used latest official mingw and nighlty codeblocks...