Hi!
Im really a noobie here, and im trying to learn LabWindows.
But now i got a problem that I dont understand..
I've created a dll, which should load a .uir.
and when i compile it it doesnt complain, but when i call it from another program i get this error:
NON-FATAL RUN-TIME ERROR: "..." : Library function error (return value==-24 [0xffffffe8]) Resource ID not found in user interface resource file
and when i look at the line, in the .c-file, whicch i created the dll from, the line is:
LoadPanelEx(0,"8_3.uir", panelHandle, __CVIUserHInst)
the strange thing is that the Resource ID is panelHandle, so i don't understand why i got the error!
I guess this is not enough with information for you to help me, but i don't know what i should post!
But if anyone got any idea, plz post!
/daniel