|
I figured it out.
All I really have to do is specify my DLL functions as __declspec (dllexport) type function(); and link it as a DLL file.
I figured it out looking at basic skeletons of code from Dev-C++. There's still more about DLLs that I need to read about, though.
|