Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: darklordsatan on July 20, 2005, 09:57:20 pm

Title: About global configuration...
Post by: darklordsatan on July 20, 2005, 09:57:20 pm
1. IIRC, in Linux those are saved in a file, right?

2. Which global variables are stored in a per-project basis? Only the ones defined by the user?

3. Is there any way to easily save the global vars the same way they are stored in linux (In case its a file) in Windows?. I mean, by hacking the sources obviously... Right now how's it implemented, by means of a #define which then switches to either [win32 registry|whatever in Linux]?

Regards