compiling AutoHotkey: Visual Studio versions and components

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: compiling AutoHotkey: Visual Studio versions and components

compiling AutoHotkey: Visual Studio versions and components

Post by jeeswg » 07 Nov 2019, 15:09

Compile attempts for AutoHotkey v2.0-a106:
VS 2012: didn't try.
VS 2013: failed. (I believe it worked for previous v2 alphas.)
VS 2015: failed, stating I needed to 'Install Windows XP support for C++'.
VS 2017: worked.
VS 2019: didn't try.

So, re. VS 2015, is there a suggested list of components to install, when installing Visual Studio.

Can anyone else report if VS 2012/2013/2015 can be made to compile the latest AutoHotkey v2 alpha (or else the last versions they could compile)? Thanks.

Out of interest, has anybody managed to compile any alphas with hashes/contents that match the official releases exactly?
Links:

AutoHotkey_L/README.md at alpha · Lexikos/AutoHotkey_L · GitHub
https://github.com/Lexikos/AutoHotkey_L/blob/alpha/README.md
AutoHotkey v2 is developed with Microsoft Visual Studio Community 2019, which is a free download from Microsoft.
...
The project is configured in a way that allows building with Visual Studio 2012 or later. However, for the v2 branch, some newer C++ language features are used and therefore a later version of the compiler might be required.

Advice for which version/components to install, when installing Visual Studio (for AutoHotkey_H):
[Guide] Compiling Ahk_h's source step by step - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=65&t=62308

Microsoft Visual Studio - Wikipedia
https://en.wikipedia.org/wiki/Microsoft_Visual_Studio

Top