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

    Hi, Completely lost how to make a DLL

    How can I Create a DLL ?
    can someone give simple example. with one function to export, and how to link or export it ?

  2. #2
    Join Date
    Sep 2003
    Location
    Forever Gone... For Now...
    Posts
    1,515
    From Visual C++ 6.0:
    -Select File | New
    -Choose Win32 Dynamic-Link Library
    -Give it a name and a location
    -Click "OK"
    -Choose "A DLL that exports some symbols."
    -Click "Finish"

    There you go.
    Thought for the day/week/month/year:
    Windows System Error 4006:
    Replication with a nonconfigured partner is not allowed.

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