View Single Post
Old 09-02-2006, 10:44 AM   #1 (permalink)
Plasmarobo
 
Newb Techie

Join Date: Aug 2006

Posts: 11

Plasmarobo

Send a message via AIM to Plasmarobo Send a message via Yahoo to Plasmarobo
Default Dynamic Link Libraries (Help?)

I am creating a program that displays a messagebox based on a integer the user enters, and I want to be able to update it without giving out the entire release...

So I have come to the conclusion that I am going to use a DLL. Problem: I know NOTHING about dll's and related uses.

I need some simple direction on how to make a dll... from complete scratch... I have a project that is designed to compile into a dll, but that is about it (I use C++, my IDE is VC++ 2005 EE)

I am have the message box functions from something else, so they are ready, but have not been "dll-ized"

Thanks...
Plasmarobo is offline