Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
General (but related to Code::Blocks) / Exercise files
« Last post by dide-rocky on Yesterday at 06:24:07 pm »
There is a tutorial of about 3 hours long on programming in C.

The IDE used is CODE BLOCKS. However, there are exercise files mentioned
in this tutorial that are nowhere to be found.

Does anyone know by chance where one can download these files related to the
following tutorial?

I have provided the YouTube link to the tutorial below:

https://www.youtube.com/watch?v=yY9onY4BhZc
2
Nightly builds / Re: The 06 May 2023 build (13268) is out.
« Last post by AshleyGordon on Yesterday at 03:27:24 pm »
yay, I am glad it was fixed. I appreciate you for sharing it.
3
Plugins development / Re: Plugin 'compilergcc'
« Last post by LETARTARE on May 30, 2023, 03:10:27 pm »
Fixed in 'r13278'.
4
Using Code::Blocks / Using a template and coping with project file paths
« Last post by Pth1 on May 30, 2023, 12:08:05 pm »
I need help in how to use relative file-paths, or maybe with properly organising CB Projects

A simple, local (user) directory structure for using CB is created.
The general format /<home_path>/Documents/CB/<platform>/[project_0..project_n]

A "template" project was produced and saved, for setting general/standard configuration.
This was saved again as a template.

When using the template, a new project name is given and a saved to a new project sub-directory in the above described general CB directory structure.

However, a sub-directory structure under that new project directory is created repeating the full (absolute) file-paths.

No command/option is found in CB to set/specify absolute/relative file-path definitions.

What/where went wrong?

Many thanks in advance!

Peter
5
Hi, the author of wxMathPlot library has built C::B himself, and he modify the wxSmith code, and it can have the features he needed.

See here:
https://github.com/GitHubLionel/wxSmith/tree/main/src

And you can see the generated code here:
Change Items array for wxChoice

I guess we can incorporate his contribution?

See the discussion here: code with new wxSmith Issue #14 GitHubLionel/wxMathPlot
6
Development / Re: UI for project globs aka automatic source directories
« Last post by BlueHazzard on May 29, 2023, 08:35:17 pm »
Instead of the first one...

Quote
One thing I have noticed, that after a compile, or other actions, CB crashed a a lot since I applied the first patch.
yea, this are my worries.... The problem is i can not test this as elaborate as you, because i can not reproduce... If you could attach a debugger or a trace it would be nice. I suspect the code completion plugin? Can you try to disable it and see if the crashes repeat?
7
Development / Re: UI for project globs aka automatic source directories
« Last post by killerbot on May 29, 2023, 06:21:35 pm »
this patch replace the previous one, or is top of the previous one.

One thing I have noticed, that after a compile, or other actions, CB crashed a a lot since I applied the first patch.
Will inspect next time the crash xml.
8
Development / Re: to which compiler should we step up to bundle with CB
« Last post by nenin on May 29, 2023, 09:29:24 am »
I haven't see someone using UCRT under Win7 before.
It is me.  :)
I did it also on XP, with moderate success. 
By any way better to install UCRT if possible, even if soft is linked against MSVCRT.
9
Development / Re: to which compiler should we step up to bundle with CB
« Last post by nenin on May 29, 2023, 09:23:06 am »
GCC 13 is important step for MinGW-w64 because it should support native Win32 threads. At least I can run simple test from the box.
Nixman just published GCC 13.1:  https://github.com/niXman/mingw-builds-binaries/releases  - it is kind of further development of the current 8.1.
10
Help / Re: Error during program compilation
« Last post by Fredy on May 28, 2023, 08:55:43 pm »
That did fix the issue, thank you all
Pages: [1] 2 3 4 5 6 ... 10