You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: