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