Jump to content

What compiler used for AutoIt binary?


Recommended Posts

I've heard that AutoIt was built in Visual Studio, but I've never run into any VC++ runtime issues with AutoIt. Is there something special you guys are doing to get it to work without the VC++ runtime installed?

Easy: Statically link the runtime with the PE. It adds ~100 kB but it's totally worth it in most situations.

Edit: And how to do it: Project Properties-> C/C++-> Code generation -> Change from multi-threaded dll to just multi-threaded.

Edited by monoceres

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...