經安全檢測,此網站為安全網站,請放心前往原始網址!

HOWTO Create and Deploy a Sample DLL using MinGW | MinGW

A sample DLL The DLL we will build will consist of a single source file "example_dll.cpp": #include #include "example_dll.h" __stdcall void hello(const char *s) { printf("Hello %s\n", s); } int Double(int x) { return 2 * x; } void CppFunc(void) { put

www.mingw.org

網址安全性掃描由 google 提供