Skip to content

Instantly share code, notes, and snippets.

@elliotwoods
Created April 6, 2013 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotwoods/5326785 to your computer and use it in GitHub Desktop.
Save elliotwoods/5326785 to your computer and use it in GitHub Desktop.
_MSC_VER_ error when compiling with vs2012
Error 79 error LNK1120: 15 unresolved externals D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\bin\Example-CameraTest_debug.exe Example-CameraTest
Error 58 error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (__imp_?_Decref@facet@locale@std@@QAEPAV123@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofFileUtils.obj) Example-CameraTest
Error 59 error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (__imp_?_Decref@facet@locale@std@@QAEPAV123@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofUtils.obj) Example-CameraTest
Error 77 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static float __cdecl std::numeric_limits<float>::max(void)" (__imp_?max@?$numeric_limits@M@std@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofCairoRenderer.obj) Example-CameraTest
Error 64 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned char __cdecl std::numeric_limits<unsigned char>::max(void)" (__imp_?max@?$numeric_limits@E@std@@SAEXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofImage.obj) Example-CameraTest
Error 65 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned char __cdecl std::numeric_limits<unsigned char>::max(void)" (__imp_?max@?$numeric_limits@E@std@@SAEXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofCairoRenderer.obj) Example-CameraTest
Error 69 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned short __cdecl std::numeric_limits<unsigned short>::max(void)" (__imp_?max@?$numeric_limits@G@std@@SAGXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofImage.obj) Example-CameraTest
Error 70 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned short __cdecl std::numeric_limits<unsigned short>::max(void)" (__imp_?max@?$numeric_limits@G@std@@SAGXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofCairoRenderer.obj) Example-CameraTest
Error 54 error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Incref(void)" (__imp_?_Incref@facet@locale@std@@QAEXXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofFileUtils.obj) Example-CameraTest
Error 55 error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Incref(void)" (__imp_?_Incref@facet@locale@std@@QAEXXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofUtils.obj) Example-CameraTest
Error 61 error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::_Facet_Register(class std::locale::facet *)" (?_Facet_Register@facet@locale@std@@CAXPAV123@@Z) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofFileUtils.obj) Example-CameraTest
Error 62 error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::_Facet_Register(class std::locale::facet *)" (?_Facet_Register@facet@locale@std@@CAXPAV123@@Z) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofUtils.obj) Example-CameraTest
Error 56 error LNK2019: unresolved external symbol "__declspec(dllimport) private: static class std::locale::_Locimp * __cdecl std::locale::_Init(void)" (__imp_?_Init@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofAppGlutWindow.obj) Example-CameraTest
Error 57 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (__imp_?_Decref@facet@locale@std@@QAEPAV123@XZ) referenced in function "public: __thiscall std::locale::~locale(void)" (??1locale@std@@QAE@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofAppGlutWindow.obj) Example-CameraTest
Error 66 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static char __cdecl std::numeric_limits<char>::max(void)" (__imp_?max@?$numeric_limits@D@std@@SADXZ) referenced in function "public: static float __cdecl ofColor_<char>::limit(void)" (?limit@?$ofColor_@D@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 75 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static double __cdecl std::numeric_limits<double>::max(void)" (__imp_?max@?$numeric_limits@N@std@@SANXZ) referenced in function "public: static float __cdecl ofColor_<double>::limit(void)" (?limit@?$ofColor_@N@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 78 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static double __cdecl std::numeric_limits<double>::min(void)" (__imp_?min@?$numeric_limits@N@std@@SANXZ) referenced in function "public: void __thiscall ofMatrix4x4::setRotate(class ofQuaternion const &)" (?setRotate@ofMatrix4x4@@QAEXABVofQuaternion@@@Z) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofMatrix4x4.obj) Example-CameraTest
Error 76 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static float __cdecl std::numeric_limits<float>::max(void)" (__imp_?max@?$numeric_limits@M@std@@SAMXZ) referenced in function "private: void __thiscall ofPixels_<unsigned char>::copyFrom<float>(class ofPixels_<float> const &)" (??$copyFrom@M@?$ofPixels_@E@@AAEXABV?$ofPixels_@M@@@Z) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofImage.obj) Example-CameraTest
Error 71 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl std::numeric_limits<int>::max(void)" (__imp_?max@?$numeric_limits@H@std@@SAHXZ) referenced in function "public: static float __cdecl ofColor_<int>::limit(void)" (?limit@?$ofColor_@H@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 73 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static long __cdecl std::numeric_limits<long>::max(void)" (__imp_?max@?$numeric_limits@J@std@@SAJXZ) referenced in function "public: static float __cdecl ofColor_<long>::limit(void)" (?limit@?$ofColor_@J@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 67 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static short __cdecl std::numeric_limits<short>::max(void)" (__imp_?max@?$numeric_limits@F@std@@SAFXZ) referenced in function "public: static float __cdecl ofColor_<short>::limit(void)" (?limit@?$ofColor_@F@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 63 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned char __cdecl std::numeric_limits<unsigned char>::max(void)" (__imp_?max@?$numeric_limits@E@std@@SAEXZ) referenced in function "public: static float __cdecl ofColor_<unsigned char>::limit(void)" (?limit@?$ofColor_@E@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 72 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::numeric_limits<unsigned int>::max(void)" (__imp_?max@?$numeric_limits@I@std@@SAIXZ) referenced in function "public: static float __cdecl ofColor_<unsigned int>::limit(void)" (?limit@?$ofColor_@I@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 74 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned long __cdecl std::numeric_limits<unsigned long>::max(void)" (__imp_?max@?$numeric_limits@K@std@@SAKXZ) referenced in function "public: static float __cdecl ofColor_<unsigned long>::limit(void)" (?limit@?$ofColor_@K@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 68 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned short __cdecl std::numeric_limits<unsigned short>::max(void)" (__imp_?max@?$numeric_limits@G@std@@SAGXZ) referenced in function "public: static float __cdecl ofColor_<unsigned short>::limit(void)" (?limit@?$ofColor_@G@@SAMXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 53 error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Incref(void)" (__imp_?_Incref@facet@locale@std@@QAEXXZ) referenced in function "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofAppGlutWindow.obj) Example-CameraTest
Error 60 error LNK2019: unresolved external symbol "private: static void __cdecl std::locale::facet::_Facet_Register(class std::locale::facet *)" (?_Facet_Register@facet@locale@std@@CAXPAV123@@Z) referenced in function "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ) D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofAppGlutWindow.obj) Example-CameraTest
Error 17 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofLog.obj) Example-CameraTest
Error 18 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofRectangle.obj) Example-CameraTest
Error 19 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofTexture.obj) Example-CameraTest
Error 20 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofThread.obj) Example-CameraTest
Error 21 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofPixels.obj) Example-CameraTest
Error 22 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofVideoGrabber.obj) Example-CameraTest
Error 23 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofAppRunner.obj) Example-CameraTest
Error 24 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofAppGlutWindow.obj) Example-CameraTest
Error 25 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofFileUtils.obj) Example-CameraTest
Error 26 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofUtils.obj) Example-CameraTest
Error 27 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofMath.obj) Example-CameraTest
Error 28 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofGraphics.obj) Example-CameraTest
Error 29 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofColor.obj) Example-CameraTest
Error 30 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofBaseTypes.obj) Example-CameraTest
Error 31 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofDirectShowGrabber.obj) Example-CameraTest
Error 32 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofGLRenderer.obj) Example-CameraTest
Error 33 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofTrueTypeFont.obj) Example-CameraTest
Error 34 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofImage.obj) Example-CameraTest
Error 35 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofQtUtils.obj) Example-CameraTest
Error 36 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofSoundPlayer.obj) Example-CameraTest
Error 37 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofEvents.obj) Example-CameraTest
Error 38 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofPolyline.obj) Example-CameraTest
Error 39 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofPath.obj) Example-CameraTest
Error 40 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofCairoRenderer.obj) Example-CameraTest
Error 41 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofMesh.obj) Example-CameraTest
Error 42 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofVbo.obj) Example-CameraTest
Error 43 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofMatrix4x4.obj) Example-CameraTest
Error 44 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofBitmapFont.obj) Example-CameraTest
Error 45 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofVboMesh.obj) Example-CameraTest
Error 46 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofURLFileLoader.obj) Example-CameraTest
Error 47 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofFmodSoundPlayer.obj) Example-CameraTest
Error 48 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofVec2f.obj) Example-CameraTest
Error 49 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofTessellator.obj) Example-CameraTest
Error 50 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofQuaternion.obj) Example-CameraTest
Error 51 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in Device.obj D:\openFrameworks\addons\ofxXimea\Example-SimpleCapture\openframeworksLibDebug.lib(ofVec4f.obj) Example-CameraTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment