Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
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)) ===|
92
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?
93
I am new, I am here
me a 11 years old be like: :o
94
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...
95
Help / Install prohibited for codeblocks-25.03mingw-setup.exe
« Last post by amigabill on April 20, 2025, 02:26:04 am »
Downloaded codeblocks-25.03mingw-setup.exe

Avast blocks this from running and removes the file from my downloads folder.

At first, when I ran the installer, I got a no permission on the file error, weird looking, then Avast said infected with something. Trying to get back to that to screenshot for here, not the download is not allowed to save. I can't figure out how to give permission per the screenshot here.


96
Using Code::Blocks / Re: 25.03 for macOS instantly crashes
« Last post by Inskipp on April 19, 2025, 01:55:55 am »
Excellent, thank you!

Inskipp
97
Using Code::Blocks / Re: 25.03 for macOS instantly crashes
« Last post by Miguel Gimenez on April 18, 2025, 09:42:21 pm »
98
Using Code::Blocks / 25.03 for macOS instantly crashes
« Last post by Inskipp on April 18, 2025, 09:14:24 pm »
Hi,

I've downloaded the newly released stable version (25.03) to test it on my Ventura Version 13.7.5.
Unfortunately, it crashed almost immediately - the splash screen shown for a few seconds, and then the macOS built-in crash reporter popped up.
I've attached the generated stack xml (renamed to txt) file.

Inskipp
99
Help / Re: translation now appears completely in the IDE
« Last post by gd_on on April 18, 2025, 05:25:04 pm »
Take care that there are still some strings which contain a \r within the code. They must be kept as they are, though poedit claims they should not exist.
You really should also share your work on launchpad, not only via dropbox, eventually correct some translations if they don't look good for you. All you need, is to create an account on launchpad : https://translations.launchpad.net/codeblocks-gd
100
Using Code::Blocks / German translation available
« Last post by rechtsanwaltsteyer on April 18, 2025, 11:32:10 am »
Helle everyone, pls feel free to download a german translation for CB from dropbox. Ca. 3/4 of the english text is still translated.

https://www.dropbox.com/scl/fi/yg2duzuyc2ox72vcs93kq/codeblocks-gms-de_1-000-178a.mo?rlkey=1eacduibwxchivqk7rkejwwzw&st=rc4nv99n&dl=0
Pages: 1 ... 5 6 7 8 9 [10]