Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
General (but related to Code::Blocks) / Re: What parts should I uninstall
« Last post by stahta01 on May 02, 2025, 02:52:02 am »
1. Install Code::Blocks without MinGW GCC
2. Only install the C::B Plugins you need
3. Install the Compiler separately (The 64 bit MINGW GCC is a lot bigger than needed; I would guess the same for 32 bit)

So, look for an smaller compiler to install.

Tim S.
52
General (but related to Code::Blocks) / Re: What parts should I uninstall
« Last post by Frank_CB on May 02, 2025, 02:35:24 am »
@Puffined:

The core to C::B, as well as the number of contributed plugins, determine the size of the final install. The installer for 25.03 (the most recent official release of C::B) is almost twice as big as the installer for 20.03. Removing some or all of the contributed plugins will reduce the capabilities of the IDE.

What makes the VM size premium? What platform, os, disk size and Vitualbox release are you dealing with?

Regards.

53
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by gd_on on April 30, 2025, 01:42:32 pm »
I hope so!  :-\
My post was essentially to ask if somebody else had such a problem!
54
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by Miguel Gimenez on April 30, 2025, 01:07:38 pm »
Probably the guy who hacked your account months ago was trying to use it again, but you restored the email address so he does not receive the emails.
55
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by nenin on April 30, 2025, 08:45:43 am »
phishing as it is. Dont worry, I`m receiving similar propositions from banks, tax offices +/- 5 per week on old mail accounts.
56
Using Code::Blocks / wizard console applicacion, debug
« Last post by pacoesc on April 29, 2025, 08:11:06 pm »
I have just updated to the latest version 25.03. I have this message, "This wizard doesn't know how to setup debug flags for this compiler", when I use the Console Application Wizard. I am not able to debug the application. I need to change ( in Project -> Build options) the options related to Debugging. I have to activate "Produce debugging symbols [-g]" and "Tune Debugging for GDB" to be able to debug a program. I suppose that you need to change the Wizard for fix this problem.
57
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on April 29, 2025, 02:40:53 pm »
As you have installed a C::B version with mingw, you have somewhere a C compiler (gcc), a C++ compiler (g++) and a fortran compiler (gfortran). So, what is the problem ? You have all you need.
But which files and from which directory I have to select? Do I really need to select that fortran thing?
58
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on April 29, 2025, 02:07:11 pm »
As you have installed a C::B version with mingw, you have somewhere a C compiler (gcc), a C++ compiler (g++) and a fortran compiler (gfortran). So, what is the problem ? You have all you need.
59
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on April 29, 2025, 01:10:06 pm »
I use the first option "Use default native compilers", so nothing to fill manually and almost everything is correctly set.
For cross compiling, I suppose you have to set manually a few things, but sorry, as I don't do that, I can't help you more.
Better have a look on a cmake forum if it exists.
Don't have native compilers, since I am using codeblocks-25.03mingw-nosetup. Gues have to use that "Specify native compilers" option, but have no idea what to select there.
60
General (but related to Code::Blocks) / My account on Forum hacked ?
« Last post by gd_on on April 29, 2025, 01:08:52 pm »
I have just received 3 mails telling me that I requested a "forgot password" function. But this is NOT the case. Strange isn't it... And my account still works obviously...
Pages: 1 2 3 4 5 [6] 7 8 9 10