Compiling .bin in Visual Studio 2015

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
pneumatic
Posts: 338
Joined: 05 Dec 2016, 01:51

Compiling .bin in Visual Studio 2015

27 Nov 2019, 21:58

Hello

Is it possible to compile Unicode 64-bit.bin in Visual Studio?

I have successfully compiled the 32-bit and 64-bit projects, but the only .bin file they generate is AutoHotkeySC.bin.

Image

I am not sure if my script will be compatible with this as a lot of my code assumes 64-bit Unicode.

Thanks
pneumatic
Posts: 338
Joined: 05 Dec 2016, 01:51

Re: Compiling .bin in Visual Studio 2015

27 Nov 2019, 22:16

Oh, is it like this maybe?

Code: Select all

Self-contained|Win32		-> AutoHotkeySC.bin = Unicode 32-bit.bin and AutoHotkeySC.bin in GitHub release
Self-contained|x64			-> AutoHotkeySC.bin = Unicode 64-bit.bin in GitHub release
Self-contained(mbcs)|Win32	-> AutoHotkeySC.bin = ANSI 32-bit.bin in GitHub release
Self-contained(mbcs)|x64	-> AutoHotkeySC.bin = ANSI 64-bit.bin (not included in GitHub release)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 118 guests