Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ program Pin
namaskaaram13-Apr-05 20:02
namaskaaram13-Apr-05 20:02 
GeneralCHTMLView - displaying from a stream of text Pin
#realJSOP13-Apr-05 7:19
professional#realJSOP13-Apr-05 7:19 
GeneralRe: CHTMLView - displaying from a stream of text Pin
Michael Dunn13-Apr-05 7:26
sitebuilderMichael Dunn13-Apr-05 7:26 
GeneralRe: CHTMLView - displaying from a stream of text Pin
#realJSOP13-Apr-05 9:09
professional#realJSOP13-Apr-05 9:09 
GeneralRe: CHTMLView - displaying from a stream of text Pin
Michael Dunn13-Apr-05 13:00
sitebuilderMichael Dunn13-Apr-05 13:00 
GeneralRe: CHTMLView - displaying from a stream of text Pin
Ravi Bhavnani13-Apr-05 10:30
professionalRavi Bhavnani13-Apr-05 10:30 
GeneralRe: CHTMLView - displaying from a stream of text Pin
#realJSOP14-Apr-05 7:09
professional#realJSOP14-Apr-05 7:09 
QuestionWhat would be the best approach to read the following structured text with C++ Pin
mike9a13-Apr-05 6:16
mike9a13-Apr-05 6:16 
AnswerRe: What would be the best approach to read the following structured text with C++ Pin
toxcct13-Apr-05 20:51
toxcct13-Apr-05 20:51 
QuestionHow can I use the DDK with VC6.0? Pin
zhenyuanwu13-Apr-05 5:16
zhenyuanwu13-Apr-05 5:16 
AnswerRe: How can I use the DDK with VC6.0? Pin
Mike Dimmick13-Apr-05 8:16
Mike Dimmick13-Apr-05 8:16 
GeneralRe: How can I use the DDK with VC6.0? Pin
Alexander M.,14-Apr-05 9:17
Alexander M.,14-Apr-05 9:17 
GeneralRe: How can I use the DDK with VC6.0? Pin
Mike Dimmick14-Apr-05 9:31
Mike Dimmick14-Apr-05 9:31 
GeneralSetting an event on minimize Pin
Tom Wright13-Apr-05 4:22
Tom Wright13-Apr-05 4:22 
GeneralRe: Setting an event on minimize Pin
Tom Wright13-Apr-05 4:49
Tom Wright13-Apr-05 4:49 
GeneralCTreeCtrl NM_CLICK notification. Pin
Maximilien13-Apr-05 4:08
Maximilien13-Apr-05 4:08 
GeneralRe: CTreeCtrl NM_CLICK notification. Pin
Michael Dunn13-Apr-05 7:31
sitebuilderMichael Dunn13-Apr-05 7:31 
GeneralPure Virtual Function Call Pin
abc87613-Apr-05 3:57
abc87613-Apr-05 3:57 
GeneralRe: Pure Virtual Function Call Pin
digwizfox13-Apr-05 6:49
digwizfox13-Apr-05 6:49 
GeneralRe: Pure Virtual Function Call Pin
Anonymous13-Apr-05 6:59
Anonymous13-Apr-05 6:59 
GeneralRe: Pure Virtual Function Call Pin
digwizfox13-Apr-05 10:45
digwizfox13-Apr-05 10:45 
GeneralRe: Pure Virtual Function Call Pin
Mike Dimmick13-Apr-05 8:37
Mike Dimmick13-Apr-05 8:37 
GeneralRe: Pure Virtual Function Call Pin
Anonymous13-Apr-05 8:49
Anonymous13-Apr-05 8:49 
GeneralRe: Pure Virtual Function Call Pin
mark novak14-Apr-05 0:38
mark novak14-Apr-05 0:38 
GeneralService Control Manager types with MFC Pin
sweep12313-Apr-05 3:41
sweep12313-Apr-05 3:41 
I have been trying to use the http://www.beyondlogic.org/porttalk/porttalk.htm[^]">PortTalk device driver to access the parallel ports of my PC.

The sample Console applications works OK, but when I try and use this code in a MFC application I get the following errors:-

c:\ParallelPortTest\ParallelPortTest\pt_ioctl.c(114): error C2065: 'SC_HANDLE' : undeclared identifier
c:\ParallelPortTest\ParallelPortTest\pt_ioctl.c(114): error C2146: syntax error : missing ';' before identifier 'SchSCManager'
c:\ParallelPortTest\ParallelPortTest\pt_ioctl.c(114): error C2065: 'SchSCManager' : undeclared identifier


I have tried many complier options but still get the above errors, any suggestions?

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.