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

    Can't add my new C++ dll to program

    When I try to add this new dll to the refrences it won't let me. If in my declare statement I hardcode in the location of my dll after Lib it works but this won't be very safe when others install it. Any ideas?

    Declare Function GetHWp Lib "D:\GetHW\Release\GetHW.dll" () as Long



    Thanks.


  2. #2
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Can't add my new C++ dll to program

    hi

    you just copy the .dll in your .exe directory itself, it that case u don't need specify the path in declare statement just u enter the dll file name only.

    if you had any problem mail me

    Babu

    MailID: [email protected]
    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

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