Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
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...
62
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.


63
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
64
Using Code::Blocks / Re: 25.03 for macOS instantly crashes
« Last post by Miguel Gimenez on April 18, 2025, 09:42:21 pm »
65
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
66
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
67
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
68
Help / translation now appears completely in the IDE
« Last post by rechtsanwaltsteyer on April 18, 2025, 10:31:44 am »
Very much tnx to gd_on!! I removed all \r, so that only \n are remaining in the po-file and o wonder, the translation appears completey in the IDE.
The po-file (codeblocks-gms-de_1-000-178a.po) i've uploaded to launchpad for free use. I think, only 2700 from more than 8000 lines are translated. If you want, I can send you the file via Email, cause upload here isn't possible. My Email-adresse is info@rechtsanwaltsteyer.de
69
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by cacb on April 17, 2025, 12:52:43 pm »
Ubuntu-22.04 and 24.10 versions can be installed from my ppa

Many thanks for this. My build-from-source script is failing after upgrading from Kubuntu 22.04 LTS to 24.04 LTS, but installing from your ppa under 24.04 worked just fine.
70
Using Code::Blocks / Re: Help getting SDL2 to work in Code Blocks
« Last post by Krice on April 17, 2025, 09:45:38 am »
Or you can add libraries to Build options - Linker settings:

libSDL2main
libSDL2

Maybe SDL2_Image can be added also there, but at least with plain SDL2 it works like that. On Linux you don't even need to add libraries location, but on Windows you might need to do that for Code::Blocks to find where SDL2 is installed.
Pages: 1 2 3 4 5 6 [7] 8 9 10