Hello,
while preparing a demo I came across the following behavior:
panel_handle = LoadPanel ( 0, PANEL, PANEL );
causes a 'General Protection' fault.
Of course, the second parameter is wrong as it should be a file name, but I would have assumed that CVI shouldn't crash but issue an error message instead... all it does is a warning.
Is this expected?