CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2002
    Posts
    47

    How do you create a dll

    Hi

    I want to know how to create a dll.
    Espacially what kind of project do i have to use to create it ?
    To compile a project in a DLL, do i have to do something special?

    Thanks
    Alexandre

  2. #2
    Join Date
    Jan 2000
    Posts
    264
    Alexandre,

    You would want to start a new Class Library application.

    Greg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured