Click here to Skip to main content
16,015,629 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problems with ST_SplitterWnd and CFrameWnd Pin
Gary R. Wheeler13-Nov-05 2:01
Gary R. Wheeler13-Nov-05 2:01 
GeneralRe: problems with ST_SplitterWnd and CFrameWnd Pin
#937013-Nov-05 4:18
#937013-Nov-05 4:18 
QuestionOPC XML DA Client - Managed C++ Implementation Pin
exetera13-Nov-05 0:38
exetera13-Nov-05 0:38 
QuestionDouble Buffering Pin
Akilez12-Nov-05 22:17
Akilez12-Nov-05 22:17 
AnswerRe: Double Buffering Pin
Jack Puppy13-Nov-05 1:37
Jack Puppy13-Nov-05 1:37 
AnswerRe: Double Buffering Pin
Michael Dunn13-Nov-05 12:31
sitebuilderMichael Dunn13-Nov-05 12:31 
QuestionHow to use _inp and _outp in VC++ Pin
vikas amin12-Nov-05 21:43
vikas amin12-Nov-05 21:43 
AnswerRe: How to use _inp and _outp in VC++ Pin
Gary R. Wheeler13-Nov-05 2:17
Gary R. Wheeler13-Nov-05 2:17 
I am afraid you are out of luck in the Windows world. Input and output instructions are privileged, which means that only device drivers are allowed to use them. The purpose of this is to protect system integrity and to let the operating system arbitrate access to the hardware, which is considered a shared resource.

If you are trying to control a specific piece of hardware, you should contact the manufacturer to see if they provide a Windows driver and interface software that you can use.


Software Zen: delete this;
AnswerRe: How to use _inp and _outp in VC++ Pin
douglasjordan13-Nov-05 15:32
douglasjordan13-Nov-05 15:32 
AnswerRe: How to use _inp and _outp in VC++ Pin
ThatsAlok13-Nov-05 17:32
ThatsAlok13-Nov-05 17:32 
AnswerRe: How to use _inp and _outp in VC++ Pin
normanS13-Nov-05 19:07
normanS13-Nov-05 19:07 
QuestionHow to manage the code in VC++ Pin
vikas amin12-Nov-05 19:12
vikas amin12-Nov-05 19:12 
AnswerRe: How to manage the code in VC++ Pin
Gary R. Wheeler13-Nov-05 2:55
Gary R. Wheeler13-Nov-05 2:55 
AnswerRe: How to manage the code in VC++ Pin
ThatsAlok14-Nov-05 1:21
ThatsAlok14-Nov-05 1:21 
QuestionCGridCellRich scrollbars? Pin
gilbert.ross@gmail.com12-Nov-05 17:45
gilbert.ross@gmail.com12-Nov-05 17:45 
Questionhey guys the directshow..... Pin
abstar12-Nov-05 17:34
abstar12-Nov-05 17:34 
AnswerRe: hey guys the directshow..... Pin
douglasjordan13-Nov-05 11:47
douglasjordan13-Nov-05 11:47 
QuestionWhich Control Would Work Best? Pin
LighthouseJ12-Nov-05 17:33
LighthouseJ12-Nov-05 17:33 
AnswerRe: Which Control Would Work Best? Pin
vikas amin12-Nov-05 19:34
vikas amin12-Nov-05 19:34 
AnswerRe: Which Control Would Work Best? Pin
Michael Dunn13-Nov-05 12:34
sitebuilderMichael Dunn13-Nov-05 12:34 
GeneralRe: Which Control Would Work Best? Pin
LighthouseJ13-Nov-05 16:10
LighthouseJ13-Nov-05 16:10 
Questiondisplay text Pin
kevincwong12-Nov-05 17:29
kevincwong12-Nov-05 17:29 
AnswerRe: display text Pin
Gary R. Wheeler13-Nov-05 2:36
Gary R. Wheeler13-Nov-05 2:36 
GeneralRe: display text Pin
Rajesh R Subramanian13-Nov-05 21:20
professionalRajesh R Subramanian13-Nov-05 21:20 
GeneralRe: display text Pin
kevincwong16-Nov-05 21:34
kevincwong16-Nov-05 21:34 

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.