Scripts VC2010 except.lib error [message #433285] |
Thu, 22 July 2010 16:23 |
|
Omar007
Messages: 1711 Registered: December 2007 Location: Amsterdam
Karma: 0
|
General (1 Star) |
|
|
I used the files that (if i recall correctly) Saberhawk posted to run scripts in VC2010. The files werent any different from what i did myself but in case i did make a mistake (most unlikely as the files where exactly the same) i just used these anyway.
Though i keep getting 2 errors for both the scripts and shaders projects in the solution.
except.lib(unhandld.obj) : error LNK2001: unresolved external symbol __encode_pointer
except.lib(unhandld.obj) : error LNK2001: unresolved external symbol __encode_pointer
Does someone have any idea how to solve these??
[Updated on: Thu, 22 July 2010 16:23] Report message to a moderator
|
|
|
Re: Scripts VC2010 except.lib error [message #433291 is a reply to message #433285] |
Thu, 22 July 2010 19:45 |
|
saberhawk
Messages: 1068 Registered: January 2006 Location: ::1
Karma: 0
|
General (1 Star) |
|
|
Omar007 wrote on Thu, 22 July 2010 19:23 | I used the files that (if i recall correctly) Saberhawk posted to run scripts in VC2010. The files werent any different from what i did myself but in case i did make a mistake (most unlikely as the files where exactly the same) i just used these anyway.
Though i keep getting 2 errors for both the scripts and shaders projects in the solution.
except.lib(unhandld.obj) : error LNK2001: unresolved external symbol __encode_pointer
except.lib(unhandld.obj) : error LNK2001: unresolved external symbol __encode_pointer
Does someone have any idea how to solve these??
|
The project files I posted up removed said except.lib; do so also and that problem will go away.
|
|
|
|
|
Re: Scripts VC2010 except.lib error [message #433607 is a reply to message #433285] |
Tue, 27 July 2010 13:16 |
|
Omar007
Messages: 1711 Registered: December 2007 Location: Amsterdam
Karma: 0
|
General (1 Star) |
|
|
Is it possible that you guys have changes in engine_common.cpp??
AFAIK it's the only file that calls on except.lib.
Though the project Saberhawk posted doesn't contain engine_common.cpp, so I'm guessing it hasn't changed.
EDIT: I commented lines 192 through 199 and 204 through 206 and it compiles. Though I don't know how this affects the project as a whole
[Updated on: Tue, 27 July 2010 13:19] Report message to a moderator
|
|
|