News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

C::B is not saving the settings

Started by mauser, January 02, 2006, 09:03:29 PM

Previous topic - Next topic

thomas

#15
Hmm... again, hard to figure for me, having no comparable system  :?
From looking at the sources, the only possible loophole which I can see is the Windows API function SHGetFolderPath (and the conversion of the result). From this point, everything related to the pathname of default.workspace works on wxStrings, which shouldn't have that kind of problem.

Can you look in Code::Blocks' debug log? It should say something like "Saving workspace some/path/to/workspace" - does this show the wrong path there too?


Problem is identified, is the same issue as it was with configurations. The same applies to projects as well. Yiannis will work on it this afternoon, since he can test it on his system, too.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

BlackRose

I'm currently using C::B rev1763. Problem seems to be solved, workspace is saved pretty good :D. Thank you


rickg22

BlackRose: What are you using to show those I/O calls?

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

takeshimiya

From Sysinternals: Filemon, Regmon, and Process Explorer are a must utilities.
I wonder if there are any counterparts in linux.

Ceniza

Quote from: Takeshi MiyaI wonder if there are any counterparts in linux.

Something able to show everything in /proc with a nice interface would do :)

KDE has some kind of taskmanager and there're many wmdocks and Karamba thingies, but I'ven't searched further in this subject.

BlackRose

rickg22: I'm too late with my answer so I can only confirm: Yes, I'm using FileMon. :)