Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ouch on April 22, 2011, 07:42:17 pm

Title: is it possible to export the global variables?
Post by: ouch 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?
Title: Re: is it possible to export the global variables?
Post by: stahta01 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.
Title: Re: is it possible to export the global variables?
Post by: ouch on April 22, 2011, 09:57:30 pm
ah ha, there you are my precious variables...

thanks :)