Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
From CodeBlocks_wx32_64.cbp

Code
<Add library="exchndl.dll" />

I can see the above line causing problems like the OP for some toolchains.

Tim S.
22
The linker error would be helpful.

I use the self hosting method almost exclusively and never found this problem, even for clean compilations.
23
I recently bought a new computer and decided to reinstall the lastest versions of wxWidgets and Codeblocks. I had a link error stating that "exchndl.dll" was missing. It was obvious that I to rename the existing "exchndl.dll" to "exchndl.dll.dll". I did this and the build went fine and I updated. After building the ContribPlugins I did the update again. Copied the output file to a new directory and ran Codeblocks. It was missing "exchndl.dll". I then renamed "exchndl.dll.dll" to "exchndl.dll". Codeblocks ran fine.

While all of this worked it might be better to fix ths build procedure.

I have been using wxWidgets and Codeblocks for years. The combination is a good as any commercial IDE that I have used.

Keep up the good work!
24
Development / Re: code completion breaks after changing header file
« Last post by Hyena on June 01, 2025, 08:19:57 am »
Sorry, that's too much to ask. Perhaps it would make sense to contact Antonio Rojas for this (see screenshot for e-mail). He seems to be responsible for packaging C::B on Manjaro's package manager. The package provided is still at version 20.03 anyway, so pumping it to the newest version might be a good idea.
25
Development / Re: code completion breaks after changing header file
« Last post by Pecan on May 31, 2025, 09:10:47 pm »
@Hyena

Have a look at:
https://github.com/pecanh/Clangd_client/blob/main

And read https://github.com/pecanh/Clangd_client/blob/main/HowToInstall.txt

I updated Clangd_client to accommodate the Manjaro wxMutex problem and tested the install instructions twice.

See if they work for you and let me know of any errors.

Thanks
26
Hello Karschti, here I attach a mo-file, in which ca 75% are translated to german language. Put the filte into /usr/share/codeblocks/locale/de_DE/ (under Linux).
regards Michael
27
Using Code::Blocks / Re: Code::Blocks IDE translation to German language
« Last post by Miguel Gimenez on May 30, 2025, 12:01:28 pm »
See this and this.
28
Thanks,

      It took me a little bit of poking around in the project files and testing but I got the process you described to work.  This will save me a fair amount of effort.  Thanks again.

Joe
29
Using Code::Blocks / Re: Code::Blocks IDE translation to German language
« Last post by Karschti on May 29, 2025, 05:38:36 pm »
Hello,

which is  the latest german file?
Which is the right folder to put it in?

Hope for some help.

thx
30
Plugins development / Re: a Qt plugin : QtPregenForCB => AddOnForQt
« Last post by LETARTARE on May 28, 2025, 08:08:46 pm »
- new version 4.1.5
   1- when creating a project using the wizard, validate the construction 'Qt' menus
   2- disable the menu that pops up on 'Workspace'.

New site :
https://sourceforge.net/projects/addonqtforcb/
Pages: 1 2 [3] 4 5 6 7 8 ... 10