Click here to Skip to main content
15,914,500 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: internet explorer default browser Pin
Henry Minute19-Sep-09 21:21
Henry Minute19-Sep-09 21:21 
QuestionHelp: Laptop won't boot Windows 7 Pin
Soumya9219-Sep-09 18:07
Soumya9219-Sep-09 18:07 
AnswerRe: Help: Laptop won't boot Windows 7 Pin
Henry Minute19-Sep-09 20:47
Henry Minute19-Sep-09 20:47 
AnswerRe: Help: Laptop won't boot Windows 7 Pin
Soumya9220-Sep-09 0:59
Soumya9220-Sep-09 0:59 
GeneralRe: Help: Laptop won't boot Windows 7 Pin
Henry Minute20-Sep-09 2:37
Henry Minute20-Sep-09 2:37 
AnswerRe: Help: Laptop won't boot Windows 7 Pin
JessicaD4221-Sep-09 12:48
JessicaD4221-Sep-09 12:48 
QuestionSCSI devices compatibility with my server Pin
Joan M16-Sep-09 3:36
professionalJoan M16-Sep-09 3:36 
AnswerRe: SCSI devices compatibility with my server Pin
Jörgen Andersson16-Sep-09 23:01
professionalJörgen Andersson16-Sep-09 23:01 
QuestionUPS turn on computer Pin
Mekong River15-Sep-09 21:55
Mekong River15-Sep-09 21:55 
AnswerRe: UPS turn on computer Pin
Dave Kreskowiak16-Sep-09 6:13
mveDave Kreskowiak16-Sep-09 6:13 
GeneralRe: UPS turn on computer Pin
Mekong River16-Sep-09 16:53
Mekong River16-Sep-09 16:53 
QuestionI get blue screen on my system Pin
OmiAshish14-Sep-09 17:57
OmiAshish14-Sep-09 17:57 
AnswerRe: I get blue screen on my system Pin
Richard MacCutchan14-Sep-09 21:46
mveRichard MacCutchan14-Sep-09 21:46 
GeneralRe: I get blue screen on my system Pin
Luc Pattyn16-Sep-09 4:11
sitebuilderLuc Pattyn16-Sep-09 4:11 
GeneralRe: I get blue screen on my system Pin
Richard MacCutchan17-Sep-09 4:47
mveRichard MacCutchan17-Sep-09 4:47 
QuestionWinUsb VS6 C++ Compatability Pin
Parker M cCauley10-Sep-09 7:55
Parker M cCauley10-Sep-09 7:55 
AnswerRe: WinUsb VS6 C++ Compatability Pin
bolivar12310-Sep-09 9:03
bolivar12310-Sep-09 9:03 
Some suggestions if you decide to build it all in VS2008.....

The VS2008 CString class has a few quirks that were not there in VC6. The new MFC CString class is a lot more strict about index parameters going into functions like Mid, Left, Right, etc. What I ended up doing is derive my own subclass from CString and implement my own Left, Right, Mid, etc. handlers where my handlers would validate the index parameter(s) before calling the base class CString functions. I also did a little compiler gymnastics in redefining CString to CMyCString so as to not need to change every reference to CString in my project.

As for the for scope problem, there is a compiler switch that overrides the for scope compliance rule. Use the /Zc:forScope- compiler switch to turn off the for scope checking.

Out of curiosity, why are you statically linking MFC in a debug build?
GeneralRe: WinUsb VS6 C++ Compatability Pin
Parker M cCauley10-Sep-09 13:11
Parker M cCauley10-Sep-09 13:11 
QuestionComputer still prompt to set date and time Pin
Mekong River9-Sep-09 17:40
Mekong River9-Sep-09 17:40 
AnswerRe: Computer still prompt to set date and time Pin
Dave Kreskowiak10-Sep-09 4:35
mveDave Kreskowiak10-Sep-09 4:35 
GeneralRe: Computer still prompt to set date and time Pin
Richard MacCutchan10-Sep-09 9:40
mveRichard MacCutchan10-Sep-09 9:40 
GeneralRe: Computer still prompt to set date and time Pin
Dave Kreskowiak10-Sep-09 13:48
mveDave Kreskowiak10-Sep-09 13:48 
GeneralRe: Computer still prompt to set date and time Pin
Mekong River10-Sep-09 17:33
Mekong River10-Sep-09 17:33 
GeneralRe: Computer still prompt to set date and time Pin
Dave Kreskowiak10-Sep-09 18:16
mveDave Kreskowiak10-Sep-09 18:16 
Questionrelated to cd drive Pin
jainiraj9-Sep-09 4:37
jainiraj9-Sep-09 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.