Room.plg
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:2k
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: Room - Win32 Release--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:TEMPRSP21.tmp" with contents
- [
- kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib glu32.lib glaux.lib /nologo /subsystem:console /incremental:no /pdb:"Release/Room.pdb" /machine:I386 /out:"Release/Room.exe"
- .Releasemain.obj
- .Releasenewrender.obj
- .Releasetexture.obj
- ]
- Creating command line "link.exe @C:TEMPRSP21.tmp"
- <h3>Output Window</h3>
- Linking...
- newrender.obj : error LNK2005: "unsigned char * * ImageDatas" (?ImageDatas@@3PAPAEA) already defined in main.obj
- newrender.obj : error LNK2005: "int texnum" (?texnum@@3HA) already defined in main.obj
- newrender.obj : error LNK2005: "unsigned short * rslys" (?rslys@@3PAGA) already defined in main.obj
- newrender.obj : error LNK2005: "unsigned short * rslxs" (?rslxs@@3PAGA) already defined in main.obj
- texture.obj : error LNK2005: "unsigned char * * ImageDatas" (?ImageDatas@@3PAPAEA) already defined in main.obj
- texture.obj : error LNK2005: "int texnum" (?texnum@@3HA) already defined in main.obj
- texture.obj : error LNK2005: "unsigned short * rslys" (?rslys@@3PAGA) already defined in main.obj
- texture.obj : error LNK2005: "unsigned short * rslxs" (?rslxs@@3PAGA) already defined in main.obj
- Release/Room.exe : fatal error LNK1169: one or more multiply defined symbols found
- Error executing link.exe.
- <h3>Results</h3>
- Room.exe - 9 error(s), 0 warning(s)
- </pre>
- </body>
- </html>