摘要: (MSDN)You can use PtrToStringChars in Vcclr.h to convert String to native wchar_t * or char *. This always returns a wide Unicode string pointer because CLR strings are internally Unicode. You can th... 阅读全文
posted @ 2010-09-06 17:21 能巴 阅读(1763) 评论(0) 推荐(0) 编辑
摘要: 1. VS project setting regards with platformFor native c++ project, there are debug | win32, debug | x64, release | win32, release | x64 configurations. Note:"debug" / "release" can be renamed while "w... 阅读全文
posted @ 2010-09-06 16:22 能巴 阅读(333) 评论(0) 推荐(0) 编辑
摘要: You can get Debugger Roadmap from MSDN to know everything about VS debugger.Exception Handling:There is a Exceptions dialog box in VS to configure how the debugger behaves with exceptions. In general,... 阅读全文
posted @ 2010-09-06 11:26 能巴 阅读(338) 评论(0) 推荐(0) 编辑