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

    Build source with dll

    As the title says, I've been looking all over for a simple step-by-step guide to build my source with a custom .dll that I've written. I'm getting familiar with VC++ 2010 but I can't find anything about this. Thanks.

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Build source with dll

    Create a project; add your source files to the project; add your DLL's proxy library to the linker's "Additional Dependencies" (link with your DLL's proxy library).

    Viggy

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