Pelles C > Add-ins

Switch between Release, Debug or Profile build

<< < (6/6)

khyron:
it works perfectly  :D
thanks!!!

nitex:
New version of the Addin which fixes the error pointed out by khyron and and a new error introduced by me. The check for the console project was changed from
--- Code: ---if (_tcsstr(szOld, _T("console")) == NULL)
--- End code ---
to
--- Code: ---if (_tcsstr(szOld, _T("-subsystem:console")) == NULL)
--- End code ---


This could otherwise fail to build projects which include a console.lib for example.

Navigation

[0] Message Index

[*] Previous page

Go to full version