我可以访问旧视频游戏的源代码。我不太了解C ++,但我正在尝试编译游戏使用的艺术工具。我已将其指向设置中正确的INC和LIB。此游戏是在Microsoft C ++ 6.0中开发的。但是,在编译工具时,我收到此错误。这是一个视频游戏。不,它不是一个公开的。
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Rbb.obj : error LNK2001: unresolved external symbol _MemDEBUGBlockTerm
Rbb.obj : error LNK2001: unresolved external symbol _MemDEBUGBlockFree
Rbb.obj : error LNK2001: unresolved external symbol _CMDLineInit
Rbb.obj : error LNK2001: unresolved external symbol _MemDEBUGBlockInit
Rbb.obj : error LNK2001: unresolved external symbol _MemDEBUGSetFlags
Rbb.obj : error LNK2001: unresolved external symbol _FMGetTime
Rbb.obj : error LNK2001: unresolved external symbol _MemDEBUGBlockAllocLo
Rbb.obj : error LNK2001: unresolved external symbol _ResBBIndexAdd
Rbb.obj : error LNK2001: unresolved external symbol _ResBBTerm
Rbb.obj : error LNK2001: unresolved external symbol _ResBBInit
Rbb.obj : error LNK2001: unresolved external symbol _ResCalcChecksum
Rbb.obj : error LNK2001: unresolved external symbol _gResBBVar
Rbb.obj : error LNK2001: unresolved external symbol _ResBBIndexFind
Rbb.obj : error LNK2001: unresolved external symbol _ResBBResFixupRealloc
Rbb.obj : error LNK2001: unresolved external symbol _ResBBIntFixupRealloc
Rbb.obj : error LNK2001: unresolved external symbol _ResBBOutputRealloc
Rbb.obj : error LNK2001: unresolved external symbol _FMSeek
Rbb.obj : error LNK2001: unresolved external symbol _FMClose
rescomp.lib(ResTags.obj) : error LNK2001: unresolved external symbol _FMClose
Rbb.obj : error LNK2001: unresolved external symbol _FMWrite
rescomp.lib(ResTags.obj) : error LNK2001: unresolved external symbol _FMWrite
Rbb.obj : error LNK2001: unresolved external symbol _FMOpen
rescomp.lib(ResTags.obj) : error LNK2001: unresolved external symbol _FMOpen
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFInit
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFTerm
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFEnd
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputF32
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputF64
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputSU128
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputSU64
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputSU32
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputSU16
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputSU8
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFStart
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputAlign
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _gRBFVar
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFLabelInstAdd
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFLabelAdd
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputResourceFixup
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputString
rescomp.lib(ResComp.obj) : error LNK2001: unresolved external symbol _RBFOutputNullString
rescomp.lib(ResTags.obj) : error LNK2001: unresolved external symbol _FMRead
rescomp.lib(ResTags.obj) : error LNK2001: unresolved external symbol _FMLength
PC\Win32\Debug/RBB.exe : fatal error LNK1120: 40 unresolved externals
请耐心等待我。我还没有完全理解C ++。