Search found 3 matches
- 2016-01-30T00:17:15-07:00
- Forum: Users
- Topic: Typedef ssize_t re-definition.
- Replies: 4
- Views: 2714
Re: Typedef ssize_t re-definition.
Updated OP with more information and a possible, albeit terrible solution.
- 2016-01-30T00:09:04-07:00
- Forum: Users
- Topic: Typedef ssize_t re-definition.
- Replies: 4
- Views: 2714
Re: Typedef ssize_t re-definition.
Sorry, I should have figured this out sooner. The problem is that I am writing a Python extension and trying to incorporate ImageMagick into it. Unfortunately, the Python.h (more specifically, the pyconfig.h) header file ALSO defines it. This means that only one of them can be included. Is this ...
- 2016-01-29T23:55:58-07:00
- Forum: Users
- Topic: Typedef ssize_t re-definition.
- Replies: 4
- Views: 2714
Typedef ssize_t re-definition.
This post is almost 3 years old, but it shows the error I am getting. https://www.imagemagick.org/discourse-server/viewtopic.php?t=23748 The github link at the bottom 404's. I'm using Visual Studio 15.0 (VC 14) Enterprise using C++14 (I believe). The only thing I include is "Magick++.h". I installed ...