Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Portable Code::Blocks

<< < (2/19) > >>

ollydbg:
You are welcome!

I just downloaded the new CbLauncher.exe in the previous post.

Before testing, I delete the folder
C:\Documents and Settings\My name\Application Data\codeblocks

But once the CbLauncher.exe runs, the folder will be automatically generated again.  :(.

By the way, I also find another folder here, ( I just deleted it, maybe, it is related to the bug you have fixed. :D)
C:\Documents and Settings\My name\AppData\codeblocks

Biplab:

--- Quote from: ollydbg on April 06, 2009, 05:12:57 pm ---Before testing, I delete the folder
C:\Documents and Settings\My name\Application Data\codeblocks

But once the CbLauncher.exe runs, the folder will be automatically generated again.  :(.

By the way, I also find another folder here, ( I just deleted it, maybe, it is related to the bug you have fixed. :D)
C:\Documents and Settings\My name\AppData\codeblocks

--- End quote ---

I noticed this too. It's strange that C::B is still generating a folder inside C:\Documents and Settings folder. Need to investigate further.


--- Quote from: ollydbg on April 06, 2009, 04:39:00 pm ---By the way, I have found the way to hide the console window.

Add this statement:


--- Code: ---#define _WIN32_WINNT 0x0500
......
......


HWND hwnd = GetConsoleWindow();
ShowWindow(hwnd,SW_HIDE);


--- End code ---

--- End quote ---

Please feel free to download the source of CbLauncher and tweak it as you like. At the moment need to go to bed. I will apply your modification later. :)

Pecan:

--- Quote from: Biplab on April 06, 2009, 05:24:28 pm ---
--- Quote from: ollydbg on April 06, 2009, 05:12:57 pm ---Before testing, I delete the folder
C:\Documents and Settings\My name\Application Data\codeblocks

But once the CbLauncher.exe runs, the folder will be automatically generated again.  :(.

By the way, I also find another folder here, ( I just deleted it, maybe, it is related to the bug you have fixed. :D)
C:\Documents and Settings\My name\AppData\codeblocks

--- End quote ---

I noticed this too. It's strange that C::B is still generating a folder inside C:\Documents and Settings folder. Need to investigate further.

...

--- End quote ---
[/quote]

CodeSnippets may be doing that. In the old days, it used to crash on first run of Codeblocks because the config folder was not created yet.

I'll have a look.

Biplab:

--- Quote from: Pecan on April 07, 2009, 04:33:16 pm ---
--- Quote from: Biplab on April 06, 2009, 05:24:28 pm ---
--- Quote from: ollydbg on April 06, 2009, 05:12:57 pm ---Before testing, I delete the folder
C:\Documents and Settings\My name\Application Data\codeblocks

But once the CbLauncher.exe runs, the folder will be automatically generated again.  :(.

By the way, I also find another folder here, ( I just deleted it, maybe, it is related to the bug you have fixed. :D)
C:\Documents and Settings\My name\AppData\codeblocks

--- End quote ---

I noticed this too. It's strange that C::B is still generating a folder inside C:\Documents and Settings folder. Need to investigate further.

...

--- End quote ---

CodeSnippets may be doing that. In the old days, it used to crash on first run of Codeblocks because the config folder was not created yet.

I'll have a look.

--- End quote ---

Thanks a lot Pecan. Hope to hear from you soon. :)

ollydbg:
I meet a bug in portable c::b.

I just click Menu->Settings->Editor, then c::B will crash. :(

Edit:

I revert to "nightly build version" and no crash there :D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version