Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
In my efforts to learn how to use CodeBlocks I have developed a number of projects which focus on a specific set of conditions.  Some of the dialog and control configurations I would like to use in other projects.  Is it possible to extract a dialog I have built in one project and "paste" it into another project, or must the dialog be rebuilt from scratch?

Joe
42
General (but related to Code::Blocks) / Re: File Open Dialog Issue
« Last post by JoeH on May 27, 2025, 11:45:30 pm »
Sorry.  I wasn't sure which arena the issue lay in.

Joe
43
General (but related to Code::Blocks) / Re: File Open Dialog Issue
« Last post by Miguel Gimenez on May 27, 2025, 07:53:13 pm »
You already have replies in the wxWidgets' forum, here the question is OT (Off Topic).
44
General (but related to Code::Blocks) / File Open Dialog Issue
« Last post by JoeH on May 27, 2025, 02:05:20 pm »
   I am new to this forum.  Due to obsolete hardware and software I have had to migrate from Windows XP and my Borland Builder software.  I have had to reinvest in a new computer running Windows 11.  My search for a new IDE led me to CodeBlocks and I am slowly learning how to use it.  I am a novice in Windows programming and what little coding I do is for my own use.  The configuration I am using is CodeBlocks version 20.03 with MinGW and wxWidgets version 3.05.

   I have run into a peculiar issue trying to use the C language file IO.  What I want to do is use the file open dialog from the Dialog tab to select the file to use and then provide the returned file path to the C fopen function to open the file for reading and writing.  The file path returned by the dialog uses the backslash character as the separator between folders.  My attempts using fopen were only successful if the separator was a forward slash.  Is there means for changing the separator character used by the file open dialog?

   Thanks for your help,

   Joe
45
Understood, I only found two relevant posts - I removed the post. I partially disagree with the second statement, but it's not your fault; it's mine. Apologies for that; it was not my intention to spam.
46
Can you please stop spamming your web site until it grows and becomes more useful to people as at the moment it has only a handful of downloads and less than 0.001% of the normal download files compared to the normal sites that are used by devs.
47
Development / Re: code completion breaks after changing header file
« Last post by Pecan on May 27, 2025, 04:52:04 am »
As it turns out, a timeout wxMutex on Manjaro always returns wxMUTEX_MISC_ERROR.

I'm having to change all wxMutex.LockTimeout()s to std::timed_mutex(s) which do work on Manjaro.

This means that any code that was protected by a timed wxMutex never executes.

8>{
48
Help / Re: Windows CB 2503 nosetup is not downloadable
« Last post by samdpp on May 26, 2025, 02:33:08 pm »
Hello,

If you can't download the files, please try to download them from dAppCDN:

https://dappcdn.com/download/devtools/code-blocks

File signatures and virus scan results from Jotti's malware scan are available (please ignore the false positive ones - or double check on VirusTotal).

49
Nightly builds / Re: The 23May 2025 build (13667) is out.
« Last post by ThierryD on May 26, 2025, 11:59:13 am »
Many thank's Xaviou.

It work perfectly (at least for my usage ...).

Regards
50
Development / Re: code completion breaks after changing header file
« Last post by Hyena on May 25, 2025, 10:44:22 pm »
Code
Loaded config file '/home/hyena/.config/codeblocks/default.conf' (personality: 'default')
Scanning for lexers in /opt/codeblocks/share/codeblocks/lexers/...
Found 62 lexers
Loading lexer_perl
Loading lexer_hitasm
Loading lexer_ruby
Loading lexer_po
Loading lexer_java
Loading lexer_batch
Loading lexer_cg
Loading lexer_vhdl
Loading lexer_OgreMaterial
Loading lexer_prg
Loading lexer_fortran
Loading lexer_pascal
Loading lexer_xml
Loading lexer_ihex
Loading lexer_glsl
Loading lexer_rc
Loading lexer_html
Loading lexer_OgreCompositor
Loading lexer_nsis
Loading lexer_caml
Loading lexer_A68k
Loading lexer_ada
Loading lexer_lisp
Loading lexer_javascript
Loading lexer_latex
Loading lexer_bibtex
Loading lexer_gm
Loading lexer_properties
Loading lexer_masm
Loading lexer_cpp
Loading lexer_python
Loading lexer_powershell
Loading lexer_yaml
Loading lexer_tehex
Loading lexer_objc
Loading lexer_smalltalk
Loading lexer_haskell
Loading lexer_nim
Loading lexer_vbscript
Loading lexer_lua
Loading lexer_cmake
Loading lexer_inno
Loading lexer_cu
Loading lexer_diff
Loading lexer_make
Loading lexer_autotools
Loading lexer_squirrel
Loading lexer_registry
Loading lexer_verilog
Loading lexer_plain
Loading lexer_angelscript
Loading lexer_postscript
Loading lexer_proto
Loading lexer_bash
Loading lexer_markdown
Loading lexer_d
Loading lexer_css
Loading lexer_srec
Loading lexer_sql
Loading lexer_matlab
Loading lexer_coffee
Loading lexer_f77
Configured 0 tools
Scanning for plugins in /home/hyena/.local/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /opt/codeblocks/lib/codeblocks/plugins
Manager failed to load XRC resource '/opt/codeblocks/share/codeblocks/DisplayEvents.zip'.
Tools Plus Plugin: Registering shell type Piped Process Control
Loaded 59 plugins
Loading:
HelpPlugin
Help plugin ini file: /opt/codeblocks/share/codeblocks/docs/index.ini
SmartIndentXML
cbDragScroll
ReopenEditor
AutoVersioning
wxSmith
wxSmithMime
HeaderFixup
Profiler
HexEditor
ToDoList
Abbreviations
CodeSnippets
CppCheck
cbKeyBinder
wxSmithAui
DisplayEvents
clangd_client
copystrings
EnvVars
Debugger
SmartIndentLua
BYOGames
ThreadSearch
Compiler
BrowseTracker
ClassWizard
OpenFilesList
wxSmithContribItems
RegExTestbed
IncrementalSearch
ProjectsImporter
Cccc
Valgrind
FilesExtensionHandler
SpellChecker
Loading image: '/usr/share/codeblocks/SpellChecker/svg/disabled.svg' failed!
ProjectOptionsManipulator
Exporter
CB_Koders
SmartIndentPython
EditorTweaks
CodeStat
DoxyBlocks
AStylePlugin
SmartIndentHDL
Autosave
ScriptedWizard
OccurrencesHighlighting
SmartIndentFortran
EditorConfig
SmartIndentPascal
SmartIndentCpp
ToolsPlus
NassiShneidermanPlugin
Initial scaling factor is 1.000 (actual: 1.000)
Running startup script
Script plugin registered: Find Broken Files plugin
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
Opening /home/hyena/Desktop/temp/testcpp/testcpp/testcpp.cbp
Done.
SpellChecker: Thesaurus files '/usr/share/codeblocks/SpellChecker/th_en_US.idx' not found!
ClangdClient: allocating ProxyProject (phase 1).
Opening /home/hyena/.config/codeblocks/CC_ProxyProject.cbp
Done.
ClangdClient: loading ProxyProject (phase 2.
Opening /home/hyena/.config/codeblocks/CC_ProxyProject.cbp
Done.
Pages: 1 2 3 4 [5] 6 7 8 9 10