-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running in the Windows C++ environment #494
Comments
https://groups.google.com/g/rabbitmq-users/c/lWcWxbQE4Fc Please see this example: https://github.com/CopernicaMarketingSoftware/AMQP-CPP/blob/master/examples/libuv.cpp LibUV is supported on Windows. Note: see this related issue #491 |
@lukebakken I'm trying to create a class that inherits from ConnectionHandler and do tcp communication via libuv, as suggested as a solution in #491. However, I'm not sure about the part where I put the IP address in the connection, do you have any ideas on that? MyConnectionHandler handler; AMQP::Login login("admin", "nimda"); handler.onReady(&connection); |
@gunhak01 the best way to help me (and other people) assist you is to provide a git repository with all of your code that I can clone, compile, and run to see EXACTLY what you are seeing. Please do that. Using GitHub would be ideal. We can then take this discussion to your repository and close this issue. |
@lukebakken Thank you for your interest. Right now I can't upload it to GitHub.
|
@gunhak01. Please create a repository on GitHub - https://github.com/gunhak01?tab=repositories Commit ALL of your code, your Visual Studio project, Makefiles, dependencies ... EVERYTHING. I should only have to clone your project and either open it in Visual Studo or run I'm happy to assist but right now you're asking me to set up a build environment when presumably you have already done so. |
@lukebakken https://github.com/gunhak01/amqpcpp_pilot
I got the libraries as above and am using them in visual studio and that code and vcpkg is all I ran. I didn't make any other environment modifications. |
Thank you. I will find time to test this out next week. Please be patient. I suggest closing this issue (#494) and we can continue discussion in your repository. |
@lukebakken Okay, I really appreciate your help. |
Hi, I was given this library to try and utilize rabbitmq in c++.
I use visual studio and received the library via nuget.
But when I tried to run it through tcpchannel, I got a lot of LNK2019, LNK2001 errors.
My question is twofold.
is there anything I need to do besides getting the package from nuget?
do I need to implement the tcp connection part myself in the windows c++ environment? My English is weak and I don't understand much from the readme.
Thanks.
The text was updated successfully, but these errors were encountered: