Strange Link Error in Visual Studio
I use Visual Studio 2008 pro in Windows 7. I got a strange link error开发者_如何学Python when trying to compile a simple C++ code. It was fatal error LNK1104: cannot open file 'C:\Users\CSE.obj'. Any idea what the cause is and how to get over it??
My Windows user account is named as 'CSE User 15'.
Your path has spaces in it! Check out this page:
Why does fatal error "LNK1104: cannot open file 'C:\Program.obj'" occur when I compile a C++ project in Visual Studio?
精彩评论