VC2005 编译出现如下问题!求助!!!!
precompile.cxxC:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\stralign.h(102) : error C2664: 'wcscpy' : cannot convert parameter 1 from 'PUWSTR' to 'wchar_t *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
生成日志保存在“file://c:\ghostwork\ivr\ivr2.0\Debug\BuildLog.htm”
turboivr2 - 1 个错误,0 个警告
注:在2003下可以编译通过! --------------------编程问答-------------------- code?
try
把程序编码变为多字节
--------------------编程问答-------------------- 这个应该是05编码的问题
补充:.NET技术 , VC.NET