CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 19

Threaded View

  1. #11
    Join Date
    Nov 2003
    Posts
    1,902

    Re: Question about linking in VS 2008.

    Perhaps Delay-Loading the DLL would help...
    http://msdn.microsoft.com/en-us/library/151kt790.aspx

    >> I want to give out ONLY the EXE file.
    >> ...ill have to get ALL the exports list and use GetProcAdd()
    Do you want to call functions in this DLL? But only if the DLL exists on the PC?

    gg
    Last edited by Codeplug; May 25th, 2008 at 12:02 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