NO

Author Topic: File compile Add-In example  (Read 3709 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
File compile Add-In example
« 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
« Last Edit: August 22, 2012, 06:48:26 PM by timovjl »
May the source be with you

CommonTater

  • Guest
Re: File compile Add-In example
« Reply #1 on: August 19, 2012, 02:27:16 PM »
Very nice... thank you Timo!

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: File compile Add-In example
« Reply #2 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.
May the source be with you