I am trying to virtualize Code Blocks IDE with inbuilt MinGW compiler. I followed all the steps wand was able to create Codeblocks.cameyo.exe file. When I execute this file on another system, the IDE opens fine and I was able to save and open files.
The problem happens when I try to compile any file. Looks like CodeBlocks is trying to find the compiler path in C:\Program Files(x86)\CodeBlocks\MinGW folder. Since codeblocks is running without a need for installation,
there are no files present in C:\Program Files(x86)\CodeBlocks\MinGW folder so compilation fails.
Is there any way to resolve this issue? How do I configure codeblocks in such a way that it picks the compiler exe which is present in the Codeblocks.cameyo.exe package?
I downloaded codeblocks from the following link: http://sourceforge.net/projects/codeblocks/files/Binaries/13.12/Windows/codeblocks-13.12mingw-setup.exe