Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
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.
52
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.
53
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
54
Help / Re: Error during program compilation
« Last post by stahta01 on May 28, 2023, 06:25:09 pm »
Please use code tags see link for how https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

The prior posted already answered what was the cause of the error.

Tim S.
55
Help / Re: Error during program compilation
« Last post by Miguel Gimenez on May 28, 2023, 05:25:44 pm »
The prototype must end with a semicolon.
56
Help / Error during program compilation
« Last post by Fredy on May 28, 2023, 05:15:56 pm »
Hi,
I am using codeblocks release 20.03. Recently installed. I get a warning message "main is usually a function" and a syntax error when I use user-defined functions. Any ideas?

The screenshot attached shows a simple program, for instance.
57
Nightly builds / Re: The 06 May 2023 build (13268) is out.
« Last post by stahta01 on May 28, 2023, 01:44:12 pm »
It's probably better to link this "WX" with the "static" option.

Nope; CB plugins require shared wxWidgets to work correctly.

Tim S.
58
Nightly builds / Re: The 06 May 2023 build (13268) is out.
« Last post by Khram on May 28, 2023, 09:25:57 am »
It's probably better to link this "WX" with the "static" option.
59
Stop using spaces in the path for your project and source files.
Edit: The above is only a guess; but, without more info and experience with debug errors; it is all the help I can give.

Tim S.

This to seems work. I made new project with the same name and it stops at the break point this time.
60
Stop using spaces in the path for your project and source files.
Edit: The above is only a guess; but, without more info and experience with debug errors; it is all the help I can give.

Tim S.
Pages: 1 2 3 4 5 [6] 7 8 9 10