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?
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.
ah ha, there you are my precious variables...
thanks :)