Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Code::Blocks Forums - Index

    forums.codeblocks.org

    1 Guest, 1 User Users active in past 15 minutes: Commaster. Most Online Today: 4.Most Online Ever: 877 (June 25, 2014, 08:53:06 pm)

  3. Nightly builds - Code::Blocks

    forums.codeblocks.org/index.php?board=20.0

    The 27 April 2024 build (13513) is out. Started by killerbot. 14 Replies. 11505 Views. May 05, 2024, 11:07:02 am. by Wkerry.

  4. General dark theme (not only for editor) - Code::Blocks

    forums.codeblocks.org/index.php?topic=22424.0

    No it is not possible, because codeblocks uses wxWidgets. wxWidgets uses as many default controls as possible and also the default colors. So if you change the windows theme also the controls in codeblocks will have the same color. Maybe, if wxWidgets implements theme support, also codeblocks will add it....

  5. where to download libraries - Code::Blocks

    forums.codeblocks.org/index.php?topic=21469.0

    Re: where to download libraries. It should be installed with the compiler, at least on Windows gcc (MinGW) has it. But it may not be a part of the compiler's library on another platform. If you are on Windows you can download Code::Blocks with the compiler included (mingw packages). Then you have conio.h for sure.

  6. default.conf - Code::Blocks

    forums.codeblocks.org/index.php?topic=22467.0

    Herllo, I been working non stop 3 days trying to get a dark theme on Codeblocks. There was no default.conf file installed so I downloaded one from sourceforge. So I put in the thmes with cb_share.exe The resulting default.conf where should it be stored? The directories I found to "usually" hold the default.conf does not exist on my windows install.

  7. Java in Code::Blocks?

    forums.codeblocks.org/index.php?topic=8381.0

    Write: Yes. Compile: No. Java is just WAY too different compared to C/C++/D... which are natively supported. However, syntax highlighting should work properly. If you have only a few Java files you can use the custom build commands (within the file properties) to call the Java compiler. But that's basically it.

  8. "C::B Share Configuration" tool - Code::Blocks

    forums.codeblocks.org/index.php?topic=3807.0

    Dear all, since I have to transfer quite often specific (not all) settings from one C::B installation to another I've developed an application that does that with a nice GUI for me.

  9. Son of Oblivion Theme for Code::Blocks

    forums.codeblocks.org/index.php?topic=17354.0

    Re: Son of Oblivion Theme for Code::Blocks. « Reply #12 on: January 15, 2014, 11:20:02 pm ». Install dark theme for your windows controls (don't know if it is possible or how). or. Build yourself wxgtk on windows, then rebuild C::B to use this version of wxWidgets. But this option is for real hardcore users:) Logged.

  10. New installation, debugger missing - Code::Blocks

    forums.codeblocks.org/index.php?topic=23101.0

    Quote. ERROR: You need to specify a debugger program in the debuggers's settings. (For MinGW compilers, it's 'gdb.exe' (without the quotes)) (For MSVC compilers, it's 'cdb.exe' (without the quotes)) I went to Settings, then Debugger. In the Default section under GDB/CDB debugger, the first item is Executable Path, which is red and blank.

  11. How to install GTK+ for use in codeblocks

    forums.codeblocks.org/index.php?topic=21199.0

    How do I download and install newest GTK+? Most tutorial want you to download a zip file, but unfortunately the links are down and it appears that the developers prefer using an MSYS2 system for download. I've downloaded ans used MSYS2 a bit but I am howing trouble with how to install GTK+ for use in codeblocks?