elisamuelps
Member
|
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 |
|
JonathonA
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
elisamuelps
Member
|
RE: error after updating
that worked ^^ really thanks alot
|
|
06-14-2012 07:21 AM |
|
Jasperdb5
Member
|
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 |
|