Bharani
Bharani

Reputation: 303

A list of known string issues in VC++ 6.0

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.

Upvotes: 0

Views: 439

Answers (2)

burito
burito

Reputation: 861

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

Upvotes: 1

Nick Dandoulakis
Nick Dandoulakis

Reputation: 43110

You can seach MSDN knowledge base, troubleshooting and support.

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

Upvotes: 1

Related Questions