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

    How to Static Link

    My app. statrted out as a VC generated MDI app. and at that time I selected NOT to use static linking.

    Is there a quick way to static link ? perhaps a check box somehwere ?

    TIA


    My Web Site
    http://www.flash.net/~hansw

  2. #2
    Guest

    Re: How to Static Link

    Try Project|Settings
    Select Use MFC in a Static library from a combobox in General tab.

    hope it helps

    Cheers


  3. #3

    Re: How to Static Link

    Thanks. I looked on the "Link" page.... !



    My Web Site
    http://www.flash.net/~hansw

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