Creating a dll file (1 Viewer)

shadowraven

Registered User.
Local time
Today, 08:13
Joined
May 14, 2002
Messages
75
I want to create a basic dll file that i can use to check serial codes.

I have an instalation programme and wanted to use such a dll in my programme if pos. any ideas greatful recieved:)
 

MadMaxx

.NET foo
Local time
Today, 03:13
Joined
Jun 27, 2003
Messages
138
What programming language do you plan on using?
 

shadowraven

Registered User.
Local time
Today, 08:13
Joined
May 14, 2002
Messages
75
Any language really dont matter. Im just knew to it.

Unless theres any pref free progs out there that do it for u.
 

MadMaxx

.NET foo
Local time
Today, 03:13
Joined
Jun 27, 2003
Messages
138
I use .NET so all you have to do is create a new WindowsApplication and under the project properties put the Output setting to a ClassLibrary.

This will compile your project as a DLL file. Which you then can import into another project for use.
 

Users who are viewing this thread

Top Bottom