View Single Post
  #1 (permalink)  
Old 07-21-2007, 04:18 PM
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
Guru help with settings please!!!

Hey,

I am trying to setup my compiler and am in need of help, I am using Visual C++ 2005 Express Edition

I am trying to set up two things.

1. When i declare a char in my program and its unsigned instead of me typing unsigned char i want it to do this by default, meaning when i declare a char that's unsigned it will change the code to unsigned char for me.

To do this i need to put "/J" somewhere though with this version i am not sure where i need to put it, in earlier versions you go into the properties and in the additional options text box under the tab C/C++ you type "/J", if that tabs there i cant find it?

2. I want to make it so my application uses multi threaded libraries and i cant seem to find the drop down list to change it, in older versions it comes under the C/C++ tab under a label "Use run-time library:" then you select what you want from the list, Again i cant find this

Please help!

Thanks
Reply With Quote