Click here to Skip to main content
15,889,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDynamic c++ union or memory map Pin
Member 336349818-Apr-08 2:20
Member 336349818-Apr-08 2:20 
QuestionRe: Dynamic c++ union or memory map Pin
David Crow18-Apr-08 2:56
David Crow18-Apr-08 2:56 
GeneralRe: Dynamic c++ union or memory map Pin
Member 336349818-Apr-08 3:09
Member 336349818-Apr-08 3:09 
GeneralRe: Dynamic c++ union or memory map Pin
CPallini18-Apr-08 3:15
mveCPallini18-Apr-08 3:15 
GeneralDifference between XP and XPe Pin
FPeeters18-Apr-08 1:12
FPeeters18-Apr-08 1:12 
GeneralRe: Difference between XP and XPe Pin
Cedric Moonen18-Apr-08 2:40
Cedric Moonen18-Apr-08 2:40 
GeneralRe: Difference between XP and XPe Pin
FPeeters18-Apr-08 2:56
FPeeters18-Apr-08 2:56 
GeneralRe: Difference between XP and XPe Pin
Cedric Moonen18-Apr-08 3:06
Cedric Moonen18-Apr-08 3:06 
I didn't use XP embedded before but I used winCE (but there, the binaries are different so you need to compile your code specifically for winCE).

As far as I remember, you have to specify the port name this way on WinCE:

char portName[] = "\\\\.\\COM6";

If that doesn't work, check also with a colon at the end:

char portName[] = "COM6:";

Cédric Moonen
Software developer

Charting control [v1.4 - Updated]

GeneralRe: Difference between XP and XPe Pin
FPeeters18-Apr-08 3:53
FPeeters18-Apr-08 3:53 
GeneralRe: Difference between XP and XPe Pin
David Crow18-Apr-08 4:51
David Crow18-Apr-08 4:51 
GeneralVisual C++ MFC program not on Windows Pin
Kwanalouie18-Apr-08 1:09
Kwanalouie18-Apr-08 1:09 
GeneralRe: Visual C++ MFC program not on Windows Pin
Iain Clarke, Warrior Programmer18-Apr-08 1:15
Iain Clarke, Warrior Programmer18-Apr-08 1:15 
GeneralRe: Visual C++ MFC program not on Windows Pin
Rajesh R Subramanian18-Apr-08 1:18
professionalRajesh R Subramanian18-Apr-08 1:18 
GeneralRe: Visual C++ MFC program not on Windows Pin
Cedric Moonen18-Apr-08 1:21
Cedric Moonen18-Apr-08 1:21 
QuestionRe: Visual C++ MFC program not on Windows Pin
CPallini18-Apr-08 1:30
mveCPallini18-Apr-08 1:30 
GeneralRe: Visual C++ MFC program not on Windows Pin
ThatsAlok18-Apr-08 3:46
ThatsAlok18-Apr-08 3:46 
GeneralRe: Visual C++ MFC program not on Windows Pin
Hamid_RT18-Apr-08 5:34
Hamid_RT18-Apr-08 5:34 
Question[Message Deleted] Pin
C.P.Rajesh18-Apr-08 0:05
C.P.Rajesh18-Apr-08 0:05 
GeneralRe: operator overloading Pin
CPallini18-Apr-08 0:21
mveCPallini18-Apr-08 0:21 
GeneralRe: operator overloading Pin
ThatsAlok18-Apr-08 3:21
ThatsAlok18-Apr-08 3:21 
GeneralRe: operator overloading Pin
CPallini18-Apr-08 4:15
mveCPallini18-Apr-08 4:15 
GeneralRe: [Message Deleted] Pin
Hamid_RT18-Apr-08 5:34
Hamid_RT18-Apr-08 5:34 
GeneralRe: [Message Deleted] Pin
Moak18-Apr-08 10:46
Moak18-Apr-08 10:46 
GeneralRe: [Message Deleted] Pin
Hamid_RT18-Apr-08 17:10
Hamid_RT18-Apr-08 17:10 
Generalany smarter ways to design this tree structure Pin
George_George17-Apr-08 23:58
George_George17-Apr-08 23:58 

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.