Message 1 of 3
Build problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone
I am having some issues building in VS2015 community with update 1, a project that was previously created with VS 2012 with update 2. The properties settings appears good , but the Debug x64 build fails and i have the following message:
1> Generating Code...
1>GenerativeLineARXMAIN.obj : warning LNK4197: export 'acrxGetApiVersion' specified multiple times; using first specification
1> Creating library C:\Users\Justin\Documents\Visual Studio 2012\Projects\Gil Generative Projects\GenerativeLine1\x64\Debug\GenerativeLine1.lib and object C:\Users\Justin\Documents\Visual Studio 2012\Projects\Gil Generative Projects\GenerativeLine1\x64\Debug\GenerativeLine1.exp
Creating library C:\Users\Gil\Documents\Visual Studio 2012\Projects\Gil Generative Projects\GenerativeLine1\x64\Debug\GenerativeLine1.lib and object C:\Users\Justin\Documents\Visual Studio 2012\Projects\Gil Generative Projects\GenerativeLine1\x64\Debug\GenerativeLine1.exp 1>GenerativeLine1.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) char const * __cdecl std::_Winerror_map(int)" (__imp_?_Winerror_map@std@@YAPEBDH@Z) referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::_System_error_category::message(int)const " (?message@_System_error_category@std@@UEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@H@Z) 1>GenerativeLineARXMAIN.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * __cdecl std::_Winerror_map(int)" (__imp_?_Winerror_map@std@@YAPEBDH@Z) 1>C:\Users\Justin\Documents\Visual Studio 2012\Projects\Gil Generative Projects\GenerativeLine1\x64\Debug\GenerativeLine1.arx : fatal error LNK1120: 1 unresolved externals ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any suggestions?
Thank you for your time and support!!!