Problems linking: LNK1104: cannot open file 'uiAccess='false

Problems building or running the engine, queries about how to use features etc.
Post Reply
Koldstream
Gnoblar
Posts: 1
Joined: Mon Apr 19, 2010 5:55 pm

Problems linking: LNK1104: cannot open file 'uiAccess='false

Post by Koldstream »

Hi everyone,

I have:
vs2008 sp1
OGRE sdk 1.7

I am trying to follow this guide http://test.ogitor.org/tiki/tiki-index. ... =1666&bl=n.

I get this error when i build it:

1>LINK : fatal error LNK1104: cannot open file 'uiAccess='false' /DEBUG /PDB:c:\Users\Administrator\Documents\Visual.obj'

I have scoured the internet but I cannot find any satisfactory solutions :(

I have attached the buildlog


Creating temporary file "c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\RSP00000255363248.rsp" with contents
[
/Od /I "include" /I "F:\OgreSDK_vc9_v1-7-0\include\OIS" /I "F:\OgreSDK_vc9_v1-7-0\include\OGRE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"obj\Debug\\" /Fd"obj\Debug\vc90.pdb" /W3 /c /ZI /TP ".\src\OgreTemplate.cpp" ".\src\BaseApplication.cpp"
]
Creating command line "cl.exe @"c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\RSP00000255363248.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /fo"obj\Debug/OgreTemplate.res" ".\res\OgreTemplate.rc""
Creating temporary file "c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\TMP00000355363248.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\obj\\Debug\\OgreTemplate.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\obj\Debug\OgreTemplate.exe.embed.manifest.res" "c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\TMP00000355363248.tmp""
Creating temporary file "c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\RSP00000455363248.rsp" with contents
[
/OUT:"bin\Debug\OgreTemplate.exe" /INCREMENTAL /LIBPATH:"F:\OgreSDK_vc9_v1-7-0\lib\ /MANIFEST /MANIFESTFILE:"obj\Debug\OgreTemplate.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\bin\Debug\OgreTemplate.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE /NXCOMPAT /MACHINE:X86 OgreMain_d.lib OIS_d.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\obj\Debug\BaseApplication.obj" ".\obj\Debug\OgreTemplate.obj" ".\obj\Debug\OgreTemplate.res" ".\obj\Debug\OgreTemplate.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\RSP00000455363248.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window

Compiling...
BaseApplication.cpp
OgreTemplate.cpp
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : fatal error LNK1104: cannot open file 'uiAccess='false' /DEBUG /PDB:c:\Users\Administrator\Documents\Visual.obj'
Results

Build log was saved at "file://c:\Users\Administrator\Documents\Visual Studio 2008\Projects\OgreTemplate\obj\Debug\BuildLog.htm"
OgreTemplate - 1 error(s), 0 warning(s)




What am i doing wrong?

Thanks
Post Reply