View Single Post
  #5 (permalink)  
Old 07-22-2007, 10:00 AM
Lee's Avatar
Lee Lee is offline
PT Staff*
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: Blackpool, UK
Posts: 616
iTrader: (0)
Lee is just really niceLee is just really niceLee is just really niceLee is just really nice
Quote:
Originally Posted by Bench View Post
I've just been leafing through MSDN, and found this page

Breaking Changes in the Visual C++ 2005 Compiler (C++)

Apparently a lot of redundant features were removed in VS2005, with the single threaded runtime libraries seeming to be being one of them.. in other words, it would appear you're already using the multi-threaded runtime libraries.


Another option which appears in the C/C++ tree is called Command Line - does this appear in VS express edition?
Thanks for the link, thats one of two problems solved , as for the 2nd i looked under the C/C++ tree and there was no command line option there , there are other command line in options in other property windows, one comes under debug?

I am thinking try it in debug command line because i would think the compiler would treat it as an error but then the command would kick in and make it unsigned char?
Reply With Quote