User forums > Using Code::Blocks
Set program's arguments don't work with vs2015 build tools & CDB
Miguel Gimenez:
I have just commited a patch to fix this, I can not test it because I do not have CDB, but the change is straightforward:
--- Code: ---+ if (!userArguments.empty())
+ cmd << ' ' << userArguments;
--- End code ---
eqychan:
Thanks for your replay, I applied your patch and rebuilt Codeblocks form source, now it works pretty fine. thanks ;D
Miguel Gimenez:
Thank you for testing and reporting.
Navigation
[0] Message Index
[*] Previous page
Go to full version