At the code below, it generates an exception message and its size is not set at all. The message on visual studio is "DragonFly.exe의 0x7c812aeb에 첫째 예외가 있습니다. Microsoft C++ Exception: GRLIBError_enum(메모리 위치 0x046ee674)."
m_pImage = imaqCreateImage(IMAQ_IMAGE_U8, 2);
if(m_pImage)
imaqSetImageSize(m_pImage, nWidth, nHeight); ///<------The exception occurs here........
Is it related to memory leakage? The software has memory leakage issue and it uses about several 100MB when the exception occurs.
System information
OS: Windows XP 32 (Korean)
Compiler: Visual C++ 2005
NI Product: NI Vision 8.5