Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
General (but related to Code::Blocks) / Re: Code::Blocks and FreeBASIC?
« Last post by chameleon on Yesterday at 05:52:30 pm »
I also use C++ for 2 decades, but it would be nice to see something like that.
I think it is not very difficult because debugger is gdb and only the compiler is fbc32 or fbc64 (based on gcc).
Of course code completion is not necessery.
Syntax highlighting is not mandatory.
2
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by dkulp on Yesterday at 04:38:39 pm »
Mac version still will not start.   Crashes.

3
Hello, Mikhail!
The mistake was that I accidentally checked the wrong box in the Debug settings. I visited your website, as I understand it, you are actively using Code Blocks. I would like to be able to visit your website and communicate directly (if possible).Hello, Mikhail!
The mistake was that I accidentally checked the wrong box in the Debug settings. I visited your website, as I understand it, you are actively using Code Blocks. I would like to be able to visit your website and communicate directly (if possible).
4
Just curious where did you get these compiler flags? If you ran some Makefile then that Makefile is written incorrectly and needs fixing.
5
Thank you very much! Sorry for the carelessness.
6
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on Yesterday at 12:44:31 pm »
Hello,

I try today to reinstall nigthly on my Linux Mint 22.1 configuration, first remove and reinstall CB, and after Xaviou's PPA. Nothing do, only previous nightly  (SVN 13620) can be installed.

Log of this try in file joined. I don't bknow why ...

Regards.

7
Here are self-contradictory compiler options:
g++.exe -LO:\msys64\mingw64\lib -o bin\Debug\cppDislin.exe obj\Debug\cppDislin.o  -m64 O:\MyProgramming\cppDislin\discpp64.a -luser32 -lgdi32 -lopengl32 -m32
8
Hello!
When I try to compile a project, I receive messages about library inconsistencies:
g++.exe -LO:\msys64\mingw64\lib -o bin\Debug\cppDislin.exe obj\Debug\cppDislin.o  -m64 O:\MyProgramming\cppDislin\discpp64.a -luser32 -lgdi32 -lopengl32 -m32 
O:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible O:\msys64\mingw64\lib/libuser32.a when searching for -luser32
O:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible O:\msys64\mingw64\lib\libuser32.a when searching for -luser32
......................
The libraries are all 64-bit and I compile the project in 64-bit mode. Project https://disk.yandex.ru/d/YbsNPpbG6Q-nPg
Please tell me how to compile the project correctly.
9
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on March 23, 2025, 11:06:58 am »
Sorry file joined is not the last ...
10
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by ThierryD on March 23, 2025, 11:04:27 am »
Hello Miguel,

Hum, not exactly ...
I'm not configure CB project into this "special instance" of CB on W11 ...
I'm just see "Compilers" setting in general menu "Settings" ... and many new messages appears in console (file joined).
Travel in list of compilers not respect size of screen ...

Best "lynx's eye" ... ;D

Regards. 
Pages: [1] 2 3 4 5 6 ... 10