Author Topic: is it possible to export the global variables?  (Read 3003 times)

Offline ouch

  • Almost regular
  • **
  • Posts: 223
is it possible to export the global variables?
« on: April 22, 2011, 07:42:17 pm »
I need to set up a few computers with the same global variable names (and some paths are the same too), And I was wondering if there is a way to export or copy the global variables for import or use on another computer?

I guess for starters, where are they actually stored anyway?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: is it possible to export the global variables?
« Reply #1 on: April 22, 2011, 08:24:34 pm »
On Windows it is stored in default.conf in folder "%APPDATA%\codeblocks"

You should use try to use "cb_share_config.exe" under windows to share the configuration.
(I have used it to share the Compiler Setups; never used it on global variables)

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 ouch

  • Almost regular
  • **
  • Posts: 223
Re: is it possible to export the global variables?
« Reply #2 on: April 22, 2011, 09:57:30 pm »
ah ha, there you are my precious variables...

thanks :)