Search found 31 matches

by Bob-O-Rama
2008-01-17T23:09:06-07:00
Forum: Users
Topic: MSVC++ 2005 Image::read() string problem
Replies: 1
Views: 4322

MSVC++ 2005 Image::read() string problem

Hi, I have an issue where the VC++ 2005 ( or with SP1 ) Release build throws a null pointer exception in memcpy() right after calling Image::read(), apparently while initializing the file name. On tracing this down, it appears there is some calling issue between the VC++ code and the Magick++ librar...