Questions tagged «visual-c++-2010»

4
是否应将.vcxproj.filter文件添加到源代码管理中?
在评估Visual Studio 2010 Beta 2时,我看到在转换后的目录中,我的vcproj文件变成了vcxproj文件。每个项目旁边还有vcxproj.filter文件,这些文件似乎包含文件夹结构的描述(\ Source Files,\ Header Files等)。 您认为这些筛选器文件应按用户保留,还是应在整个开发人员组中共享并检入SCC? 我目前的想法是将它们检入,但是我想知道是否有任何理由不这样做,或者也许是为什么我一定要对其进行检入的充分理由。 明显的好处是,如果我查看其他人的计算机,则文件夹结构将匹配,但也许他们想按逻辑进行重组?

4
安装Windows SDK 7.1时出错
我在网上看到发布的Windows SDK时遇到错误,但是没有一种解决方案适合我。这是我得到的日志 9:43:37 AM Monday, October 14, 2013: SFX C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation started with log file C:\Users\clarkbd\AppData\Local\Temp\Microsoft Windows SDK for Windows 7_c3c42538-8a3e-439d-be39-aee3078ca098_SFX.log 9:43:43 AM Monday, October 14, 2013: C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 1603 9:43:53 AM Monday, October 14, 2013: [SDKSetup:Error] Config_Products_Install: Installation of Product Microsoft …

8
Visual Studio 2010奇怪的“警告LNK4042”
我刚刚被Visual Studio 2010(C ++)发出的一些不重要的警告打了头(或几乎没有)。 编译结果如下: 1 Debug \ is.obj:警告LNK4042:对象指定了多次;忽略了其他功能 1 Debug \ make.obj:警告LNK4042:对象指定了多次;忽略了其他功能 1 Debug \ view.obj:警告LNK4042:指定的对象不止一次;额外功能被忽略 1 identity.obj:错误LNK2019:void __cdecl test::identity::view(void)函数void __cdecl test::identity::identity(void)(?identity @ 0test @@ YAXXZ)中引用的未解析外部符号(?view @ identity @ test @@ YAXXZ) 1 identity.obj:错误LNK2019:未解析的外部符号void __cdecl test::identity::make(void)(?make函数void __cdecl test::identity::identity(void)(?identity @ 0test @@ YAXXZ)中引用的@ identity @ test @@ YAXXZ) 1 range.obj:错误LNK2019:void …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.