61
Help / Re: c++23
« Last post by Miguel Gimenez on April 23, 2026, 09:03:23 am »Delayed profile spammer rundowndrag reported to moderator.
When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
I can find no code that saves the files ok and then closes them.
Go to Settings -> Compiler, select the "Toolchain executables" tab and fill the controls with your compiler's location (use where gcc.exe in the cmd prompt) and program's names.
if (!cbSaveToFile(m_Filename, m_pControl->GetText(), GetEncoding(), GetUseBom(), robustSave))
{
wxString msg;
msg.Printf(_("File %s could not be saved..."), GetFilename().c_str());
cbMessageBox(msg, _("Error saving file"), wxICON_ERROR);
return false; // failed; file is read-only?
}