Click here to Skip to main content
15,898,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionglobal touch event with sound using mfc Pin
cedricvictor18-Feb-14 3:09
cedricvictor18-Feb-14 3:09 
AnswerRe: global touch event with sound using mfc Pin
Software_Developer18-Feb-14 3:34
Software_Developer18-Feb-14 3:34 
QuestionMSBuild Project Files Pin
Member 1060570218-Feb-14 1:24
Member 1060570218-Feb-14 1:24 
AnswerRe: MSBuild Project Files Pin
Member 1060570218-Feb-14 2:11
Member 1060570218-Feb-14 2:11 
AnswerRe: MSBuild Project Files Pin
Richard MacCutchan18-Feb-14 2:54
mveRichard MacCutchan18-Feb-14 2:54 
GeneralRe: MSBuild Project Files Pin
Member 1060570218-Feb-14 2:58
Member 1060570218-Feb-14 2:58 
GeneralRe: MSBuild Project Files Pin
Albert Holguin18-Feb-14 16:47
professionalAlbert Holguin18-Feb-14 16:47 
GeneralRe: MSBuild Project Files Pin
Member 1060570219-Feb-14 1:09
Member 1060570219-Feb-14 1:09 
GeneralRe: MSBuild Project Files Pin
Albert Holguin19-Feb-14 3:51
professionalAlbert Holguin19-Feb-14 3:51 
QuestionHow to use DirectShow sample in my application? Pin
Vaclav_17-Feb-14 8:52
Vaclav_17-Feb-14 8:52 
AnswerRe: How to use DirectShow sample in my application? SOLVED? Pin
Vaclav_18-Feb-14 4:50
Vaclav_18-Feb-14 4:50 
QuestionWindows Driver - Mapping Windows API functions to Device Driver function. Pin
trinh.nguyen17-Feb-14 2:30
trinh.nguyen17-Feb-14 2:30 
AnswerRe: Windows Driver - Mapping Windows API functions to Device Driver function. Pin
Nicolas Dorier19-Feb-14 11:55
professionalNicolas Dorier19-Feb-14 11:55 
QuestionTFS on/in the cloud Pin
bkelly1316-Feb-14 15:49
bkelly1316-Feb-14 15:49 
AnswerRe: TFS on/in the cloud Pin
Richard MacCutchan16-Feb-14 22:29
mveRichard MacCutchan16-Feb-14 22:29 
GeneralRe: TFS on/in the cloud Pin
bkelly1317-Feb-14 6:44
bkelly1317-Feb-14 6:44 
Questioni/o registers that control cash drawer Pin
Member 1060107316-Feb-14 10:36
Member 1060107316-Feb-14 10:36 
AnswerRe: i/o registers that control cash drawer Pin
Richard Andrew x6416-Feb-14 11:14
professionalRichard Andrew x6416-Feb-14 11:14 
GeneralRe: i/o registers that control cash drawer Pin
Member 1060107316-Feb-14 11:31
Member 1060107316-Feb-14 11:31 
GeneralRe: i/o registers that control cash drawer Pin
Richard Andrew x6416-Feb-14 11:36
professionalRichard Andrew x6416-Feb-14 11:36 
AnswerRe: i/o registers that control cash drawer Pin
Richard MacCutchan16-Feb-14 22:28
mveRichard MacCutchan16-Feb-14 22:28 
GeneralRe: i/o registers that control cash drawer Pin
Member 1060107319-Feb-14 8:25
Member 1060107319-Feb-14 8:25 
GeneralRe: i/o registers that control cash drawer Pin
enhzflep19-Feb-14 18:17
enhzflep19-Feb-14 18:17 
GeneralRe: i/o registers that control cash drawer Pin
Member 1060107320-Feb-14 9:16
Member 1060107320-Feb-14 9:16 
GeneralRe: i/o registers that control cash drawer Pin
enhzflep20-Feb-14 16:40
enhzflep20-Feb-14 16:40 
I'd wondered if I was going to get a response something like that after seeing mention of XP in the manual you linked to.

In that case, you'll have to communicate with the drawer via a device-driver. They operate in ring0 under XP, and have direct access to the hardware - much like every program did under DOS.

There should be accompanying documentation of the steps required to interface to such a driver from a user-land program. (ring2 in XP).

If there is no driver, you'll need to write one yourself. OMG | :OMG: Which, I'm led to believe isn't necessarily as difficult as it may sound. You can download the WDK from microsoft (not the SDK) and go through some of the examples in it to get a start.

Here's a very brief write-up regarding the different privilege levels in XP: http://www.craigberntson.com/blog/?p=789[^]
And another that explains the concept of privilege levels in general: http://en.wikipedia.org/wiki/Ring_(computer_security)[^]

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.