Juha Reunanen

Results 13 comments of Juha Reunanen

> I don't think there needs to be any option to keep the old behavior where one path is compiled out. In my opinion, it would be really nice if...

@alalek Wouldn't merging #21324 help fix the security issues?

When Clipper has a permissive license and compiles to a reasonably small binary, what exactly is the use case for a Clipper.dll on Windows?

But Delphi surely can't import C++ classes? So for that use case, there should be a plain C API, right?

If you use what this repo offers, then you don't need CMake, just Visual Studio.

This repo was intended to be used with Visual Studio, not Visual Studio Code. (Note that they are two different things.) I'm not a VS Code user myself, so I...

@rioramos Same problem here with akalend/master. Can you try [my develop branch](https://github.com/reunanen/amqpcpp/tree/develop)? Should work (or at least shouldn't have that problem). Also has some other improvements. And yep, [there's a...

@loki2040 I have no idea, but feel free to use [my develop branch](https://github.com/reunanen/amqpcpp/tree/develop). If it has issues, please report and I'll have a look. I'm actively using it in real-life...

@alex-st-i That looks like the master branch to me. Did you say `git checkout develop`?

You can just remove the check – works fine, at least on my machine: https://github.com/akalend/amqpcpp/pull/78/commits/8365a677d5dca7977ac5728ae09569e08a091141 That "fix" is included in PR #78, together with other improvements I've found useful. So...