Search found 1 match
- 2013-02-23T17:05:54-07:00
- Forum: Magick++
- Topic: Windows Dynamic Libraries
- Replies: 1
- Views: 7027
Windows Dynamic Libraries
Hi, I need to change our implementation to use DLLs, previously we used static libraries. I have built it with the configure.exe. It all builds and runs but the blobs are all 0 data length after write. A brief example of the code, which worked previous with static is m_Blob = new Blob(); Image ...