Hi All, this is a kind of old problem. I am dropping here my solution, just in case someone will search for as crazy all over the net. 1. add in your PATH (environement variable) the bin folder where vcpkg has compiled the dll 2. install libsodium via vcpkg 3. copy the dll : libczmq.dll, libsodium.dll, libzmq-mt-4_3_4.dll in the folder where your golang .exe application is compiled.
and it should work On Tuesday, December 29, 2015 at 6:09:58 AM UTC+2 chow...@gmail.com wrote: > Hi Rene, > How did you solve it? I also met the problem "exit status -107374181". > Thanks. > > 在 2014年11月30日星期日 UTC+8下午5:03:55,rene marxis写道: > >> Hello Jason >> >> thanks for your answer. >> Of course i tried >> worker, err := zmq.NewSocket(zmq.REQ) >> but with no success and no error message... >> >> The problem seems to be related to the libzmq somehow. >> >> I tried "go run main.go" from inside a VS-Console and got an error "The >> program could not be started, because libzmq-v120-mt-gd-4_0_4.dll is >> missing". >> The application exitied with: "exit status -1073741515" >> >> After also adding the bin directory from libzmq to the PATH and >> restarting the app, the message did not show up againe and the app exists >> with: >> "exit status -107374181" >> >> What i don't understand is, why the application is trying to load the >> libzmq-v120-mt-gd-4_0_4.dll. >> As i wrote in my first question, i had to copy/rename that dll in order to >> be able to do the 'go get github.com/pebbe/zmq4 >> <http://www.google.com/url?q=http%3A%2F%2Fgithub.com%2Fpebbe%2Fzmq4&sa=D&sntz=1&usg=AFQjCNEJitQ0tXVwjbbKH29_UcynXakNGw> >> ' >> >> Independently from this behavior, for me it seems to be wrong to have to >> rename that dll at all. >> Isn't there any possibility to tell 'go get' to use that >> libzmq-v120-mt-gd-4_0_4.dll >> instead of libzmq.dll ? >> I got that "tip" to rename from >> https://gist.github.com/michfield/4686876 >> ... >> >> >> >> -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/373686ad-80ce-4b8b-a500-c5ba6f5fd6f0n%40googlegroups.com.