Author Topic: The 04 december 2006 build is out.  (Read 31604 times)

sethjackson

  • Guest
Re: The 04 december 2006 build is out.
« Reply #15 on: December 05, 2006, 04:58:16 pm »
Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Me too. I have no idea where they come from. :P
Mandrav?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 04 december 2006 build is out.
« Reply #16 on: December 05, 2006, 05:18:00 pm »
Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Me too. I have no idea where they come from. :P
Mandrav?

* mandrav has no knowledge about these files
Be patient!
This bug will be fixed soon...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 04 december 2006 build is out.
« Reply #17 on: December 05, 2006, 05:29:31 pm »
* mandrav has no knowledge about these files
I believe it is related to Thomas' changes. He made changes not to use wxTempFile but the S::B SDK variant for saving files. Anyway: It's better to have a few more files then a few less. ;-) That's what those changes were intended to fix... IIRC...
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

sethjackson

  • Guest
Re: The 04 december 2006 build is out.
« Reply #18 on: December 05, 2006, 06:35:35 pm »
Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Me too. I have no idea where they come from. :P
Mandrav?

* mandrav has no knowledge about these files

Ok.

* mandrav has no knowledge about these files
I believe it is related to Thomas' changes. He made changes not to use wxTempFile but the S::B SDK variant for saving files. Anyway: It's better to have a few more files then a few less. ;-) That's what those changes were intended to fix... IIRC...
With regards, Morten.


Yup. :)

Code
bool FileManager::Save(const wxString& name, const char* data, size_t len)
{
    if(wxFileExists(name) == false) // why bother if we don't need to
    {
        wxFile f(name, wxFile::write);
        if(!f.IsOpened())
            return false;
        return f.Write(data, len);
    }

    wxString tempName(name + _T(".cbTemp"));
    wxString backupName(name + _T(".cbBack"));
    .....
}
« Last Edit: December 05, 2006, 06:38:31 pm by sethjackson »

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 04 december 2006 build is out.
« Reply #19 on: December 05, 2006, 09:08:51 pm »
Hi

i try edit path in wizard for console app but i find it's not give the info for Builld Options !!!
why ?

AmR EiSa

Encryptor

  • Guest
Re: The 04 december 2006 build is out.
« Reply #20 on: December 06, 2006, 01:40:30 pm »
I changes in the tinyxml Makefile:
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk -I$(top_builddir)/src/sdk/wxscintilla/include
instead of
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk

I thinks there is a best way to fix this problem but........ :shock:

Best regards

this fixed the problem for me

Offline magisu

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: The 04 december 2006 build is out.
« Reply #21 on: December 06, 2006, 02:06:51 pm »
Now code::blocks becomes more and more powerful. Thanks to the team!

Zut

  • Guest
Re: The 04 december 2006 build is out.
« Reply #22 on: December 06, 2006, 04:45:35 pm »
I have a really nasty bug, Im not sure if its native to my system (Ubuntu dapper drake) , but thats my guess since its so severe you'd probably fix it right away if it weren't :O

Im on a laptop, and since the mousepad is kinda glitchy I click a bit now and then by mistake. Sometimes, when I accedently click, I drag and drop, but since my intention is not to drag and drop, I drop is almost instantly after I start draggin. When I do this in CB, there is a bit of a delay from when the cursor changes and when the document icon apears udnerneath the cursor. If the drop triggers before the document icon apears, my entire system freezes over. It seems CB consumes all input from both keyboard and mouse, I can move the mouse cursor, but mousclicks and keystrokes do nothing. I can see my system monitor graphs changing in my panel, but all I can do is hold the powerbutton and wait for shutdown.

I can produce this error on purpose, all I need is a quick drag'n'drop, but I dont know if I can get you a crashlog or anything, since I cant send any input to the system after it.

I've tested it a bit extra now just to make sure Im just sending you some imaginary bullshit, and I can produce the crash even with only the "Start here" tab open. It seems I can drag both tabs and text.

I'm willing to do some testing if you can come up with a way to capture the events, lovely IDE ^^

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 04 december 2006 build is out.
« Reply #24 on: December 07, 2006, 10:07:22 am »
* mandrav has no knowledge about these files
Thomas has knowledge about these files and knew it would not take but a day until someone complains...
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

mscava

  • Guest
Re: The 04 december 2006 build is out.
« Reply #25 on: December 07, 2006, 05:29:02 pm »
Code
-------------------

Error occured on Thursday, December 7, 2006 at 17:22:43.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 619d5702 in module C:\Program Files\CodeBlocks\codeblocks.dll Reading from location 2e2e2212.

Registers:
eax=2e2e220a ebx=00b8e3c0 ecx=00000001 edx=00b83510 esi=64c46840 edi=0022f864
eip=619d5702 esp=0022f37c ebp=0022f37c iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
619D5702  C:\Program Files\CodeBlocks\codeblocks.dll:619D5702  _ZNK10wxNodeBase7GetDataEv
619D6BE5  C:\Program Files\CodeBlocks\codeblocks.dll:619D6BE5  _ZNK15wxFilesListNode7GetDataEv
617E4669  C:\Program Files\CodeBlocks\codeblocks.dll:617E4669  _ZN9cbProject12SaveAllFilesEv
64B98B21  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B98B21
64B8A82D  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B8A82D
100AA808  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AA808  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AABCC  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AABCC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100ABBA9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABBA9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
101B30A3  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101B30A3  _ZN11wxFrameBase14ProcessCommandEi
1013868F  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1013868F  _ZN7wxFrame13HandleCommandEttPv
10138DB6  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10138DB6  _ZN7wxFrame13MSWWindowProcEjjl
1010D6D0  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D6D0  _Z9wxWndProcP6HWND__jjl@16
77D48734  C:\WINDOWS\system32\USER32.dll:77D48734  GetDC
77D48816  C:\WINDOWS\system32\USER32.dll:77D48816  GetDC
77D4B4C0  C:\WINDOWS\system32\USER32.dll:77D4B4C0  DefWindowProcW
77D4B50C  C:\WINDOWS\system32\USER32.dll:77D4B50C  DefWindowProcW
7C90EAE3  C:\WINDOWS\system32\ntdll.dll:7C90EAE3  KiUserCallbackDispatcher
10124F04  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10124F04  _ZNK18wxAcceleratorTable9TranslateEP8wxWindowP6tagMSG
101383C9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101383C9  _ZN7wxFrame19MSWTranslateMessageEP6tagMSG
100ECAF2  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECAF2  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404A8E  C:\Program Files\CodeBlocks\codeblocks.exe:00404A8E
10043B67  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
00401874  C:\Program Files\CodeBlocks\codeblocks.exe:00401874
0046BEFA  C:\Program Files\CodeBlocks\codeblocks.exe:0046BEFA
00401237  C:\Program Files\CodeBlocks\codeblocks.exe:00401237
004012A8  C:\Program Files\CodeBlocks\codeblocks.exe:004012A8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle

Crashed when I've tried to compile one file ( Ctrl-Shift-F9 )

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 04 december 2006 build is out.
« Reply #26 on: December 07, 2006, 05:36:57 pm »
Crashed when I've tried to compile one file ( Ctrl-Shift-F9 )
Is this reproducible? What version? (This nightly)? What file? Could you post the (zipped) project/code?
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

mscava

  • Guest
Re: The 04 december 2006 build is out.
« Reply #27 on: December 07, 2006, 06:33:53 pm »
Quote
Insert Quote
Quote from: mscava on Today at 11:28:39 AM
Crashed when I've tried to compile one file ( Ctrl-Shift-F9 )
Is this reproducible? What version? (This nightly)? What file? Could you post the (zipped) project/code?
With regards, Morten.

Sorry for lack of information. Hope this will help.
It's not reproducible I guess. The next time I compiled it. It was ok. And yes, this nightly build ( 4.Dec ).
http://www.members.allegro.cc/mscava/project.tgz Here is whole my project. I founded it yesterday so it has 2kb. And it happened while compiling Tile.cpp.

mscava

  • Guest
Re: The 04 december 2006 build is out.
« Reply #28 on: December 07, 2006, 08:46:08 pm »
Code
Error occured on Thursday, December 7, 2006 at 20:43:57.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 64b98b80 in module C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll Reading from location 0000011c.

Registers:
eax=037020e8 ebx=00b8e3c0 ecx=0022f4a4 edx=0000011c esi=64c46840 edi=0022f864
eip=64b98b80 esp=0022f434 ebp=0022f4fc iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202

Call stack:
64B98B80  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B98B80
64B8A82D  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B8A82D
100AA808  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AA808  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AABCC  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AABCC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100ABBA9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABBA9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
101B30A3  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101B30A3  _ZN11wxFrameBase14ProcessCommandEi
1013868F  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1013868F  _ZN7wxFrame13HandleCommandEttPv
10138DB6  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10138DB6  _ZN7wxFrame13MSWWindowProcEjjl
1010D6D0  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D6D0  _Z9wxWndProcP6HWND__jjl@16
77D48734  C:\WINDOWS\system32\USER32.dll:77D48734  GetDC
77D48816  C:\WINDOWS\system32\USER32.dll:77D48816  GetDC
77D4B4C0  C:\WINDOWS\system32\USER32.dll:77D4B4C0  DefWindowProcW
77D4B50C  C:\WINDOWS\system32\USER32.dll:77D4B50C  DefWindowProcW
7C90EAE3  C:\WINDOWS\system32\ntdll.dll:7C90EAE3  KiUserCallbackDispatcher
10124F04  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10124F04  _ZNK18wxAcceleratorTable9TranslateEP8wxWindowP6tagMSG
101383C9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101383C9  _ZN7wxFrame19MSWTranslateMessageEP6tagMSG
100ECAF2  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECAF2  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404A8E  C:\Program Files\CodeBlocks\codeblocks.exe:00404A8E
10043B67  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
00401874  C:\Program Files\CodeBlocks\codeblocks.exe:00401874
0046BEFA  C:\Program Files\CodeBlocks\codeblocks.exe:0046BEFA
00401237  C:\Program Files\CodeBlocks\codeblocks.exe:00401237
004012A8  C:\Program Files\CodeBlocks\codeblocks.exe:004012A8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle

Well it crashed again. When trying to compile Tile.hpp, which should just output a message box.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 04 december 2006 build is out.
« Reply #29 on: December 07, 2006, 09:01:44 pm »
Well it crashed again. When trying to compile Tile.hpp, which should just output a message box.
Can't reproduce. Tried over and over again... :-(
What do you mean by compiling "*.hpp" - a header file?
What message box should appear?! Do you have an updated (minimalistic) project?
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ