Search found 1 match

by bibble_235
2013-02-23T17:05:54-07:00
Forum: Magick++
Topic: Windows Dynamic Libraries
Replies: 1
Views: 7592

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 ...