A
Andrew Falanga
Hi everyone,
I've been working on some code that compares graphic images, *not*
displays them. What's odd is that, sometimes, when running the
program the images that are being compared are suddenly opened and
displayed in the, "Windows Picture and Fax Viewer," program. I'm not
doing anything that would cause this.
I've narrowed it down to its happening in a place where I call into an
unmanaged dll that, at some point, uses GraphicsMagick to convert the
image to the PNM file format. I haven't been able to determine
exactly where though. The second thing I've noticed is that it
happens only when I'm debugging. Further, I found that this only
happens when I have the check marked to, "Enable Visual Studio Hosting
Process." If I debug with this turned off, the images aren't opened
for me in the, "Windows Picture and Fax Viewer," program.
Has anyone any ideas why this would be happening?
Thanks,
Andy
I've been working on some code that compares graphic images, *not*
displays them. What's odd is that, sometimes, when running the
program the images that are being compared are suddenly opened and
displayed in the, "Windows Picture and Fax Viewer," program. I'm not
doing anything that would cause this.
I've narrowed it down to its happening in a place where I call into an
unmanaged dll that, at some point, uses GraphicsMagick to convert the
image to the PNM file format. I haven't been able to determine
exactly where though. The second thing I've noticed is that it
happens only when I'm debugging. Further, I found that this only
happens when I have the check marked to, "Enable Visual Studio Hosting
Process." If I debug with this turned off, the images aren't opened
for me in the, "Windows Picture and Fax Viewer," program.
Has anyone any ideas why this would be happening?
Thanks,
Andy