// amlegit_dll.cpp : Defines the exported functions for the DLL. // #include "pch.h" #include "framework.h" #include "amlegit_dll.h" // This is an example of an exported variable AMLEGITDLL_API int namlegitdll=0; // This is an example of an exported function. AMLEGITDLL_API int fnamlegitdll(void) { return 0; } // This is the constructor of a class that has been exported. Camlegitdll::Camlegitdll() { return; }