Jump to content

JS Compiling errors


Recommended Posts

Compiling...

JSInterface_IGUIObject.cpp

..\..\..\source\gui\scripting\JSInterface_IGUIObject.cpp(436) : error C2660: 'JS_GetClass' : function does not take 2 arguments

..\..\..\source\gui\scripting\JSInterface_IGUIObject.cpp(473) : error C2660: 'JS_GetClass' : function does not take 2 arguments

Compiling...

ScriptGlue.cpp

..\..\..\source\scripting\ScriptGlue.cpp(255) : error C2660: 'JS_GetClass' : function does not take 2 arguments

..\..\..\source\scripting\ScriptGlue.cpp(345) : error C2660: 'JS_GetClass' : function does not take 2 arguments

ScriptingHost.cpp

..\..\..\source\scripting\ScriptingHost.cpp(67) : error C3861: 'JS_BeginRequest': identifier not found

..\..\..\source\scripting\ScriptingHost.cpp(94) : error C3861: 'JS_EndRequest': identifier not found

Generating Code...

Linking...

LINK : fatal error LNK1104: cannot open file '.\obj\gui_debug\jsinterface_iguiobject.obj'

Edited by plumo
Link to comment
Share on other sites

Ok thanks but I get more errors now :)

Compiling...

ScriptGlue.cpp

..\..\..\source\scripting\ScriptGlue.cpp(255) : error C2660: 'JS_GetClass' : function does not take 2 arguments

..\..\..\source\scripting\ScriptGlue.cpp(345) : error C2660: 'JS_GetClass' : function does not take 2 arguments

ScriptingHost.cpp

..\..\..\source\scripting\ScriptingHost.cpp(67) : error C3861: 'JS_BeginRequest': identifier not found

..\..\..\source\scripting\ScriptingHost.cpp(94) : error C3861: 'JS_EndRequest': identifier not found

Generating Code...

Compiling...

svn_revision.cpp

Creating library...

secure_crt.obj : warning LNK4221: no public symbols found; archive member will be inaccessible

os_cpu.obj : warning LNK4221: no public symbols found; archive member will be inaccessible

cpu.obj : warning LNK4221: no public symbols found; archive member will be inaccessible

vfs_path.obj : warning LNK4221: no public symbols found; archive member will be inaccessible

io_align.obj : warning LNK4221: no public symbols found; archive member will be inaccessible

Linking...

LINK : fatal error LNK1104: cannot open file '.\obj\engine_debug\scriptglue.obj'

Link to comment
Share on other sites

Hmm, those errors look the same as before - it might be that Visual Studio is getting confused (not an uncommon occurrence), so you should try exiting VS, running update-workspaces.bat again, opening it in VS again, doing a "Clean Solution", and then building again. Hopefully it'll then pick up the project changes correctly.

Link to comment
Share on other sites

Ok when I tried to build the release:

Microsoft Visual Studio C Runtime Library has detected a fatal error in pyrogenesis.exe.

Press Break to debug the program or Continue to terminate the program.

The thread 'Win32 Thread' (0x113c) has exited with code -1073740777 (0xc0000417).

The thread 'main' (0x1074) has exited with code -1073740777 (0xc0000417).

The thread 'RPC Callback Thread' (0xe3c) has exited with code -1073740777 (0xc0000417).

The thread 'Win32 Thread' (0x1ae8) has exited with code -1073740777 (0xc0000417).

The thread 'RPC Callback Thread' (0x10f4) has exited with code -1073740777 (0xc0000417).

The thread 'whrt_UpdateThread' (0x12d4) has exited with code -1073740777 (0xc0000417).

The thread 'Win32 Thread' (0x1f28) has exited with code -1073740777 (0xc0000417).

The program '[6720] pyrogenesis.exe: Native' has exited with code -1073740777 (0xc0000417).

Somewhere around

waio.ccp

line 174

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.

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...