Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Development / Re: AI may help us to create plugins
« Last post by christo on November 01, 2025, 06:22:53 am »
Generated wiki looks nice, I'm hearing about deepwiki first time, looks very useful tool. Thank you for sharing.

Regarding the plugin generated, how complete was the code?
92
Development / AI may help us to create plugins
« Last post by ollydbg on October 31, 2025, 04:18:23 pm »
Hi, I recently see a website named deepwiki, this site can read a github project, and later, it can have LLM powered AI chat about this project. As a test, I just put the code::blocks' source code to the index, see: https://deepwiki.com/asmwarrior/codeblocks_sfmirror

After that, I just wrote some text to AI:

can you help me to create a code::blocks plugin which can run the memory leak detector mentioned here: https://github.com/ssbssa/heob

And I see that it can create the source code for this plugin, looks interesting.  :)

93
Development / C::B 25.03 from SVN compile error cannot find -lexchndl.dll
« Last post by MasterAlexei on October 31, 2025, 02:56:05 pm »
Hello everyone,
I try to compile C::B 25.03 from SVN tag, on Win10. with wxWidgets 3.1.3 in 32 Bit mode with MinGW32 12.2.0 via old C::B (20.03)
By building "src" Target the linker says  that the exchndl.dll can not be found, but it is there both libexchndl.dll and libexchndl.dll.a files are present.
I think that there is a Version match problem of the libexchndl.dll.a file, because it is a precompiled binary (exchndl) and MinGW may not find a libs, if they are compiled with other versions.

The question is, which Version of MinGW schould I take, to compile C::B 25.03 from SVN tag, on Win10. with wxWidgets 3.1.3 in 32 mod.
I already tried  x86_64-12.2.0-release-win32-seh-msvcrt-rt_v10-rev2, x86_64-12.2.0-release-posix-seh-ucrt-rt_v10-rev2 and some 13.1.0 Versions.

Thank you in advance,
Alexey

Small Update on next day:
with the MinGW Version gcc-12.2.0 --arch=i686 msvcrt-dwarf-win32 dwarf --rt-version=v10 --threads=win32
this issue with libexchndl.dll is gone (it is found and links)

BUT

In a BrowseTracker Plugin there is a compile Error is popped out:
BrowseTracker.h|383|error: 'mutex' in namespace 'std' does not name a type

I compile from old C::B it means, that all compile Params (such as -std=gnu++11 ) are set from the C::B Team.
The problem here is that, if I use MinGW with higher version, this error with mutex is then gone, but pooped the error with ibexchndl.dll.

How do the C::B Team compile this C::B 25.3 ?
94
Embedded development / Re: MSP430 Programming with Debugging
« Last post by glen-the-grey on October 30, 2025, 10:43:52 pm »
Another finding on Debian 13.  The version of mspdebug in the toolchain from Texas Instruments depends on libcurses.so.5 and libtinfo.so.5 but Debian 13 has moved on to version 6 of these.

The workaround is to get the old libraries from a previous version of Debian (just download the *.deb file and extract it to get to the lib files).  I have extracted them into /opt/oldlibs/ and then included that folder in: Project->Build Options->Linker->Search Paths
95
Using Code::Blocks / Re: Problem with standalone exe
« Last post by gd_on on October 30, 2025, 07:32:32 pm »
have a look to https://stackoverflow.com/questions/1993390/static-linking-vs-dynamic-linking
And add in your PATH system variable, the path to "your compiler\bin" sub-folder (where is located your gcc.exe or g++.exe) : may be something like C:\MinGW64\bin or C:\Program Files\CodeBlocks\MinGW\bin or something else. Code::Blocks, for its own usage, know that path. Bur for a standalone executable, build dynamically (with dlls) you have to help a little bits Windows.
96
Is the certificate not auto renewed by the ACME? That's kind of what Let's Encrypt was designed for.
97
Nightly builds / Re: The 25 October 2025 build (13754) is out.
« Last post by cacb on October 30, 2025, 11:12:43 am »
Thank you to the C::B team and Xaviou!

I have build 13754 running under Kubuntu 24.04.3 LTS now.
98
General (but related to Code::Blocks) / Re: forums.codeblocks.org Cert has expired
« Last post by Wkerry on October 30, 2025, 09:26:41 am »
So you are saying that cert's should be okay after the expiry? I disagree and my second post was a reminder that the admin needs to keep any eye on the 3 monthly lets encrypt expiry.

ollydbg's response was good and expected.
99
General (but related to Code::Blocks) / Re: forums.codeblocks.org Cert has expired
« Last post by sodev on October 30, 2025, 01:29:08 am »
New cert has an expiry date of:
- Thu, 22 Jan 2026 15:46:40 GMT

Thanks, I will report to our site admin about this.

No need to report anything, Let't Encrypt certificates do have a short lifespan by intent ;)
100
Embedded development / Re: MSP430 Programming with Debugging
« Last post by glen-the-grey on October 30, 2025, 12:23:55 am »
I have also just found that you need to add the Launchpad to the udevd rules if you want to be able to run mspdebug as a non root user.

I have some instructions but the codeblocks forum software wont let me write them so I've attached a screenshot.
Pages: 1 ... 5 6 7 8 9 [10]