Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ThierryD on September 11, 2024, 03:27:44 pm
-
Hi,
I read online documentation of CB on Wiki, and on the main site Internet of CB.
First constat : many "old" docs and informations not up to date.
It's not a criticism, neither reproach, I know it's a "time consuming" task.
But me, I have this adequate time because I'm to be retired (many chance !).
You can exploit all documentations about configuration into CB with many C/C++ compilers on Windows 11 64bits up to you ... on this site (it's free) : https://github.com/tdechaize/tools_tde.
Same "text" with different formats : markdow, pdf and "simple text file" "*.readme".
And, with Wiki format : https://github.com/tdechaize/tools_tde/wiki
I'm not pro about all of these formats, but all described instructions are tested and run on Windows 11 64bits.
Volunteers ?
Sincerly.
Thierry D.
-
Thanks for the information
The wiki can be modified by any user logged in this forum, feel free to update it or mark obsolete pages as such.
-
Ok, thank's Miguel.
I see, and update Wiki if possible.
Sincerly.
Thierry D.
-
The language of your github repo is not in English language?
For example, the homepage document: https://github.com/tdechaize/tools_tde/tree/main
It is a little hard to understand the content for me. :(
-
Hi,
Yes, i cannot hide I'm French ... ;D, Sorry!
This repository is, generally, clearly destinated to french users ... but I'have created deliberately, on this site, all documentations about configuration of different compilers into CB in English.
You can only select all files that began by "How config ...." on this repo, and click on this files to read contents (it's same content beetween Makdown, PDF or txt format for each category of "compilers/packages"), or download it.
I'm very interested, if you have remarks about contents, because I'm have not "rereader" in my environment to critisize these "first try of documentation".
Thank's for all,
Regards.
-
In this document:
https://github.com/tdechaize/tools_tde/blob/main/How%20config%20CB%20MinGW64%20GCC%20C_C%2B%2B%20compiler%20into%20CodeBlocks.md
My suggestion is that you need to add some makdown code syntax field for the setting code, otherwise, the generated pdf is hard to read. Thanks.
-
Yes, you rigth.
I must reformat with clearly most "end of line" in all Markdown (an after refresh export PDF issued of Obsidian "MD writer").
Thank's.
Thierry D.
-
Hi,
After change and reformat MD and PDF (but not about all doc, only middle made) for lisibility, result are most presentable ?
Thank's Ollydbg (or anyone of team CB).
Sincerly.
-
Hi
Finalization of reformat MD and PDF files about documentation of CB.
You can see changes at : https://github.com/tdechaize/tools_tde
Regards.
Thierry D.
-
Hi
Finalization of reformat MD and PDF files about documentation of CB.
You can see changes at : https://github.com/tdechaize/tools_tde
Regards.
Thierry D.
The document is still a bit hard to read for me.
My suggestion:
You need to use some format of markdown to quote the code section.
See here:
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
-
OK, sorry newbie with MD format.
Thank's for the link. I read contents and apply on documentations.
Bye.
-
Hi,
I think to have finish to include preconisations suggered by "Ollydbg" into all documents MD and PDF available on my site GitHub
justify text,
add new paragraphs,
add newline or suppress it if necessary to ameliore lisibility,
add bullet list,
mark source code with balise "Code" of MD.
But on the found of these contents, nothing remarks ?
Thank's.
Thierry D.
-
Hi,
Just to illustrate and "for fun", an example of CB project with 64 generations of target on W11 64b, with same C source code (32 and 64 bit, Debug / Release, all declination of "free" compilers C/C++ available on Windows)
If you can configure correctly one compiler C/C++ into CB, then you can configure many...
And, to illustrated also, an example of target DLL in CB project with all of these compilers, two test program with call DLL "implicit" or "explicit" also in CB project, and finally test program in Python (not in CB, but maybe possible) here :
https://github.com/tdechaize/Test_DLL_ALL
Very very open and simply IDE. Enjoy.
TDE.
-
Hi,
Just to illustrate and "for fun", an example of CB project with 64 generations of target on W11 64b, with same C source code (32 and 64 bit, Debug / Release, all declination of "free" compilers C/C++ available on Windows)
If you can configure correctly one compiler C/C++ into CB, then you can configure many...
And, to illustrated also, an example of target DLL in CB project with all of these compilers, two test program with call DLL "implicit" or "explicit" also in CB project, and finally test program in Python (not in CB, but maybe possible) here :
https://github.com/tdechaize/Test_DLL_ALL
Very very open and simply IDE. Enjoy.
TDE.
Nice work!
Thanks for sharing the experience, especially so many kinds of compilers. :)
-
Thank's much.
Not very important, but with my test DLL into CB, I see that result "Build log" into CB is not the same that messages screened into simple CMD on Windows.
Certains lines appears in CMD (all lines) and missed in "Build log", and sequentiality of these lines is sometimes unrespected (mixed ?) in "Build log" too.
Sincerly.