Compile scripts.dll Error (no changes) [message #245241] |
Wed, 14 February 2007 10:13 |
gkl21
Messages: 238 Registered: May 2006
Karma: 0
|
Recruit |
|
|
I'm just trying to compile the scripts.dll file, with no changes, but keep getting this error:
1>dllmain.obj : error LNK2019: unresolved external symbol "int __cdecl __CxxSetUnhandledExceptionFilter(void)" (?__CxxSetUnhandledExceptionFilter@@YAHXZ) referenced in function _NotifyHookUnhandledExceptionFilter
1>scripts.dll : fatal error LNK1120: 1 unresolved externals
Anyone would happen to know what I'm missing? (That is the only error I am getting, PlatformSDK etc already in for other .lib files)
[Updated on: Wed, 14 February 2007 10:15] Report message to a moderator
|
|
|
|
Re: Compile scripts.dll Error (no changes) [message #245269 is a reply to message #245241] |
Wed, 14 February 2007 14:29 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
gkl21 wrote on Wed, 14 February 2007 11:13 | I'm just trying to compile the scripts.dll file, with no changes, but keep getting this error:
1>dllmain.obj : error LNK2019: unresolved external symbol "int __cdecl __CxxSetUnhandledExceptionFilter(void)" (?__CxxSetUnhandledExceptionFilter@@YAHXZ) referenced in function _NotifyHookUnhandledExceptionFilter
1>scripts.dll : fatal error LNK1120: 1 unresolved externals
Anyone would happen to know what I'm missing? (That is the only error I am getting, PlatformSDK etc already in for other .lib files)
|
That sounds like a buggy/bad compiler/C++RT. Make sure you are using VC++2005SP1.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
Re: Compile scripts.dll Error (no changes) [message #245844 is a reply to message #245241] |
Sun, 18 February 2007 17:35 |
|
Make sure you are using the latest scripts.dll source code (it should have an except.lib file in it)
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|