I have a C++ DLL with conventional C procedures and functions to be called by VB program and the routines are working properly. Now I need to provide Progress Bar at the status window of VB main program and display AVI (both to be done by C program for performance reason) during the procedure execution.

I wonder if there is any alternatives other than convert my procedures and functions to class structure. If none, what is the easiest steps?

Thank you.