The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
function ICodeBlocksApp = CreateCBComObject vprint([mfilename ': creating CB com object']); try ICodeBlocksApp = actxserver('CodeBlocks.CodeBlocksApp'); catch error(['Error creating COM connection to ' ComObj ... '. Verify that CodeBlocks is installed correctly. Verify COM access to CodeBlocks outside of MATLAB.']); end return;
Server creation failed. Invalid ProgID 'CodeBlocks.CodeBlocksApp'
#define DDE_SERVICE _T("CODEBLOCKS")#define DDE_TOPIC _T("CodeBlocksDDEServer")