Thread: Coding DLLs
View Single Post
Old Mar 20th, 2005, 6:01 PM   #4
Mad_guy
Hobbyist Programmer
 
Mad_guy's Avatar
 
Join Date: Oct 2004
Location: Sandstorm, Techno Club
Posts: 239
Rep Power: 5 Mad_guy is on a distinguished road
Send a message via AIM to Mad_guy Send a message via MSN to Mad_guy
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.
Mad_guy is offline   Reply With Quote