Click here to Skip to main content
16,020,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioni want to send and receive using USB Port in VC++ Pin
ppadmaraju21-Aug-06 19:55
ppadmaraju21-Aug-06 19:55 
AnswerRe: i want to send and receive using USB Port in VC++ Pin
Cedric Moonen21-Aug-06 20:25
Cedric Moonen21-Aug-06 20:25 
QuestionProblem with Device Driver Launcher Program Pin
Pratheep Kenny21-Aug-06 19:36
Pratheep Kenny21-Aug-06 19:36 
AnswerRe: Problem with Device Driver Launcher Program Pin
kakan21-Aug-06 19:57
professionalkakan21-Aug-06 19:57 
GeneralRe: Problem with Device Driver Launcher Program Pin
Pratheep Kenny21-Aug-06 20:52
Pratheep Kenny21-Aug-06 20:52 
QuestionRe: Problem with Device Driver Launcher Program Pin
kakan21-Aug-06 22:34
professionalkakan21-Aug-06 22:34 
AnswerRe: Problem with Device Driver Launcher Program [modified] Pin
Pratheep Kenny21-Aug-06 22:47
Pratheep Kenny21-Aug-06 22:47 
GeneralRe: Problem with Device Driver Launcher Program Pin
kakan21-Aug-06 23:46
professionalkakan21-Aug-06 23:46 
I'm a bit on thin ice here, but if your program is a Unicode build, you can try to use the wide version of CreateFile, CreateFileW().
Else, convert the string to ANSI and use CreateFile()

Or, do an ANSI build (by removing the UNICODE define(s)).



Alcohol. The cause of, and the solution to, all of life's problems - Homer Simpson

GeneralRe: Problem with Device Driver Launcher Program Pin
Pratheep Kenny22-Aug-06 20:37
Pratheep Kenny22-Aug-06 20:37 
GeneralRe: Problem with Device Driver Launcher Program Pin
kakan23-Aug-06 3:25
professionalkakan23-Aug-06 3:25 
Questionhelp me pls... [modified] Pin
naddy^pell21-Aug-06 18:29
naddy^pell21-Aug-06 18:29 
AnswerRe: help me pls... Pin
Christian Graus21-Aug-06 18:37
protectorChristian Graus21-Aug-06 18:37 
JokeRe: help me pls... Pin
jk chan21-Aug-06 20:24
jk chan21-Aug-06 20:24 
GeneralRe: help me pls... Pin
Christian Graus21-Aug-06 20:43
protectorChristian Graus21-Aug-06 20:43 
GeneralRe: help me pls... Pin
toxcct21-Aug-06 21:34
toxcct21-Aug-06 21:34 
GeneralRe: help me pls... Pin
naddy^pell21-Aug-06 21:43
naddy^pell21-Aug-06 21:43 
GeneralRe: help me pls... [modified] Pin
toxcct21-Aug-06 21:50
toxcct21-Aug-06 21:50 
GeneralRe: help me pls... Pin
naddy^pell21-Aug-06 21:38
naddy^pell21-Aug-06 21:38 
GeneralRe: help me pls... Pin
Steve S21-Aug-06 22:05
Steve S21-Aug-06 22:05 
GeneralRe: help me pls... Pin
Christian Graus21-Aug-06 22:10
protectorChristian Graus21-Aug-06 22:10 
GeneralRe: help me pls... Pin
Christian Graus21-Aug-06 22:07
protectorChristian Graus21-Aug-06 22:07 
GeneralRe: help me pls... Pin
naddy^pell21-Aug-06 22:22
naddy^pell21-Aug-06 22:22 
GeneralRe: help me pls... Pin
Christian Graus21-Aug-06 22:41
protectorChristian Graus21-Aug-06 22:41 
GeneralRe: help me pls... Pin
Hamid Taebi22-Aug-06 1:15
professionalHamid Taebi22-Aug-06 1:15 
AnswerRe: help me pls... Pin
Hamid Taebi21-Aug-06 20:57
professionalHamid Taebi21-Aug-06 20:57 

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.