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

Thread: boost linking

Threaded View

  1. #1
    Join Date
    Mar 2000
    Location
    Oxford, UK.
    Posts
    352

    Wink boost linking

    hi folks,
    I'm building an app and the error is

    1>LINK : fatal error LNK1181: cannot open input file 'libboost_date_time-vc90-mt-sgd-1_42.lib'

    and I haven't told it to link against this library in project settings, so why is it even trying to find this file? Devstudio 2008.
    Last edited by c94wjpn; April 5th, 2012 at 11:21 AM.

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