61
Help / Re: Error message upon opening new workspace
« Last post by Miguel Gimenez on December 04, 2025, 01:43:19 pm »Try
Code
ls -l /home/solarThe new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
ls -l /home/solar
)
// Create and populate from XRC
if (!wxXmlResource::Get()->LoadDialog(this, parent, _T("dlgGenericMultiLineNotes")))
{
wxLogError("Missing XRC resource: dlgGenericMultiLineNotes");
return; // fail gracefully
}
