Welcome to MSDN Blogs Sign in | Join | Help

August 2008 - Posts

Conversion between System.String and char *

We can convert a char * to System.String with System.String’s constructor string str = new string((char*)p); And for the reverse: fixed(char *p = str){} Why do we care about conversion between System.String and char *? From this article , this is the
Posted by junfeng | 2 Comments
Filed under:

XXX is not a valid Win32 application

If you have used your Vista SP1-based computer for extended period, you may experience some problems starting large applications, for example, Office 2007 applications. Specifically, you may receive a message “XXX is not a valid Win32 application”. If
Posted by junfeng | 1 Comments
Filed under:
 
Page view tracker