Click here to Skip to main content
15,890,845 members
Articles / Desktop Programming / MFC

Super Easy DLL

Rate me:
Please Sign up or sign in to vote.
3.00/5 (39 votes)
2 Dec 2004CPOL3 min read 145.8K   1.1K   31  
How to create a DLL the easiest way! No need for LoadLibrary, GetProcAddress, or typedefs! Just link to the lib, include the header file, and start calling functions from your DLL! Super Easy!

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions