Using Labwindows/CVI User Interface Library in a MS VC++6.0 project, with a 1600x1200 resolution CVIRTE.dll throws an exception when calling a LoadPanel() function:
"first-chance exception in PCScanTool.exe (CVIRTE.DLL): 0xC0000005: Access Violation"
int CLabWnd::MyLoadPanel(int nPnlHnd,char filename[],int nPnlResId)
{
int nErr;
nErr = LoadPanel(nPnlHnd,filename,nPnlResId);
AddErrorString(nErr,"- Modulo LabWnd.cpp Classe CLabWnd Metodo MyLoadPanel");
return nErr;
}
The problem doesn't appear with different resolutions.