Post

 Resources 

Console

Using Zip Files In VB Part 1


Creating A New DLL



The first step is to create simple DLL project in VC++.  From the File menu, click New to create a new project.  In the projects list select Win32 Dynamic-Link Library.  You'll also need to specify a project name and a file path for where your files will be created.  For the project name I used "vbgamerzip." You can name your project whatever you want, but the project name you pick will be used to name your default .cpp file, so when I reference the "vbgamerzip.cpp" later in this tutorial, make sure you know that I'm talking about the file that's created by default. Here is ascreenshot of the New dialog box.

Image

After you click "OK", the next window should be displayed.  Select "A simple DLL project" and then click Finish.

Image

After you click finish, your project should have 4 files created for you automatically.  In the workspace section click on the "FileView" tab to view your files.  If you don't see it, press Alt+0 (number zero).  It should look like this:

Image



Next: Project Settings | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

2 comments

Tutorial Console

Tutorial by:

Eric Coleman


Date: 2005 May 23


Navigate



2 comments

Latest comment


by: TiCL

Is it possible to get the code for the later parts of this article?

Post a Comment


Printer Friendly



Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 47 visitors within the last 20 minutes
RSS News Feed