Hello ,
I have written lines of coding like the follows :
...
if ((hpanel = LoadPanelEx (0, "DeviceConfig.uir", PANEL, __CVIUserHInst)) < 0)
return 0;
if ((hDevServer = LoadPanelEx (0, "DeviceConfig.uir", DEV_SERVER, __CVIUserHInst)) < 0)
return 0;
.....
Althrough it can run , but in some circumstance , my application can not get back normally .I suspect of it can not load different panels which located in the same uir file . Is this true ?
David