Originally posted by: simmy
Hi Deepak,
Can you please help me as i have to meet some deadline here?
Actually i am trying to display the image in a scrollview which works fine.But i want to be able to rotate,zoom the image ,which is also fine but the scrolls are not getting set properly on zoom or rotation.Can you send me some sample program which can help me ??
Thanks
Simmy
Originally posted by: jacob
fucked
ReplyOriginally posted by: AbhijeetR
When exiting with more than one image opend, the current image item is not released.
Need to modify CImgProcDoc destructor as below.
CImgProcDoc::~CImgProcDoc()
{
if( NULL != current)
delete current;
}
Originally posted by: Na-iem Dollie
Hi
I notice the following code in method:
/*start code*/
// make sure these are valid
if ( width *height <= 0 )
return NULL;
/*end code*/
doesn't handle the case of width < 0 && height < 0.
Regards,
Na-iem
Reply
Originally posted by: JeongDong, Lee
Compiling...
StdAfx.cpp
c:\download\codeguru\gdi\imgproc\stdafx.h(26) :
fatal error C1083: Cannot open include file: 'gdiplus.h': No such file or directory
Error executing cl.exe.
ImgProc.exe - 1 error(s), 0 warning(s)