crashz / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

error LNK1104: cannot open file 'libexpatMT.lib' #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. I've upgraded the project to be VS2008 compatible (I'm using Visual 
Studio 2008 on my PC)
2. Adding dependencies and directories to the linker
3. It throws me an error, indicating that the libexpatMT library cannot be 
found, so I decided to move it to the root folder of the project
4. The found problem is solved, but now it throws me +200 errors, all have 
"unresolved externals symbols" 

I cannot compile my solution, can you give me any help?

Thanks,
Gonzalo

Original issue reported on code.google.com by gonzaloz...@gmail.com on 7 Oct 2009 at 2:53

GoogleCodeExporter commented 9 years ago
Additional configuration Info:

1. Linker->General->Additional Library Directories (put Expat 2.0.1\Source\lib)
2. Linker->Input->Additional Dependencies (it was automatically set the 
following 
dependencies: comsupp.lib secur32.lib ws2_32.lib libexpatMT.lib Iphlpapi.lib 
crypt32.lib)

Project throws me "error LNK1104: cannot open file 'libexpatMT.lib'"

Original comment by gonzaloz...@gmail.com on 7 Oct 2009 at 3:00

GoogleCodeExporter commented 9 years ago
Solved it. You should put \bin folder instead of lib for Expat 2.0.1

Original comment by gonzaloz...@gmail.com on 8 Oct 2009 at 4:56

GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:33