News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

is it possible to export the global variables?

Started by ouch, April 22, 2011, 07:42:17 PM

Previous topic - Next topic

ouch

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?

stahta01

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++.
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]

ouch

ah ha, there you are my precious variables...

thanks :)