Hi,
I am using CVI 5.5 and an external Compiler (Watcom) to create a DLL from the code which was written with CVI 5.5.
The DLL will be loaded from an other program which is created by CVI 5.5
There is ni problem to create the DLL but when I load it I get the error message
Error in call from LoadPanelEx
Error code -86
There are some functions not found by the DLL. I attached the callback table for external compilers which is created by cvi to the DLL. The map file of the DLL shows the function but it will be not found by the DLL. I changed the name of the functions to avoid any problems based on the name. But the problem still occurs.
The handle for the DLL Handle I get from the windows function GetModuleHandle
Does anyone of you have an idea.
Greetings
Oliver