I need to build a VC++ MFC application to be called from customer's LabWindows applicatiion. My program will be complete application which receives several parameters from the LabWindows application and then runs independently. It does not return any data or functions back to LabWindows. The first idea is to create C++ DLL to run with LabWindows, making appropriate code support in LabWindows application.
My quiestion is if LabWindows works with with MFC type DLL created with VC++. DLL will use MFC classes internally but will not export any classes or functions to LabWindows.
Since I am new with LabWindows, maybe there is another easier way run external C++ program from LabWindows application passing only several simple parameters, such as numbers or strings.
Thanks