Thread: Cube

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    4

    Cube

    A few days ago, I downloaded
    Cube ( http://wouter.fov120.com/cube/ ), a free open-source 1st person shooter. After downloading the necesary .h files, I tried to compile it with Microsoft Visual C++ 2005 Express Edition, and I got the following errors:

    ------ Build started: Project: cube, Configuration: Release Win32 ------
    Linking...
    worldio.obj : error LNK2001: unresolved external symbol __imp__gzopen
    worldio.obj : error LNK2001: unresolved external symbol __imp__gzwrite
    worldio.obj : error LNK2001: unresolved external symbol __imp__gzputc
    worldio.obj : error LNK2001: unresolved external symbol __imp__gzclose
    worldio.obj : error LNK2001: unresolved external symbol __imp__gzread
    worldio.obj : error LNK2001: unresolved external symbol __imp__gzgetc
    savegamedemo.obj : error LNK2001: unresolved external symbol __imp__gzeof
    c:\w\cube\cube\bin\cube.exe : fatal error LNK1120: 7 unresolved externals
    Build log was saved at "file://c:\cube_2005_08_29_src\cube_source\vcpp\Release\Bu ildLog.htm"
    cube - 8 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    The BuildLog-file is attached as a txt-file. (delete the .txt extension)

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    Are you linking the neccesary libs?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2d Cubik program in C
    By joot43 in forum C Programming
    Replies: 4
    Last Post: 05-25-2009, 07:17 AM
  2. Cube rotation math problem
    By n3v in forum Game Programming
    Replies: 6
    Last Post: 08-03-2007, 05:41 AM
  3. No Cube!!!
    By beene in forum Game Programming
    Replies: 3
    Last Post: 05-10-2007, 10:55 PM
  4. A cube root program.
    By guest111 in forum C Programming
    Replies: 14
    Last Post: 04-27-2007, 09:37 PM
  5. Rubix Cube Contest
    By The Brain in forum Contests Board
    Replies: 24
    Last Post: 01-15-2005, 05:33 PM