Actions
Emulator Issues #4430
closedVideoCommon.lib - unresolved externals
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What's the problem?
"VideoCommon.lib(TextureDecoder.obj) : error LNK2001: unresolved external symbol __imp_omp_set_num_threads"
Dolphin version with the problem (as it appears in the title bar, Ex.: "R
4779" or "R 6403M"): Every one since omp was added.
(optional) Dolphin version that does not have the problem:
Operating system and version:
32-bit or 64-bit: Win7 64
Updated by BhaaL over 13 years ago
- Status changed from New to Invalid
You need to either install the Windows SDK which includes OpenMP (see http://code.google.com/p/dolphin-emu/wiki/Windows_Build, somewhere down in the comments if you have trouble) or simply disable it for your build (also the Wiki page, set OpenMPSupport to false)
Updated by eyeonus over 13 years ago
I DID install the "Windows SDK for Windows Server 2008 and .NET Framework 3.5"
Actions