Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

[AHK(_L)] Microsoft Security Essentials breaks compilation


  • Please log in to reply
3 replies to this topic
IsNull
  • Moderators
  • 990 posts
  • Last active: May 15 2014 11:56 AM
  • Joined: 10 May 2007
Just for information:

If you use Microsoft Security Essentials as Antivirus software, AHK_L is not able to compile. (May affect AHK Basic too, but I didnt tested it)

error: "Unable to create the compiled Archive"


Solution:
Deactivate the realtime protection before compiling.

fincs
  • Moderators
  • 1662 posts
  • Last active:
  • Joined: 05 May 2007
This is actually a MSE bug, not an AHK bug.

Zaelia
  • Members
  • 754 posts
  • Last active: Jan 17 2015 02:38 AM
  • Joined: 31 Oct 2008
<!-- m -->http://www.autohotke... ... 903#389903<!-- m -->
Ahk2Exe.exe have to add to excluded Processes of MSE (not mpress)
or use command ( only one time for me, I need to change name of the script if I want to recompil )
"You annoy me, therefore I exist."

IsNull
  • Moderators
  • 990 posts
  • Last active: May 15 2014 11:56 AM
  • Joined: 10 May 2007

This is actually a MSE bug, not an AHK bug.

Sure, but I didn't found any Information about it (thanks for the Link Zaelia), and thougt I could help someone :)