tinku99/ahkzmq

hwclient.ahk throws an error

Elijas opened this issue · 1 comments

---------------------------
hwclient.ahk
---------------------------
Error in #include file "C:\X9\ahkzmq\lib\zmq.ahk":
     error loading 

	Line#
	044: Return
	043: {
	044: EnvGet,path,PATH
	045: EnvSet,PATH,";" A_ScriptDir
	046: libzmq := dllcall("LoadLibrary", "str", A_ScriptDir "\libzmq.dll")
	047: if !libzmq  
	047: {
--->	048: Throw,"error loading " file
	049: }
	050: this.__handle := libzmq  
	051: }
	052: {
	053: types := this[func].arg_types
	054: Loop,types.maxindex()
	055: args.insert((A_Index<<1)-1, types[A_Index])  

The thread has exited.
---------------------------
OK   
---------------------------

Repo's author informed that this might be related to 64bit AHK being used.

Cannot confirm for now that this is or is not the issue, so closing the issue for now