About Store Forum Documentation Contact



Post Reply 
VS 2015 Compilation Error
Author Message
s1mor Offline
Member

Post: #1
VS 2015 Compilation Error
Hi,
What is problem? Windows 7, MS Visual Studio 2015/14.0 with XP supports for C++ my system.

D:\Esenthel\Projects\_Build_\1 - Basic App\Project.vcxproj : warning : Platform '[Emscripten, 0]' referenced in the project file '1 - Basic App' cannot be found.
1>------ Build started: Project: 1 - Basic App, Configuration: Debug DX11 x64 ------
1>EsenthelEngine64DX11.lib(Math.obj) : error LNK2019: unresolved external symbol __libm_sse2_sincos_ referenced in function "void __cdecl EE::CosSin(double &,double &,double)" (?CosSin@EE@@YAXAEAN0N@Z)
1>EsenthelEngine64DX11.lib(GuContactPolygonPolygon.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(DyArticulationHelper.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(ConvexHullUtils.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(CmVisualization.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(PsMathUtils.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(ScConstraintSim.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(PxsCCD.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(DyDynamics.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(CmRenderOutput.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(Math.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(InflationConvexHullLib.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(Effects 2D.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>EsenthelEngine64DX11.lib(Import MS3D.obj) : error LNK2001: unresolved external symbol __libm_sse2_sincosf_
1>D:\Esenthel\Projects\_Build_\1 - Basic App\1 - Basic App.exe : fatal error LNK1120: 2 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Help me?
04-30-2019 09:07 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Errow
Hi,

Can you please try installing VS 2017/19?
I haven't tested 2015 in a long while, perhaps it's no longer supported.
04-30-2019 09:29 AM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #3
RE: Errow
Yes, VS 2015 does not work.
04-30-2019 10:07 AM
Find all posts by this user Quote this message in a reply
s1mor Offline
Member

Post: #4
RE: Errow
Thank you. I will to try it with VS 2017 or 2019.
04-30-2019 01:04 PM
Find all posts by this user Quote this message in a reply
Post Reply