Hi,
>>1) I had to enter an abslute path to the uir itherwise I got a file not found error.
This probably because your uir file was not in the same directory as your dll. In the example you will notice that the resultant files are all contained in the same 'solution' folder.
>>2) I had to add a variable as follows
>>static void *_CVIUserHInst;
This is because you have _CVIUserHInst in the LoadPanelEx function instead of __CVIUserHInst. The diffence being there 2 underscore chars '_'.
Hope this clears everything up for you.
Regards
Ray Farmer
Regards
Ray Farmer
