News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

64 bit build

Started by jfpjr, July 08, 2014, 04:25:54 PM

Previous topic - Next topic

jfpjr

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

stahta01

Change the personality on the 64 bit one;  like "/p X64" without the quotes when calling it.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

jfpjr


oBFusCATed

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
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

jfpjr

Thanks that also worked. With that I was able to seperate the 2 versions.