Page 1 of 1

Autohotkey_H 1.28 compilate error

Posted: 20 Feb 2018, 06:01
by masheen
Can you help me. Idownload ahk_h 1.28
and try to compilate and get this error

Image

Translate
Image

Re: Autohotkey_H 1.28 compilate error

Posted: 20 Feb 2018, 12:45
by guest3456
you may need to upgrade libMinHook:

https://github.com/TsudaKageyu/minhook/releases

Re: Autohotkey_H 1.28 compilate error

Posted: 20 Feb 2018, 15:14
by masheen
guest3456 wrote:you may need to upgrade libMinHook:

https://github.com/TsudaKageyu/minhook/releases
i did 141. same error

Re: Autohotkey_H 1.28 compilate error

Posted: 20 Feb 2018, 18:02
by HotKeyIt
Did you replace the files here with the version you use: https://github.com/HotKeyIt/ahkdll/tree ... source/lib

Re: Autohotkey_H 1.28 compilate error

Posted: 20 Feb 2018, 23:13
by masheen
HotKeyIt wrote:Did you replace the files here with the version you use: https://github.com/HotKeyIt/ahkdll/tree ... source/lib
1. Download MinHook_133_lib.zip https://github.com/TsudaKageyu/minhook/releases
2. Rename libMinHook-x64-v141-mt.lib and libMinHook-x86-v141-mt.lib to libMinHook.x64.lib and libMinHook.x86.lib
3. Replace \ahkdll-master\source\lib
4. Get C1047 Error, Microsoft Visual Studio 2017 Community 15.5.7

Re: Autohotkey_H 1.28 compilate error  Topic is solved

Posted: 21 Feb 2018, 09:55
by norths1
с -mt и -md работать не будет, пробуй -mdd или -mtd
MinHook.h оставь тот, что был, заменять не нужно
После жми Перестроить решение (не Собрать)

that won't work if you use -mt or -md, try to use -mdd or -mtd
keep the original version of MinHook.h
then click on Rebuild solution (not Build)

Re: Autohotkey_H 1.28 compilate error

Posted: 21 Feb 2018, 10:09
by guest3456
norths1 wrote:с -mt и -md работать не будет, пробуй -mdd или -mtd
MinHook.h оставь тот, что был, заменять не нужно
После жми Перестроить решение (не собрать)
google translate:

with -mt and -md will not work, try -mdd or -mtd
MinHook.h leave the one that was, do not need to replace
After the rebuild solution (do not compile)

Re: Autohotkey_H 1.28 compilate error

Posted: 21 Feb 2018, 10:26
by norths1
guest3456 wrote:
norths1 wrote:с -mt и -md работать не будет, пробуй -mdd или -mtd
MinHook.h оставь тот, что был, заменять не нужно
После жми Перестроить решение (не собрать)
google translate:

with -mt and -md will not work, try -mdd or -mtd
MinHook.h leave the one that was, do not need to replace
After the rebuild solution (do not compile)
there was no need to do this, he's russian
guest3456 wrote:
norths1 wrote: there was no need to do this, he's russian
yes but for the rest of us, or for other people who may search and have the same probelm :)
well, I've added the English version of the text

Re: Autohotkey_H 1.28 compilate error

Posted: 21 Feb 2018, 10:33
by guest3456
norths1 wrote: there was no need to do this, he's russian
yes but for the rest of us, or for other people who may search and have the same probelm :)

Re: Autohotkey_H 1.28 compilate error

Posted: 22 Feb 2018, 00:33
by masheen
norths1 wrote:с -mt и -md работать не будет, пробуй -mdd или -mtd
MinHook.h оставь тот, что был, заменять не нужно
После жми Перестроить решение (не Собрать)

that won't work if you use -mt or -md, try to use -mdd or -mtd
keep the original version of the MinHook.h
then click Rebuild solution (not Build)
Thanks, its work. But why?
Image

Спасибо.

Re: Autohotkey_H 1.28 compilate error

Posted: 22 Feb 2018, 01:53
by norths1
masheen wrote:
norths1 wrote:с -mt и -md работать не будет, пробуй -mdd или -mtd
MinHook.h оставь тот, что был, заменять не нужно
После жми Перестроить решение (не Собрать)

that won't work if you use -mt or -md, try to use -mdd or -mtd
keep the original version of MinHook.h
then click on Rebuild solution (not Build)
Thanks, it works. But why?
Image

Спасибо.
I have no idea why. You're welcome ;)