Simple way of creating C/C++ DLL (Dynamic Link Library)
https://khalil-o.medium.com/simple-way-of-creating-c-c-dll-dynamic-link-library-9e7e5145bf63
The example below is using Visual Studio 2019 to create and build a simple DLL: Open Visual Studio and create a new Project. To specify that this is a DLL, we will need to select “Dynamic-Link Library with exports (DLL)” After selecting a name for our project and a save location. We go ahead and open the “Header Files” folder that was generated ([P...
The example below is using Visual Studio 2019 to create and build a simple DLL: Open Visual Studio and create a new Project. To specify that this is a DLL, we will need to select “Dynamic-Link Library with exports (DLL)” After selecting a name for our project and a save location. We go ahead and open the “Header Files” folder that was generated ([P...
DA: 3 PA: 36 MOZ Rank: 42