Just can't seem to get Transcendence to build

Help building, determining code organization, and other new-to-project problems.
Post Reply
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

^Just what the title says. Though the error I'm getting is a ton of unresolved externals, so I feel like I'm missing a library. But I have Mammoth and Alchemy in the same directory as the Transcendence source code directory...
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
george moromisato
Developer
Developer
Posts: 2997
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

Your hierarchy should look like this:

Code: Select all

{some folder}\
   Alchemy\
      CCLink\
      CCShell\
      ...
   Mammoth\
      Include\
      TSE\
      TSUI\
   Transcendence\
      Docs\
      Game\
      ...
      Transcendence\
      Transcendence.sln
Are the projects loading correctly?
Are they building correctly?
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

Ok, the projects load up fine, I can go in and mess around with them etc.
But the executables keep throwing LNK2001 when they try to build...
my additional dependencies are:
winhttp.lib
dxguid.lib
version.lib
vfw32.lib
winmm.lib
dsound.lib
ddraw.lib
odbc32.lib
odbccp32.lib
ws2_32.lib

My platform toolset is v120_xp,
My library directories:
C:\Program Files %28x86%29\Microsoft DirectX SDK %28February 2010%29\Lib\x86;
C:\Program Files %28x86%29\Microsoft DirectX 9.0 SDK %28October 2005%29\Lib\x86;$(LibraryPath)

My include directories:
C:\Program Files %28x86%29\Microsoft DirectX SDK %28February 2010%29\Include;
C:\Program Files %28x86%29\Microsoft DirectX 9.0 SDK %28October 2005%29\Include;$(IncludePath)

Basically, this time I downloaded the source fresh, because every time I try to fix this myself, I end up messing everything up...
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
bzm3r
Militia Lieutenant
Militia Lieutenant
Posts: 100
Joined: Tue Oct 23, 2012 2:38 pm

Can you paste out the errors that are thrown out by the compiler? I vaguely recall dealing with an "LNK2001", but I'd need to see all the stuff in order to really trigger my memory.
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

1>------ Build started: Project: Transcendence, Configuration: Release Win32 ------
1>CDockPane.obj : error LNK2001: unresolved external symbol __imp__UnionRect@12
1>CGItemDisplayArea.obj : error LNK2001: unresolved external symbol __imp__GetProcessHeap@0
1>LIBCMT.lib(heapinit.obj) : error LNK2001: unresolved external symbol __imp__GetProcessHeap@0
1>LIBCMT.lib(chsize.obj) : error LNK2001: unresolved external symbol __imp__GetProcessHeap@0
1>CGItemDisplayArea.obj : error LNK2001: unresolved external symbol __imp__HeapAlloc@12
1>LIBCMT.lib(malloc.obj) : error LNK2001: unresolved external symbol __imp__HeapAlloc@12
1>LIBCMT.lib(calloc_impl.obj) : error LNK2001: unresolved external symbol __imp__HeapAlloc@12
1>LIBCMT.lib(chsize.obj) : error LNK2001: unresolved external symbol __imp__HeapAlloc@12
1>CGItemDisplayArea.obj : error LNK2001: unresolved external symbol __imp__HeapFree@12
1>LIBCMT.lib(free.obj) : error LNK2001: unresolved external symbol __imp__HeapFree@12
1>LIBCMT.lib(chsize.obj) : error LNK2001: unresolved external symbol __imp__HeapFree@12
1>CTranscendenceController.obj : error LNK2001: unresolved external symbol __imp__LoadIconA@8
1>CTranscendenceController.obj : error LNK2001: unresolved external symbol __imp__SetCurrentDirectoryA@4
1>CTranscendenceController.obj : error LNK2001: unresolved external symbol __imp__SystemParametersInfoA@16
1>CTranscendenceController.obj : error LNK2001: unresolved external symbol __imp__AdjustWindowRect@12
1>CTranscendenceController.obj : error LNK2001: unresolved external symbol __imp__MessageBoxA@16
1>CTranscendenceModel.obj : error LNK2001: unresolved external symbol __imp__LeaveCriticalSection@4
1>LIBCMT.lib(mlock.obj) : error LNK2001: unresolved external symbol __imp__LeaveCriticalSection@4
1>LIBCMT.lib(_file.obj) : error LNK2001: unresolved external symbol __imp__LeaveCriticalSection@4
1>LIBCMT.lib(osfinfo.obj) : error LNK2001: unresolved external symbol __imp__LeaveCriticalSection@4
1>LIBCMT.lib(stream.obj) : error LNK2001: unresolved external symbol __imp__EnterCriticalSection@4
1>CTranscendenceModel.obj : error LNK2001: unresolved external symbol __imp__EnterCriticalSection@4
1>LIBCMT.lib(mlock.obj) : error LNK2001: unresolved external symbol __imp__EnterCriticalSection@4
1>LIBCMT.lib(_file.obj) : error LNK2001: unresolved external symbol __imp__EnterCriticalSection@4
1>LIBCMT.lib(osfinfo.obj) : error LNK2001: unresolved external symbol __imp__EnterCriticalSection@4
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__GetTickCount@0
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__GetTickCount@0
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__OffsetRect@12
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__GetClientRect@8
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__GetSystemMetrics@4
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__SendMessageA@16
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__GetCursorPos@4
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__ScreenToClient@8
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__wsprintfA
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__DestroyWindow@4
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__IntersectRect@12
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__ClientToScreen@8
1>CTranscendenceWnd.obj : error LNK2001: unresolved external symbol __imp__InvalidateRect@12
1>Main.obj : error LNK2001: unresolved external symbol __imp__DeleteCriticalSection@4
1>LIBCMT.lib(ioinit.obj) : error LNK2001: unresolved external symbol __imp__DeleteCriticalSection@4
1>LIBCMT.lib(mlock.obj) : error LNK2001: unresolved external symbol __imp__DeleteCriticalSection@4
1>LIBCMT.lib(closeall.obj) : error LNK2001: unresolved external symbol __imp__DeleteCriticalSection@4
1>CGalacticMapSession.obj : error LNK2001: unresolved external symbol __imp__GetAsyncKeyState@4
1>CHelpSession.obj : error LNK2001: unresolved external symbol __imp__DeleteObject@4
1>GameScreen.obj : error LNK2001: unresolved external symbol __imp__ShowCursor@4
1>IntroScreen.obj : error LNK2001: unresolved external symbol __imp__SetCapture@4
1>IntroScreen.obj : error LNK2001: unresolved external symbol __imp__PtInRect@12
1>IntroScreen.obj : error LNK2001: unresolved external symbol __imp__GetCapture@0
1>IntroScreen.obj : error LNK2001: unresolved external symbol __imp__ReleaseCapture@0
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__IsCharAlphaNumericA@4
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__lstrlenA@4
1>IntelJPEGUtil.lib(encoder_parser.obj) : error LNK2001: unresolved external symbol __imp__lstrlenA@4
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__CharLowerBuffA@8
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__InitializeCriticalSection@4
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__CharLowerA@4
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__CharUpperBuffA@8
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__VirtualAlloc@16
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__CharUpperA@4
1>Kernel.lib(CString.obj) : error LNK2001: unresolved external symbol __imp__LoadStringA@16
1>Kernel.lib(CObject.obj) : error LNK2001: unresolved external symbol __imp__VirtualQuery@12
1>LIBCMT.lib(eh3valid.obj) : error LNK2001: unresolved external symbol __imp__VirtualQuery@12
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__InterlockedIncrement@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__InterlockedDecrement@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__DispatchMessageA@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__WaitForSingleObject@8
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__PeekMessageA@20
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__CreateCompatibleBitmap@12
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol _WSACleanup@0
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__CreateCompatibleDC@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__TranslateMessage@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__SelectObject@8
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__DeleteDC@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__MaskBlt@48
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__MsgWaitForMultipleObjects@20
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol _WSAStartup@8
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__PostQuitMessage@4
1>Kernel.lib(Kernel.obj) : error LNK2001: unresolved external symbol __imp__GetVersionExA@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__GetFullPathNameA@16
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__CreateFileA@28
1>IntelJPEGUtil.lib(fileio.obj) : error LNK2001: unresolved external symbol __imp__CreateFileA@28
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol _VerQueryValueA@16
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__ShellExecuteA@24
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol _GetFileVersionInfoSizeA@8
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__GetFileAttributesA@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__SHFileOperationA@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__FileTimeToSystemTime@8
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__CreateDirectoryA@8
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__FindFirstFileA@8
1>LIBCMT.lib(read.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(lseek.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(wopen.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(chsize.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(osfinfo.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(lseeki64.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(close.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(wcstoq.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(realloc.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(commit.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(write.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(tidtable.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(winsig.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(rand_s.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(free.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>LIBCMT.lib(inithelp.obj) : error LNK2001: unresolved external symbol __imp__GetLastError@0
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__CopyFileA@12
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol _GetFileVersionInfoA@16
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__FindClose@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__SHGetMalloc@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__MoveFileA@8
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__GetModuleFileNameA@12
1>LIBCMT.lib(stdargv.obj) : error LNK2001: unresolved external symbol __imp__GetModuleFileNameA@12
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__FindNextFileA@8
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__GetFileTime@16
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__SHGetFolderPathA@20
1>LIBCMT.lib(wopen.obj) : error LNK2001: unresolved external symbol __imp__CloseHandle@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__CloseHandle@4
1>IntelJPEGUtil.lib(fileio.obj) : error LNK2001: unresolved external symbol __imp__CloseHandle@4
1>LIBCMT.lib(close.obj) : error LNK2001: unresolved external symbol __imp__CloseHandle@4
1>LIBCMT.lib(initcon.obj) : error LNK2001: unresolved external symbol __imp__CloseHandle@4
1>Kernel.lib(Path.obj) : error LNK2001: unresolved external symbol __imp__DeleteFileA@4
1>Kernel.lib(Utilities.obj) : error LNK2001: unresolved external symbol __imp__GetSystemInfo@4
1>Kernel.lib(Utilities.obj) : error LNK2001: unresolved external symbol __imp__GetUserNameA@8
1>Kernel.lib(CFileWriteStream.obj) : error LNK2001: unresolved external symbol __imp__SetFilePointer@16
1>IntelJPEGUtil.lib(fileio.obj) : error LNK2001: unresolved external symbol __imp__SetFilePointer@16
1>Kernel.lib(CFileWriteStream.obj) : error LNK2001: unresolved external symbol __imp__WriteFile@20
1>IntelJPEGUtil.lib(fileio.obj) : error LNK2001: unresolved external symbol __imp__WriteFile@20
1>LIBCMT.lib(crt0msg.obj) : error LNK2001: unresolved external symbol __imp__WriteFile@20
1>LIBCMT.lib(write.obj) : error LNK2001: unresolved external symbol __imp__WriteFile@20
1>Kernel.lib(CTextFileLog.obj) : error LNK2001: unresolved external symbol __imp__SetEndOfFile@4
1>LIBCMT.lib(chsize.obj) : error LNK2001: unresolved external symbol __imp__SetEndOfFile@4
1>LIBCMT.lib(read.obj) : error LNK2001: unresolved external symbol __imp__ReadFile@20
1>Kernel.lib(CTextFileLog.obj) : error LNK2001: unresolved external symbol __imp__ReadFile@20
1>IntelJPEGUtil.lib(fileio.obj) : error LNK2001: unresolved external symbol __imp__ReadFile@20
1>LIBCMT.lib(ftell.obj) : error LNK2001: unresolved external symbol __imp__ReadFile@20
1>LIBCMT.lib(ftelli64.obj) : error LNK2001: unresolved external symbol __imp__ReadFile@20
1>Kernel.lib(CTextFileLog.obj) : error LNK2001: unresolved external symbol __imp__FlushFileBuffers@4
1>LIBCMT.lib(commit.obj) : error LNK2001: unresolved external symbol __imp__FlushFileBuffers@4
1>Kernel.lib(CTextFileLog.obj) : error LNK2001: unresolved external symbol __imp__GetLocalTime@4
1>Kernel.lib(CMemoryStream.obj) : error LNK2001: unresolved external symbol __imp__VirtualFree@12
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__SetClipboardData@8
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__OpenClipboard@4
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__GlobalLock@4
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__GlobalAlloc@8
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__EmptyClipboard@0
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__GlobalUnlock@4
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__GlobalFree@4
1>Kernel.lib(UI.obj) : error LNK2001: unresolved external symbol __imp__CloseClipboard@0
1>Kernel.lib(CFileReadBlock.obj) : error LNK2001: unresolved external symbol __imp__GetFileSize@8
1>Kernel.lib(CFileReadBlock.obj) : error LNK2001: unresolved external symbol __imp__MapViewOfFile@20
1>Kernel.lib(CFileReadBlock.obj) : error LNK2001: unresolved external symbol __imp__UnmapViewOfFile@4
1>Kernel.lib(CFileReadBlock.obj) : error LNK2001: unresolved external symbol __imp__CreateFileMappingA@24
1>Kernel.lib(CRegKey.obj) : error LNK2001: unresolved external symbol __imp__RegSetValueExA@24
1>Kernel.lib(CRegKey.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24
1>Kernel.lib(CRegKey.obj) : error LNK2001: unresolved external symbol __imp__RegCreateKeyExA@36
1>Kernel.lib(CRegKey.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA@20
1>Kernel.lib(CRegKey.obj) : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>Kernel.lib(Time.obj) : error LNK2001: unresolved external symbol __imp__SystemTimeToTzSpecificLocalTime@12
1>Kernel.lib(Time.obj) : error LNK2001: unresolved external symbol __imp__GetSystemTime@4
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__FindResourceA@12
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__GetObjectA@12
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__CreateDIBitmap@24
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__LoadResource@8
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__SelectPalette@12
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__SetDIBits@28
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__RealizePalette@4
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__ReleaseDC@8
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__SizeofResource@8
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__GetDC@4
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__CreateDIBSection@24
1>Graphics.lib(DIB.obj) : error LNK2001: unresolved external symbol __imp__LockResource@4
1>DirectXUtil.lib(CG16BitImage.obj) : error LNK2001: unresolved external symbol __imp__GetDesktopWindow@0
1>DirectXUtil.lib(CG16BitImage.obj) : error LNK2001: unresolved external symbol __imp__SetDIBitsToDevice@48
1>DirectXUtil.lib(AGScreen.obj) : error LNK2001: unresolved external symbol __imp__IsRectEmpty@4
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__TextOutA@20
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__GetTextMetricsA@8
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__GetCharABCWidthsA@16
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__SetBkMode@8
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__GetTextFaceA@12
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__SetBkColor@8
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__CreateFontA@56
1>DirectXUtil.lib(CG16bitFont.obj) : error LNK2001: unresolved external symbol __imp__SetTextColor@8
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__MoveWindow@24
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__SetEvent@4
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__GetWindowLongA@8
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__CreateEventA@16
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__SetWindowLongA@12
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__SetRect@20
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__ResetEvent@4
1>DirectXUtil.lib(CScreenMgr.obj) : error LNK2001: unresolved external symbol __imp__WaitForMultipleObjects@16
1>DirectXUtil.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__mmioRead@12
1>DirectXUtil.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__mmioOpenA@12
1>DirectXUtil.lib(Sound.obj) : error LNK2001: unresolved external symbol _MCIWndCreateA
1>DirectXUtil.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__mmioClose@8
1>DirectXUtil.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__mmioAscend@12
1>DirectXUtil.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__mmioDescend@16
1>DirectXUtil.lib(DirectDraw.obj) : error LNK2001: unresolved external symbol __imp__Sleep@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__Sleep@4
1>IntelJPEGUtil.lib(init.obj) : error LNK2001: unresolved external symbol __imp__LoadLibraryA@4
1>LIBCMT.lib(rand_s.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>LIBCMT.lib(wopen.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>IntelJPEGUtil.lib(init.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__GetProcAddress@8
1>IntelJPEGUtil.lib(init.obj) : error LNK2001: unresolved external symbol __imp__FreeLibrary@4
1>LIBCMT.lib(rand_s.obj) : error LNK2001: unresolved external symbol __imp__FreeLibrary@4
1>TSE.lib(CDesignType.obj) : error LNK2001: unresolved external symbol __imp__GetVersion@0
1>TSE.lib(CGameFile.obj) : error LNK2001: unresolved external symbol __imp__lstrcpynA@12
1>TSE.lib(CRandomEntryGenerator.obj) : error LNK2001: unresolved external symbol __imp__DebugBreak@0
1>TSUI.lib(CHumanInterface.obj) : error LNK2001: unresolved external symbol __imp__PostMessageA@16
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__LoadCursorA@8
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__GetStockObject@4
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__RegisterClassExA@4
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__CreateWindowExA@48
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__ShowWindow@8
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__UpdateWindow@4
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__timeBeginPeriod@4
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__timeGetTime@0
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__timeEndPeriod@4
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__BeginPaint@8
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__EndPaint@8
1>TSUI.lib(Run.obj) : error LNK2001: unresolved external symbol __imp__DefWindowProcA@16
1>TSUI.lib(CTimerRegistry.obj) : error LNK2001: unresolved external symbol __imp__SetTimer@16
1>TSUI.lib(CTimerRegistry.obj) : error LNK2001: unresolved external symbol __imp__KillTimer@8
1>LIBCMT.lib(cmiscdat.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(winsig.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(rand_s.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(handler.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(hooks.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(invarg.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(purevirt.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(onexit.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(user.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__EncodePointer@4
1>LIBCMT.lib(winsig.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(rand_s.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(handler.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(hooks.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(invarg.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(purevirt.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(onexit.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(user.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__DecodePointer@4
1>LIBCMT.lib(wincrt0.obj) : error LNK2001: unresolved external symbol __imp__GetCommandLineA@0
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__CreateThread@24
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__GetCurrentThreadId@0
1>LIBCMT.lib(tidtable.obj) : error LNK2001: unresolved external symbol __imp__GetCurrentThreadId@0
1>LIBCMT.lib(gs_support.obj) : error LNK2001: unresolved external symbol __imp__GetCurrentThreadId@0
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__ExitThread@4
1>LIBCMT.lib(threadex.obj) : error LNK2001: unresolved external symbol __imp__LoadLibraryExW@12
1>LIBCMT.lib(rand_s.obj) : error LNK2001: unresolved external symbol __imp__LoadLibraryExW@12
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__LoadLibraryExW@12
1>LIBCMT.lib(exsup.obj) : error LNK2001: unresolved external symbol _RtlUnwind@16
1>LIBCMT.lib(exsup4.obj) : error LNK2001: unresolved external symbol _RtlUnwind@16
1>LIBCMT.lib(gs_report.obj) : error LNK2001: unresolved external symbol __imp__IsDebuggerPresent@0
1>LIBCMT.lib(invarg.obj) : error LNK2001: unresolved external symbol __imp__IsDebuggerPresent@0
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__IsDebuggerPresent@0
1>LIBCMT.lib(gs_report.obj) : error LNK2001: unresolved external symbol _IsProcessorFeaturePresent@4
1>LIBCMT.lib(abort.obj) : error LNK2001: unresolved external symbol _IsProcessorFeaturePresent@4
1>LIBCMT.lib(invarg.obj) : error LNK2001: unresolved external symbol _IsProcessorFeaturePresent@4
1>LIBCMT.lib(cpu_disp.obj) : error LNK2001: unresolved external symbol _IsProcessorFeaturePresent@4
1>LIBCMT.lib(throw.obj) : error LNK2001: unresolved external symbol __imp__RaiseException@16
1>LIBCMT.lib(tidtable.obj) : error LNK2001: unresolved external symbol __imp__SetLastError@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__SetLastError@4
1>LIBCMT.lib(tidtable.obj) : error LNK2001: unresolved external symbol __imp__GetCurrentThread@0
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__ExitProcess@4
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__GetModuleHandleExW@12
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__AreFileApisANSI@0
1>LIBCMT.lib(mbtowc.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>Kernel.lib(Unicode.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>LIBCMT.lib(read.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>LIBCMT.lib(a_map.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>LIBCMT.lib(a_str.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>LIBCMT.lib(wsetloca.obj) : error LNK2001: unresolved external symbol __imp__MultiByteToWideChar@24
1>LIBCMT.lib(write.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>LIBCMT.lib(wcstoq.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>Kernel.lib(Unicode.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>LIBCMT.lib(crt0dat.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>LIBCMT.lib(a_env.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>LIBCMT.lib(a_loc.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>LIBCMT.lib(a_map.obj) : error LNK2001: unresolved external symbol __imp__WideCharToMultiByte@32
1>LIBCMT.lib(ioinit.obj) : error LNK2001: unresolved external symbol __imp__GetStdHandle@4
1>LIBCMT.lib(crt0msg.obj) : error LNK2001: unresolved external symbol __imp__GetStdHandle@4
1>LIBCMT.lib(ioinit.obj) : error LNK2001: unresolved external symbol __imp__GetFileType@4
1>LIBCMT.lib(osfinfo.obj) : error LNK2001: unresolved external symbol __imp__GetFileType@4
1>LIBCMT.lib(wopen.obj) : error LNK2001: unresolved external symbol __imp__GetFileType@4
1>LIBCMT.lib(ioinit.obj) : error LNK2001: unresolved external symbol __imp__GetStartupInfoW@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__GetStartupInfoW@4
1>LIBCMT.lib(crt0msg.obj) : error LNK2001: unresolved external symbol __imp__GetModuleFileNameW@12
1>LIBCMT.lib(gs_support.obj) : error LNK2001: unresolved external symbol __imp__QueryPerformanceCounter@4
1>LIBCMT.lib(gs_support.obj) : error LNK2001: unresolved external symbol __imp__GetCurrentProcessId@0
1>LIBCMT.lib(gs_support.obj) : error LNK2001: unresolved external symbol __imp__GetSystemTimeAsFileTime@4
1>LIBCMT.lib(a_env.obj) : error LNK2001: unresolved external symbol __imp__GetEnvironmentStringsW@0
1>LIBCMT.lib(a_env.obj) : error LNK2001: unresolved external symbol __imp__FreeEnvironmentStringsW@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__UnhandledExceptionFilter@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__SetUnhandledExceptionFilter@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__InitializeCriticalSectionAndSpinCount@8
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__CreateEventW@16
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__GetCurrentProcess@0
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__TerminateProcess@8
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__TlsAlloc@0
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__TlsGetValue@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__TlsSetValue@8
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__TlsFree@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__GetModuleHandleW@4
1>LIBCMT.lib(wopen.obj) : error LNK2001: unresolved external symbol __imp__GetModuleHandleW@4
1>LIBCMT.lib(winapisupp.obj) : error LNK2001: unresolved external symbol __imp__CreateSemaphoreW@16
1>LIBCMT.lib(msize.obj) : error LNK2001: unresolved external symbol __imp__HeapSize@12
1>LIBCMT.lib(mbctype.obj) : error LNK2001: unresolved external symbol __imp__IsValidCodePage@4
1>LIBCMT.lib(getqloc.obj) : error LNK2001: unresolved external symbol __imp__IsValidCodePage@4
1>LIBCMT.lib(getqloc_downlevel.obj) : error LNK2001: unresolved external symbol __imp__IsValidCodePage@4
1>LIBCMT.lib(mbctype.obj) : error LNK2001: unresolved external symbol __imp__GetACP@0
1>LIBCMT.lib(wsetloca.obj) : error LNK2001: unresolved external symbol __imp__GetACP@0
1>LIBCMT.lib(getqloc.obj) : error LNK2001: unresolved external symbol __imp__GetACP@0
1>LIBCMT.lib(getqloc_downlevel.obj) : error LNK2001: unresolved external symbol __imp__GetACP@0
1>LIBCMT.lib(mbctype.obj) : error LNK2001: unresolved external symbol __imp__GetOEMCP@0
1>LIBCMT.lib(mbctype.obj) : error LNK2001: unresolved external symbol __imp__GetCPInfo@8
1>LIBCMT.lib(initctyp.obj) : error LNK2001: unresolved external symbol __imp__GetCPInfo@8
1>LIBCMT.lib(mlock.obj) : error LNK2001: unresolved external symbol __imp__FatalAppExitA@8
1>LIBCMT.lib(winsig.obj) : error LNK2001: unresolved external symbol __imp__SetConsoleCtrlHandler@8
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__GetDateFormatW@24
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__GetTimeFormatW@24
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__CompareStringW@24
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__LCMapStringW@24
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__GetLocaleInfoW@16
1>LIBCMT.lib(getqloc_downlevel.obj) : error LNK2001: unresolved external symbol __imp__GetLocaleInfoW@16
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__IsValidLocale@8
1>LIBCMT.lib(getqloc_downlevel.obj) : error LNK2001: unresolved external symbol __imp__IsValidLocale@8
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__GetUserDefaultLCID@0
1>LIBCMT.lib(getqloc_downlevel.obj) : error LNK2001: unresolved external symbol __imp__GetUserDefaultLCID@0
1>LIBCMT.lib(winapinls.obj) : error LNK2001: unresolved external symbol __imp__EnumSystemLocalesW@8
1>LIBCMT.lib(getqloc_downlevel.obj) : error LNK2001: unresolved external symbol __imp__EnumSystemLocalesW@8
1>LIBCMT.lib(crtmboxw.obj) : error LNK2001: unresolved external symbol __imp__OutputDebugStringW@4
1>LIBCMT.lib(realloc.obj) : error LNK2001: unresolved external symbol __imp__HeapReAlloc@16
1>LIBCMT.lib(a_str.obj) : error LNK2001: unresolved external symbol __imp__GetStringTypeW@16
1>LIBCMT.lib(iswctype.obj) : error LNK2001: unresolved external symbol __imp__GetStringTypeW@16
1>LIBCMT.lib(write.obj) : error LNK2001: unresolved external symbol __imp__GetConsoleCP@0
1>LIBCMT.lib(write.obj) : error LNK2001: unresolved external symbol __imp__GetConsoleMode@8
1>LIBCMT.lib(read.obj) : error LNK2001: unresolved external symbol __imp__GetConsoleMode@8
1>LIBCMT.lib(osfinfo.obj) : error LNK2001: unresolved external symbol __imp__SetStdHandle@8
1>LIBCMT.lib(lseeki64.obj) : error LNK2001: unresolved external symbol __imp__SetFilePointerEx@20
1>LIBCMT.lib(lseek.obj) : error LNK2001: unresolved external symbol __imp__SetFilePointerEx@20
1>LIBCMT.lib(putwch.obj) : error LNK2001: unresolved external symbol __imp__WriteConsoleW@20
1>LIBCMT.lib(initcon.obj) : error LNK2001: unresolved external symbol __imp__CreateFileW@28
1>LIBCMT.lib(wopen.obj) : error LNK2001: unresolved external symbol __imp__CreateFileW@28
1>Kernel.lib(RegEx.obj) : error LNK2001: unresolved external symbol __imp__IsCharAlphaA@4
1>Kernel.lib(RegEx.obj) : error LNK2001: unresolved external symbol __imp__OutputDebugStringA@4
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _gethostbyname@4
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _closesocket@4
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _socket@12
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _getprotobyname@4
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol __imp__GetOverlappedResult@16
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _shutdown@8
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _htons@4
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _WSAGetLastError@0
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _inet_addr@4
1>Kernel.lib(CHTTPClientSession.obj) : error LNK2001: unresolved external symbol _connect@12
1>LIBCMT.lib(read.obj) : error LNK2001: unresolved external symbol __imp__ReadConsoleW@20
1>..\Game\Transcendence.exe : fatal error LNK1120: 242 unresolved externals
========== Build: 0 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
bzm3r
Militia Lieutenant
Militia Lieutenant
Posts: 100
Joined: Tue Oct 23, 2012 2:38 pm

Josh -- what version of the Visual Studio editor are you using?

Are you building the Transcendence solution? Or the Transcendence project?
george moromisato
Developer
Developer
Posts: 2997
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

Try this:

1. Get Properties for the Transcendence project.
2. On the left-pane, select:

Configuration Properties
Linker
Input

3. On the right-pane, click on the field for "Additional Dependencies" Click on the down-arrow and select "Edit..."
4. You should see this:

Image

Notice that kernel32.lib, user32.lib, and gdi32.lib are listed in the "inherited values" section. Also notice that the "Inherit from parent..." checkbox is checked. If you see something different, let us know!
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

I was using VS Community 2013...platform toolset v120_xp
...no luck btw
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
bzm3r
Militia Lieutenant
Militia Lieutenant
Posts: 100
Joined: Tue Oct 23, 2012 2:38 pm

josh19967 wrote:I was using VS Community 2013...platform toolset v120_xp
...no luck btw
Darn. I looked a bit more into the sort of LNK2001 errors I was getting in the past, and I can't find something relevant to that in my search history :(

So I'll leave you and George to it.

Can you comment on George's question?
josh19967 wrote:Notice that kernel32.lib, user32.lib, and gdi32.lib are listed in the "inherited values" section. Also notice that the "Inherit from parent..." checkbox is checked. If you see something different, let us know!
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

It IS possible I *may* have missed something when downloading the source in the first place...
What would that be?
Attachments
My projects
My projects
Capture.PNG (6.74 KiB) Viewed 24644 times
My dependency list
My dependency list
snip.PNG (40.32 KiB) Viewed 24644 times
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
george moromisato
Developer
Developer
Posts: 2997
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

The unresolved externals in your list are all Windows APIs. Most are in user32.lib or kernel32.lib or gdi32.lib.

For some reason, your link command is not including them. Your linker options should look like this:

Image

Could you post what yours looks like?
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

Ahahahaha.... ...

Oh.. by the way, I'm running a 64-bit OS.
Attachments
Capture.PNG
Capture.PNG (71.73 KiB) Viewed 24636 times
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

what the heck? it compiled?
I just added this to the lib directory:
C:\Program Files %28x86%29\Microsoft SDKs\Windows\v7.1A\Lib
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
bzm3r
Militia Lieutenant
Militia Lieutenant
Posts: 100
Joined: Tue Oct 23, 2012 2:38 pm

Why did you make the change that you made? I'd like to document it/understand it in case someone in the future runs into the same issue.
josh19967
Militia Lieutenant
Militia Lieutenant
Posts: 162
Joined: Mon Aug 30, 2010 10:52 pm
Location: Vacationing at ModWorld... :D

I just now noticed it isn't the file path that matters so much as you need the DbgHelp and DbgEng libraries, because the Feb 2010 SDK is missing them... The file path does matter, as I found out after doing a 'Rebuild All' on the Trans project. As to WHY I made the change, I found out from looking elsewhere on the Net that 1) you can't mix 32-bit libs with 64-bit libs and 2) other people who had similar problems were also missing these libraries...

Not too helpful, I know, but I tried.
I really don't care if I get my hair cut... *snip* NOOOOOOOOOOOO!!!!!!!!!!!
Post Reply