Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: fatal error LNK1104: cannot open file Pin
chocm15-Feb-07 18:20
chocm15-Feb-07 18:20 
GeneralRe: fatal error LNK1104: cannot open file Pin
NiceNaidu15-Feb-07 18:27
NiceNaidu15-Feb-07 18:27 
GeneralRe: fatal error LNK1104: cannot open file Pin
David Crow16-Feb-07 3:22
David Crow16-Feb-07 3:22 
Questionatlstr.h Pin
gentleguy15-Feb-07 17:52
gentleguy15-Feb-07 17:52 
AnswerRe: atlstr.h Pin
Try15-Feb-07 18:02
Try15-Feb-07 18:02 
AnswerRe: atlstr.h Pin
Christian Graus15-Feb-07 18:07
protectorChristian Graus15-Feb-07 18:07 
Questionstationary drawing although scrolling Pin
cyn815-Feb-07 17:41
cyn815-Feb-07 17:41 
AnswerRe: stationary drawing although scrolling Pin
PJ Arends16-Feb-07 8:07
professionalPJ Arends16-Feb-07 8:07 
QuestionCPU Usage Pin
Try15-Feb-07 16:27
Try15-Feb-07 16:27 
AnswerRe: CPU Usage Pin
Waldermort15-Feb-07 16:53
Waldermort15-Feb-07 16:53 
GeneralRe: CPU Usage Pin
Try15-Feb-07 17:22
Try15-Feb-07 17:22 
QuestionRe: CPU Usage Pin
David Crow16-Feb-07 3:24
David Crow16-Feb-07 3:24 
AnswerRe: CPU Usage Pin
Try16-Feb-07 22:17
Try16-Feb-07 22:17 
QuestionRe: CPU Usage Pin
David Crow19-Feb-07 3:06
David Crow19-Feb-07 3:06 
AnswerRe: CPU Usage Pin
Hamid_RT16-Feb-07 1:40
Hamid_RT16-Feb-07 1:40 
QuestionHow to Get IRMASiteFullScreen with real sdk? Pin
wotseb15-Feb-07 15:17
wotseb15-Feb-07 15:17 
Question.ABY Files Pin
llWoodland001ll15-Feb-07 14:15
llWoodland001ll15-Feb-07 14:15 
AnswerRe: .ABY Files Pin
David Crow15-Feb-07 15:18
David Crow15-Feb-07 15:18 
AnswerMaybe useful... Pin
Mohammad Rastkar15-Feb-07 15:31
Mohammad Rastkar15-Feb-07 15:31 
GeneralDrawThemeBackground Pin
PJ Arends15-Feb-07 11:26
professionalPJ Arends15-Feb-07 11:26 
GeneralRe: DrawThemeBackground Pin
Tarmo Kalda16-Feb-07 3:12
Tarmo Kalda16-Feb-07 3:12 
GeneralRe: DrawThemeBackground Pin
PJ Arends16-Feb-07 8:06
professionalPJ Arends16-Feb-07 8:06 
Questionanother serial port question Pin
zqueezy15-Feb-07 10:07
zqueezy15-Feb-07 10:07 
so, i've looked in a lot of questions about serial ports, how to establish one and so on... but my question is a little bit more accurate and I can't find an answer:
how do I access a single Pin for my serial port?
I established the connection via createfile and wanted to write to the 4th pin...
that's what I guess. I need to set an integer there...
actually I needed to rewrite the function:
outportb(portAddr, int n)
where n is an int... and portadr is given as adr(Com2)+4, so I guess that's the pin.
when I use writefile as:
(int 3 or 4 should be written)

WriteFile(porthandle, &"3", sizeof(txData), &bytesSent, NULL);
which is obviously wrong Wink | ;) I don't get the right result...
how do i have to use it???
AnswerRe: another serial port question Pin
jeron115-Feb-07 10:24
jeron115-Feb-07 10:24 
GeneralRe: another serial port question Pin
zqueezy15-Feb-07 10:26
zqueezy15-Feb-07 10:26 

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.