I have a static library that loads a panel that I call from a C++ Builder 6 application. The exported functions work fine when called from the external compiler, but none of the panel callbacks defined within the library are working.
I have included cvisupp.lib, cvirt.lib, cvi.lib, and cviwmain.lib in the external compiler's project. I have also tried including the .obj or .c (or both) callback table files generated from "Build / External Compiler Support". I am calling InitCVIRTE from WinMain (in the C++ app), and the .uir file is included in the same directory as the executable.
The CVI panel seems to receive no mouse events at all. Please help.