Okay, basic situation:<BR><BR>I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this ...
Ok, so I have this DLL that was written in VB that I need to use in a C++ Windows Service.<BR><BR>From what I have looked up, I need three things.<BR><BR>- A header file<BR>- the .lib file<BR>- the ...