Acutally,
I am building this dll with .c files, this is my first time working dll, so I am just wondering if I can use C-Language in VC++ to create a win32s dll?
Thanks in advance
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.