News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

File compile Add-In example

Started by TimoVJL, August 19, 2012, 09:03:33 AM

Previous topic - Next topic

TimoVJL

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
May the source be with you

CommonTater


TimoVJL

For one file tests now it support startings debugger too (filename + .exe).
CC option create exe with debug-info.
May the source be with you