About Store Forum Documentation Contact



Post Reply 
error after updating
Author Message
elisamuelps Offline
Member

Post: #1
error after updating
hi, im new programming in c++ and i had the january version of the engine, tested the tutorials, and did some code from the tutorials, all was ok, but since today i mananged to update it to the last sdk and then when i try to compile the project i got this error, and i dont know what to do:
1>stdafx.obj : error LNK2019: símbolo externo "void * __cdecl EE::Alloc(unsigned int)" (?Alloc@EE@@YAPAXI@Z) sin resolver al que se hace referencia en la función "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
1>Mirror.exe : fatal error LNK1120: 1 externos sin resolver

sorry my visualc++ version is in spanish

thanks
06-13-2012 04:42 AM
Find all posts by this user Quote this message in a reply
JonathonA Offline
Member

Post: #2
RE: error after updating
Got an unresolved external symbol thats all. Did you use the Autoupdate.exe to update it?
06-13-2012 08:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: error after updating
run the Autoupdate, make sure your VS path is listed in the advanced mode
Then start VS and use Rebuild option to recompile your project
06-13-2012 11:26 AM
Find all posts by this user Quote this message in a reply
elisamuelps Offline
Member

Post: #4
RE: error after updating
that worked ^^ really thanks alot
06-14-2012 07:21 AM
Find all posts by this user Quote this message in a reply
Jasperdb5 Offline
Member

Post: #5
RE: error after updating
hi, I have the same problem, I did everything and yet it doesn't work
06-19-2012 03:04 PM
Find all posts by this user Quote this message in a reply
Post Reply