As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
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")