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

Threaded View

  1. #5
    Join Date
    Dec 2004
    Posts
    85

    Re: Mixing managed and standard classes in a static library

    Try the following...

    Go to Project > Properties > Configuration Properties > Linker > Command Line and put your library name (including extension) under "Additional Options"

    (This is with Visual Studio 2005 Beta 2)
    Last edited by Ben_Phillips; September 6th, 2005 at 05:02 PM. Reason: some minor fixes

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