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

    [RESOLVED] Dynamic and static linking

    Hi all,

    Using MS C++ 2010, I would like to know, is it possible to use implicit-dynamic linking with most libraries and just statically link against one library? If so, how do I do this?

    Thanks for your time
    James

  2. #2
    Join Date
    Oct 2010
    Posts
    3

    Re: [RESOLVED] Dynamic and static linking

    Ignore this... I as getting confused between run time library being used and normal linking... doH!

Tags for this Thread

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