Click here to Skip to main content
15,886,026 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
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 
AnswerRe: related to cd drive Pin
Richard MacCutchan9-Sep-09 5:42
mveRichard MacCutchan9-Sep-09 5:42 
Questionwireless router ip address Pin
εїзεїзεїз8-Sep-09 10:16
εїзεїзεїз8-Sep-09 10:16 
AnswerRe: wireless router ip address Pin
Richard MacCutchan8-Sep-09 12:21
mveRichard MacCutchan8-Sep-09 12:21 
GeneralRe: wireless router ip address Pin
εїзεїзεїз8-Sep-09 22:18
εїзεїзεїз8-Sep-09 22:18 
QuestionWhat's a device driver. Pin
_80865-Sep-09 2:56
_80865-Sep-09 2:56 
AnswerRe: What's a device driver. Pin
Luc Pattyn5-Sep-09 3:48
sitebuilderLuc Pattyn5-Sep-09 3:48 
GeneralRe: What's a device driver. Pin
_80865-Sep-09 19:43
_80865-Sep-09 19:43 
GeneralRe: What's a device driver. Pin
Luc Pattyn6-Sep-09 0:43
sitebuilderLuc Pattyn6-Sep-09 0:43 
GeneralRe: What's a device driver. Pin
thecreditcardguy8-Sep-09 23:16
thecreditcardguy8-Sep-09 23:16 

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.