Jump to content

[SOLVED] c++ compile error


GorzenDev
 Share

Recommended Posts

After all these new little updates i no longer can compile any c++ project.
gives error:

Quote

1>   Creating library E:\Projects\Leadwerks\CriminalMinds\Projects\Windows\..\..\CriminalMinds.debug.lib and object E:\Projects\Leadwerks\CriminalMinds\Projects\Windows\..\..\CriminalMinds.debug.exp
1>Leadwerks.lib(Face.obj) : error LNK2019: unresolved external symbol ___std_reverse_trivially_swappable_4 referenced in function "void __cdecl std::_Reverse_unchecked1<int *>(int * const,int * const,struct std::integral_constant<unsigned int,4>)" (??$_Reverse_unchecked1@PAH@std@@YAXQAH0U?$integral_constant@I$03@0@@Z)
1>E:\Projects\Leadwerks\CriminalMinds\Projects\Windows\..\..\\CriminalMinds.debug.exe : fatal error LNK1120: 1 unresolved externals
1>Done building project "CriminalMinds.vcxproj" -- FAILED.

this a new project with all my codes commented out to make sure its not me.
this problem persist using 4.5 and even beta.

grabbing an older project and trying to compile, results in the same compile error.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...