I have a C++ program that does a long set of calculations for up to 45 minutes. At periodic intervals during the calculations, it outputs some values and comments.
Is it possible to turn this program into a Dynamic Link Library (DLL) and then run it from a Visual Basic interface. I was thinking that the VB interface would call the main() function in the DLL, and then the DLL would output the periodic data back to the VB interface. Is this possible? How easy is it to do? Where could I find some information on this topic?
Any help would be much appreciated. Thanks,
Nikolai.
Is it possible to turn this program into a Dynamic Link Library (DLL) and then run it from a Visual Basic interface. I was thinking that the VB interface would call the main() function in the DLL, and then the DLL would output the periodic data back to the VB interface. Is this possible? How easy is it to do? Where could I find some information on this topic?
Any help would be much appreciated. Thanks,
Nikolai.