User forums => Using Code::Blocks => Topic started by: jfpjr on July 08, 2014, 04:25:54 pm
Title: 64 bit build
Post by: jfpjr on July 08, 2014, 04:25:54 pm
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
Title: Re: 64 bit build
Post by: stahta01 on July 08, 2014, 05:19:21 pm
Change the personality on the 64 bit one; like "/p X64" without the quotes when calling it.
Tim S.
Title: Re: 64 bit build
Post by: jfpjr on July 08, 2014, 05:34:51 pm
Thanks that worked.
Title: Re: 64 bit build
Post by: oBFusCATed on July 08, 2014, 08:05:19 pm
There is a command line option to make C::B to use custom settings directory
Code
--user-data-dir=<str> set a custom location for user settings and plugins
Title: Re: 64 bit build
Post by: jfpjr on July 08, 2014, 10:09:15 pm
Thanks that also worked. With that I was able to seperate the 2 versions.