I have created a DLL (using MS dev studio, VC++ 32 bit DLL) containg resourses Dialog box. In my LabWindows/CVI application I'm calling this DLL function and there is no problems. However the Dialog Box is not appearing and the rest of the code in the DLL function like MessageBox() is executing. If I use LoadLibrary() function and when I include <windows.h> header file there are plenty of errors while compiling. So unbale to proceed further. I'm able to use this DLL function in any other applications I developed using MS Dev studio in VC++.
Thanks & Regards,
Joy.