During debugging, when I pull up QuickWatch and go copy and paste for example: strlen(str) - 1
It tells me that: strlen(str) - 1 CXX0017: Error: symbol "strlen" not found
What do I need to set in Visual Studio to remedy this issue?
During debugging, when I pull up QuickWatch and go copy and paste for example: strlen(str) - 1
It tells me that: strlen(str) - 1 CXX0017: Error: symbol "strlen" not found
What do I need to set in Visual Studio to remedy this issue?
Google gave me: http://bytes.com/topic/net/answers/523773-executing-crt-functions-immidiate-window
Hope that helps.