I am learning how to write DLL's. My DLL has 3 files, a cpp file, a header file and a defination file.
I will post the code below:
Header File:
extern "C" double __stdcall MyFunc(int a, double b);
extern "C" int CdeclFunc(int a);
CPP File:
#include "pascal.h"...
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.