Parameter "basePath" cannot have zero length.

环境:win7 32位,vs2010

问题:f5启动调试,然后报错:Parameter "basePath" cannot have zero length.

解决:右键项目,Property->Configuation->Debugging->Command里面的exe要实际存在

我的就是link output的是WinLauncher.exe,而Debugging里却是WinLauncher_2010.exe

参考:http://stackoverflow.com/questions/9497494/error-in-visual-studio-while-debugging-parameter-basepath-cannot-have-zero-le

你可能感兴趣的:(vc,开源,webkit,编译器,c++)