Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: Custom variables
« Last post by Miguel Gimenez on Today at 06:47:05 pm »
If you are referring to "Custom variables" in "Project build options", look at CompilerOptionsDlg::DoFillVars() and other methods involving "lstVars".
2
Help / Re: Install prohibited for codeblocks-25.03mingw-setup.exe
« Last post by stahta01 on Yesterday at 12:08:34 pm »
The file is part of the MinGW compiler, so you would have to ask on the relevant forum/page at https://www.mingw-w64.org/support

The 64 bit mingw gcc is from https://winlibs.com/

Tim S.
3
Help / Re: Install prohibited for codeblocks-25.03mingw-setup.exe
« Last post by Wkerry on Yesterday at 05:19:15 am »
The file is part of the MinGW compiler, so you would have to ask on the relevant forum/page at https://www.mingw-w64.org/support
4
Help / Re: Install prohibited for codeblocks-25.03mingw-setup.exe
« Last post by amigabill on Yesterday at 02:04:56 am »
Yes, I have reported as false positive. Can we get an explanation about why it should be safe to disable virus detection and allow this to be installed?
6
Help / Re: Problem compiling 32 bit application with 64 bit Code::Blocks
« Last post by stahta01 on April 20, 2025, 07:01:08 pm »
Building 32 bit using mingw gcc 64 bit is almost never going to work!

Tim S.
7
Help / Problem compiling 32 bit application with 64 bit Code::Blocks
« Last post by gtafan on April 20, 2025, 05:23:27 pm »
Since all links to 32 bit windows CB versions are dead, have to use 64 bit version. Have downloaded codeblocks-25.03mingw-setup.exe and intaled it. The size of the version is more then 1,5 GB, while the previous 20.03 version was 3 times smaller. Posibly the reason for such huge size is because it 64 bit?
However I tried to compile the Hello world as 32 bit application, but got this errors:

||=== Build: Release in Hello world (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lstdc++: No such file or directory|
ld.exe||cannot find -lmingw32: No such file or directory|
ld.exe||cannot find -lgcc_s: No such file or directory|
ld.exe||cannot find -lgcc: No such file or directory|
ld.exe||cannot find -lmingwex: No such file or directory|
ld.exe||cannot find -lmsvcrt: No such file or directory|
ld.exe||cannot find -lkernel32: No such file or directory|
ld.exe||cannot find -lpthread: No such file or directory|
ld.exe||cannot find -ladvapi32: No such file or directory|
ld.exe||cannot find -lshell32: No such file or directory|
ld.exe||cannot find -luser32: No such file or directory|
ld.exe||cannot find -lkernel32: No such file or directory|
ld.exe||cannot find -lmingw32: No such file or directory|
ld.exe||cannot find -lgcc_s: No such file or directory|
ld.exe||cannot find -lgcc: No such file or directory|
ld.exe||cannot find -lmingwex: No such file or directory|
ld.exe||cannot find -lmsvcrt: No such file or directory|
ld.exe||cannot find -lkernel32: No such file or directory|
||error: ld returned 1 exit status|
||=== Build failed: 19 error(s), 0 warning(s) (0 minute(s), 14 second(s)) ===|
8
Help / Re: Install prohibited for codeblocks-25.03mingw-setup.exe
« Last post by Wkerry on April 20, 2025, 06:20:09 am »
The affected file is MinGW\bin\libLLVMXRay.dll . Same with AVG (effectively the same app as Avast for the last number of years).

Have you reported this as a false positive to Avast?
9
I am new, I am here
me a 11 years old be like: :o
10
Help / Re: Install prohibited for codeblocks-25.03mingw-setup.exe
« Last post by amigabill on April 20, 2025, 02:28:57 am »
Avast Quarantine page screenshot attached. Says FileRepMalware trojan...
Pages: [1] 2 3 4 5 6 ... 10