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

    create and link .lib and .dll in Vc++ 6.0

    Hi,

    i have created dll and lib files using vc++ 6.0..

    how can i use this files in my program....
    i want to know how to link the lib and dll file in which ever program i want using vc++ 6.0
    please help.....


    thank you....

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: create and link .lib and .dll in Vc++ 6.0

    Check out DLL Topics in MSDN.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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