zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.9k stars 757 forks source link

Could not run cppzmq for UWP(c++ / CX) apps or (c++/ winrt) apps on Visual Studio 2022 #630

Open AlexanderAchberger opened 5 months ago

AlexanderAchberger commented 5 months ago

Hi all,

I did the three steps described in the wiki to install cppzmq. However, instead of using "sudo make -j4 install", I used the .sln file and build the project with visual studio 2022. I didn't receive any errors.

When I now create a console app, the example of cppzmq works fine. I do not to have to anything there, no directories or libs I have to assign, it just works. However, for UWP(c++ / CX) apps or (c++/ winrt) apps, I am receiving the error that a dll is missing. Even if I add assign all the directories and libs.

Any idea what the problem is?

Thanks a lot!