A list of known string issues in VC++ 6.0

女生的网名这么多〃 提交于 2019-12-12 04:22:35

问题


I am looking for some list containing all string related issues in VC++ 6.0 which are fixed in later service packs such as this one. Can anyone please help me on this regard?

The reason for my search is this: We face some string related issues in our VC++ 6.0 based product. I am looking for other potential issues.

Thanks.


回答1:


You can seach MSDN knowledge base, troubleshooting and support.

For example, a search with CString keyword will reveal many bug fixes.




回答2:


I realise it can be a pain to download all of the service packs, but you should just be running with all SP's installed anyway.

The service packs have release notes, that are linked to from here....

http://support.microsoft.com/kb/194022



来源:https://stackoverflow.com/questions/1102279/a-list-of-known-string-issues-in-vc-6-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!