Author Topic: 64 bit build  (Read 4879 times)

Offline jfpjr

  • Multiple posting newcomer
  • *
  • Posts: 27
64 bit build
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: 64 bit build
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline jfpjr

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: 64 bit build
« Reply #2 on: July 08, 2014, 05:34:51 pm »
Thanks that worked.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: 64 bit build
« Reply #3 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
(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!]

Offline jfpjr

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: 64 bit build
« Reply #4 on: July 08, 2014, 10:09:15 pm »
Thanks that also worked. With that I was able to seperate the 2 versions.