Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on August 19, 2012, 09:03:33 AM

Title: File compile Add-In example
Post by: TimoVJL on August 19, 2012, 09:03:33 AM
This Add-In example syntax check current file with option -Zs (Only performs a syntax check.).
Without open project it add option -Ze (Activates Microsoft's extensions to C.).
It insert options 'Syntax check' and 'Compile with CC.exe' to document context menu.

20120819: SrcFileCompile_WS_1.1.0.zip using CreateThread()
20120819: SrcFileCompile_WS_1.2.0.zip using _beginthreadex()
20120822: SrcFileCompile_WS_1.3.0.zip using _beginthreadex() and for debugging
Title: Re: File compile Add-In example
Post by: CommonTater on August 19, 2012, 02:27:16 PM
Very nice... thank you Timo!
Title: Re: File compile Add-In example
Post by: TimoVJL on August 22, 2012, 07:12:55 PM
For one file tests now it support startings debugger too (filename + .exe).
CC option create exe with debug-info.