POCO Build Problem

Posted by sahs on Stack Overflow See other posts from Stack Overflow or by sahs
Published on 2010-04-20T01:09:10Z Indexed on 2010/04/20 1:13 UTC
Read the original article Hit count: 751

Filed under:
|
|

Hello,

I'm trying to try the POCO library. I downloaded the zip file, and opened the vs solution file named "Net_vs90.sln" on VS 2008. When I try to build the solution, I get this ugly error:

bla bla bla....

1>Linking...

1>LINK : fatal error LNK1104: cannot open file 'PocoFoundationd.lib'

bla bla bla....

Linking...

2>LINK : fatal error LNK1104: cannot open file 'CppUnitd.lib'

I'm surprised, because I haven't done any changes to the code or configurations. What could be the reason?

© Stack Overflow or respective owner

Related posts about POCO

Related posts about visual-studio