Room.plg
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Room - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:TEMPRSP21.tmp" with contents
  10. [
  11. 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" 
  12. .Releasemain.obj
  13. .Releasenewrender.obj
  14. .Releasetexture.obj
  15. ]
  16. Creating command line "link.exe @C:TEMPRSP21.tmp"
  17. <h3>Output Window</h3>
  18. Linking...
  19. newrender.obj : error LNK2005: "unsigned char * *  ImageDatas" (?ImageDatas@@3PAPAEA) already defined in main.obj
  20. newrender.obj : error LNK2005: "int  texnum" (?texnum@@3HA) already defined in main.obj
  21. newrender.obj : error LNK2005: "unsigned short *  rslys" (?rslys@@3PAGA) already defined in main.obj
  22. newrender.obj : error LNK2005: "unsigned short *  rslxs" (?rslxs@@3PAGA) already defined in main.obj
  23. texture.obj : error LNK2005: "unsigned char * *  ImageDatas" (?ImageDatas@@3PAPAEA) already defined in main.obj
  24. texture.obj : error LNK2005: "int  texnum" (?texnum@@3HA) already defined in main.obj
  25. texture.obj : error LNK2005: "unsigned short *  rslys" (?rslys@@3PAGA) already defined in main.obj
  26. texture.obj : error LNK2005: "unsigned short *  rslxs" (?rslxs@@3PAGA) already defined in main.obj
  27. Release/Room.exe : fatal error LNK1169: one or more multiply defined symbols found
  28. Error executing link.exe.
  29. <h3>Results</h3>
  30. Room.exe - 9 error(s), 0 warning(s)
  31. </pre>
  32. </body>
  33. </html>