Just a little feedback.

 

Finally, at last, I've been able to build CZMQ on Windows.  Had to configure
both projects in the CZMQ solution with  'include' and 'linker' instructions
pointing at relevant zeromq-4.0.4 folders on my machine.  The Visual Studio
2013 solution files worked well except for this from the file:
libzmq.import.props

 

<Copy Condition="$(Configuration.IndexOf('Release')) != -1"

          <!--
SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
$(PlatformToolset)\dynamic\libzmq.dll" --> THIS LINE COULD NOT FIND
libzmq.dll

          SourceFiles="C:\zeromq-4.0.4\bin\Win32\libzmq.dll"  SO I USED THIS
INSTEAD; WHICH WORKED 

          DestinationFiles="$(TargetDir)libzmq.dll"

          SkipUnchangedFiles="true" />

 

Riskybiz.

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to