create DLL

cpp.net United States
  • 13 years ago
    hi all
    how can i create DLL by C++.net ?
    thax
    rafeek


  • 13 years ago

    Hi,

         Please follow the bellow steps:

    1. Open Visual Studio environment.
    2. Select create new application.
    3. Select application type as class library. Smiley Face [:)]

    Then you can write your logic and build the application. Now you expected dll is ready for use.

     

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In order to understand recursion, one must first understand recursion.”