Results 1 to 2 of 2

Thread: How to create dll in VC++

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    38

    How to create dll in VC++

    Hi,

    How to create dll in VC++?

    If possible give some simple example.

    Any help will be appreciated.

    Thanx.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    For a simple example:
    VC++6:
    Choose "New->Project"
    Select "Windows DLL"
    Choose "DLL with a few exported symbols"
    Click ok.

    VC++7:
    Choose "New->Project"
    Select "Win32 Project"
    In the app settings, choose "DLL"
    Check the "Export Symbols" box
    Click ok.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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