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

Thread: DLL

  1. #1
    Guest

    DLL

    I'd like to use a DLL I created in a project. But I didn't write this DLL in C++ and so I can't include this project into the ".dsw" ... so how can I include a compiled DLL?? (not explicite loaded)


  2. #2
    Guest

    Re: DLL

    You can try the LoadLibrary() function.


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