Creating DLL File in C# with Visual Studio Code Dyanmic Link LibraryDLL

This file is like any other header file in that it has function prototypes. Let us Build our solution, but before, we need to make sure that we are building it to the correct expected 64-bit architecture. We need to compile our libraries for x64 platform (64-bit). To change this in Visual Studio, we can …

Creating DLL File in C# with Visual Studio Code Dyanmic Link LibraryDLL Read More »