This example will demonstrate how you can export functions from DLL so that it can be accessed by other application. Let’s start to create a new win32 DLL project. Let’s name the project as “TestDLL”....
[ Click to Continue ]This example will demonstrate how you can export functions from DLL so that it can be accessed by other application. Let’s start to create a new win32 DLL project. Let’s name the project as “TestDLL”....
[ Click to Continue ]
Exporting C++ Functions from DLL