Export function from a C DLL using DEF file
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=rkol9lJcT5M
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++ DLL using De... . 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.
#############################
