I have a function inside a dll that I would like to call from my C++ application. The dll is also made in C++ and has a def file which shows the functions present in the dll. I
I think the poster is asking for help on implicit linking. MSDN Linking Implicitly and Wikipedia Dynamic-link library Using DLL imports