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 ...
Dynamic Link Libraries (DLLs) and are external parts of applications that run on Windows or any other operating systems. Most applications are not complete in themselves and store code in different ...