Hi all,
I am trying to create a dll, to start with how dll works, I created a very simple dll as followed:
This is the maindll.cpp
#include "test.h"
#include "stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.