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

    create DLL in VS.net

    I am writing an application using C++ & win32 api and now I would like to put some pictures and functions in a DLL file. However, I don't know how to create a win32 dynamic link library in VS.net.

    Can any one give me some hints?

    Thanks a lot.

  2. #2
    Join Date
    May 2005
    Posts
    399

    Re: create DLL in VS.net

    Quote Originally Posted by hot_water
    I am writing an application using C++ & win32 api and now I would like to put some pictures and functions in a DLL file. However, I don't know how to create a win32 dynamic link library in VS.net.
    Can any one give me some hints?
    This might be helpful...
    Introduction to MS Visual C/C++ under.NET
    Have look here too...
    Creation of a simple DLL
    And yes...try searching around in Codeguru for articles and useful pointers.
    Last edited by leojose; December 2nd, 2005 at 03:43 AM.

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