Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
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
42
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
43
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
44
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
45
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.
46
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.
47
Help / Re: Debugger not working
« Last post by cacb on April 16, 2025, 04:14:50 pm »
Hi, I do not know if this is your problem, but note that on Windows

Code
E:/Topicos/TestVector
is not the same as

Code
E:\Topicos\TestVector
48
Help / Re: Most download links for CB 25.03 not working
« Last post by gtafan on April 16, 2025, 03:36:28 pm »
For me it does not work too, but only for Windows 32bits versions. A cache refresh in my firefox does not change anything.
The problem I see, it's that links on the C::B download page contains explicitely -32bit- in the filename (for example : https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/codeblocks-25.03-32bit-setup.exe) but on sourceforge I find https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/codeblocks-25.03-setup.exe.
The filenames for 32 or 64 bits are the same, but not their path.
Any chance this can be fixed?

Looks like all nosetup links are dead, the reason could be the extension. The error mesage shows that the extension is exe while it should be zip.
49
Help / Re: translation don't appear complete in the IDe
« Last post by gd_on on April 16, 2025, 11:19:38 am »
The message in msgid must be exactly equal to the message contained in the code. In your example, I see these lines are ended by \r\n, so Windows endlines. In the xrc file from which these strings are extracted, it's only a "
" (xml syntax) so a \n.
I also see that in your case the line is extracted from src_xrc.cpp, but for me these strings are in app_compiler_settings.xrc.
Did you tried to use the german translation provided in https://translations.launchpad.net/codeblocks-gd? or the extracted .pot file that I regularly update?
May be, your extracting tool does not work as it should.

May be you can also participate to the common work of translating in German (you may have to create an account on https://launchpad.net/codeblocks-gd). Many strings are still not translated on Launchpad for German.
Have also a look in the C::B forum, last posts in https://forums.codeblocks.org/index.php/topic,1022.270.html. (where your name appears).
Joined the last tool I use on Windows and my last .pot file. I use generally the .bat file which calls the .bash. It needs to have a bash version on Windows. (But I can also use the .cmd which uses Windows commands but still need some unix-like tools easily found in msys2).

PS: just to be sure, strings in msgstr which are supposed to be translated in german, are here in English with only a few different letters. I suppose that it's only to show the problem you have, not the strings you want to have to be translated!
50
Development / Re: Custom variables
« Last post by LETARTARE on April 16, 2025, 10:41:51 am »
I still have no lead ...
Pages: 1 2 3 4 [5] 6 7 8 9 10