- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am trying to link aganst libiomp5md.lib to use OpenMP with visual studio 2008. Out license is for version 6, thus we need to make it work for now.
I want dll dynamically linked.
I have both /NoDefaultLib and /Zl in place but I always get this:
1>VideoTracker.obj : error LNK2001: unresolved external symbol __You_must_link_with_Microsoft_OpenMP_library
Apparently I am not inadvertently linking against vcomp because of the error message, what troubles me is however that this symbol is defiend inside libiomp5md.lib but somehow linker ignores it. Well it is dynamically linked so I do not understand why MS has decided to link statically to that symbol however!
Is there any .obj file that has this pesky symbol defined in it?
Any suggestion is appreciated.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
