Click here to Skip to main content
16,008,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Create XML file from registry ? [modified] Pin
toxcct15-Nov-06 23:19
toxcct15-Nov-06 23:19 
GeneralRe: Create XML file from registry ? Pin
Sceptic Mole15-Nov-06 23:22
Sceptic Mole15-Nov-06 23:22 
GeneralRe: Create XML file from registry ? Pin
toxcct15-Nov-06 23:26
toxcct15-Nov-06 23:26 
GeneralRe: Create XML file from registry ? Pin
Sceptic Mole15-Nov-06 23:44
Sceptic Mole15-Nov-06 23:44 
GeneralRe: Create XML file from registry ? Pin
toxcct15-Nov-06 23:47
toxcct15-Nov-06 23:47 
AnswerRe: Create XML file from registry ? Pin
Christian Graus15-Nov-06 23:26
protectorChristian Graus15-Nov-06 23:26 
QuestioneVC++ SDK application dev Pin
Shailesh Ha15-Nov-06 22:37
Shailesh Ha15-Nov-06 22:37 
AnswerRe: eVC++ SDK application dev Pin
Mike Dimmick16-Nov-06 0:06
Mike Dimmick16-Nov-06 0:06 
It's pretty much the same as developing an SDK-based application for desktop/server Windows. You will often find, however, that various functions were omitted from Windows CE as they are redundant: for example, MoveToEx and LineTo were omitted in favour of PolyLine. This was done to reduce the size of the kernel image.

The C runtime is missing a lot of functions and as such can't really be counted as a standard-compliant C implementation. Again, this was done where there was a more useful Win32 alternative.

On the whole, though, techniques for desktop Windows development are directly applicable to Windows CE/Windows Mobile programming.

Stability. What an interesting concept. -- Chris Maunder

QuestionMDI Childs in Threads Pin
baerten15-Nov-06 22:34
baerten15-Nov-06 22:34 
GeneralRe: MDI Childs in Threads Pin
George L. Jackson16-Nov-06 0:03
George L. Jackson16-Nov-06 0:03 
GeneralRe: MDI Childs in Threads Pin
baerten16-Nov-06 0:57
baerten16-Nov-06 0:57 
QuestionConverting exe to dll Pin
DattaK15-Nov-06 21:53
DattaK15-Nov-06 21:53 
AnswerRe: Converting exe to dll Pin
Cedric Moonen15-Nov-06 22:38
Cedric Moonen15-Nov-06 22:38 
QuestionBinary Tree related question Pin
HondaCBR60015-Nov-06 21:42
HondaCBR60015-Nov-06 21:42 
AnswerRe: Binary Tree related question Pin
David Crow16-Nov-06 3:28
David Crow16-Nov-06 3:28 
Questiondispalying/accessing image data from memory Pin
_tasleem15-Nov-06 21:06
_tasleem15-Nov-06 21:06 
AnswerRe: dispalying/accessing image data from memory Pin
priyeshtinku15-Nov-06 21:52
priyeshtinku15-Nov-06 21:52 
Question3D Bitmaps Pin
Bagaturia david15-Nov-06 20:25
Bagaturia david15-Nov-06 20:25 
AnswerRe: 3D Bitmaps Pin
Christian Graus15-Nov-06 23:03
protectorChristian Graus15-Nov-06 23:03 
AnswerRe: 3D Bitmaps Pin
Maximilien16-Nov-06 2:57
Maximilien16-Nov-06 2:57 
QuestionHow to get the size of the file also the data transferred in bytes Pin
Anamika200515-Nov-06 20:07
Anamika200515-Nov-06 20:07 
AnswerRe: How to get the size of the file also the data transferred in bytes Pin
priyeshtinku15-Nov-06 20:21
priyeshtinku15-Nov-06 20:21 
GeneralRe: How to get the size of the file also the data transferred in bytes Pin
Anamika200515-Nov-06 20:36
Anamika200515-Nov-06 20:36 
AnswerRe: How to get the size of the file also the data transferred in bytes Pin
priyeshtinku15-Nov-06 21:45
priyeshtinku15-Nov-06 21:45 
QuestionWinsock port monitor Pin
Shiva Prasad15-Nov-06 19:42
Shiva Prasad15-Nov-06 19:42 

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.