CopernicaMarketingSoftware / AMQP-CPP

C++ library for asynchronous non-blocking communication with RabbitMQ
Apache License 2.0
875 stars 339 forks source link

More clear info about installation for Windows users #500

Open RooTender opened 1 year ago

RooTender commented 1 year ago

Describe the bug Windows builds require to add special macro at the very beginning in the entrypoint #define NOMINMAX. Without it build crashes. It's worth mentioning that in the instruction.

Expected behavior and solution Build without that macro: image

Build with included macro: image image

laura0815 commented 1 year ago

thank you for opening (and solving) this issue, I had the same problem.