Рет қаралды 5,402
This video shows how to create a C++ DLL with functions that are exported.
There are two ways of exporting methods from a C++ library:
1. Using the keyword __declspec
2. Using the DEF file.
The first method and the initial code shown in this video are explained in • Export function from C... . This video focuses on the second method.
Also, this video shows how to find the exports present in a C++ DLL using the DumpBin command.