Hello, I have been building the 64 bit version of code::blocks on win7 64 bit and one issue I am having is that both versions use the same default.config file in APPDATA dir. Is it possible to add _64 for the 64 bit build. I would like to keep both 32 and 64 bit versions till 64 bit is stable.
Thanks
Change the personality on the 64 bit one; like "/p X64" without the quotes when calling it.
Tim S.
Thanks that worked.
There is a command line option to make C::B to use custom settings directory
--user-data-dir=<str> set a custom location for user settings and plugins
Thanks that also worked. With that I was able to seperate the 2 versions.