English 中文(简体)
Linker on VC 2008 Express:
原标题:Linker on VC 2008 Express:
  • 时间:2010-11-26 07:37:05
  •  标签:
  • visual-c++

因此,我试图建造一些东西:

1>------ Build started: Project: some_project, Configuration: Release Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file  CGAL-vc90-mt.lib 
1>Build log was saved at "file://c:UsersWhoeverDocumentssome_projectsome_project.dirReleaseBuildLog.htm"
1>some_project - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

我有一个<条码>CGAL-vc90-mt.lib,但我不知道的是,在树冠中,哪里可以 drop上上述建筑工艺。 我甚至不知道在什么地方找到它目前希望找到的。

感谢任何帮助。

最佳回答

In the project settings, then "Configuration Properties" then "Linker" then "General" and add the directory where your lib file is in the "additionnal library directories". This is from visual c++ 2010, but I am quite confident it similar in vc 2008.

问题回答

暂无回答




相关问题
how to reliable capture display setting changed

static void Main() { // Set the SystemEvents class to receive event notification when a user // when display settings change. SystemEvents.DisplaySettingsChanged += new ...

Why use CComBSTR instead of just passing a WCHAR*?

I m new to COM. What exactly is the advantage of replacing: L"String" with CComBSTR(L"String") I can see a changelist in the COM part of my .NET application where all strings are replaced in this ...

COM Basic links

folks can you provide me the tutorial link or .pdf for learning basic COM?. i do google it.. still i recommend answers of stackoverflow so please pass me.. Thanks

Statically linking Winsock?

I m using Winsock 1.1 in my project. I include wsock32.lib in "Additional Dependencies". I m looking at the DLL project using depends.exe and notice that the DLL depends on wsock32.dll. How can I ...

热门标签