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

C / C++ / MFC

 
GeneralRe: what's the point of auto_ptr & unique_ptr? Pin
jschell25-Apr-14 13:09
jschell25-Apr-14 13:09 
AnswerRe: what's the point of auto_ptr & unique_ptr? Pin
CPallini28-Apr-14 3:05
mveCPallini28-Apr-14 3:05 
AnswerRe: what's the point of auto_ptr & unique_ptr? Pin
Stephen Hewitt28-Apr-14 3:51
Stephen Hewitt28-Apr-14 3:51 
QuestionWin c Programming Pin
Nawabpasha23-Apr-14 22:41
Nawabpasha23-Apr-14 22:41 
AnswerRe: Win c Programming Pin
econy28-Apr-14 8:50
econy28-Apr-14 8:50 
GeneralRe: Win c Programming Pin
Nawabpasha28-Apr-14 21:48
Nawabpasha28-Apr-14 21:48 
GeneralRe: Win c Programming Pin
econy29-Apr-14 4:57
econy29-Apr-14 4:57 
AnswerRe: Win c Programming Pin
leon de boer30-Apr-14 4:02
leon de boer30-Apr-14 4:02 
Visual studio 12 will allow you to compile direct to Windows RT on an ARM processor which can be useful.

Personally however I cheat I usually write a UI interface that emulates the the embedded target on the PC or I have an old version of WINE which I have doctored and call Darkside which provides all the basic API interface of windows but runs a very simple concept of a device context and no multitasking.

It sort of weird I often have a linux thread kernel pushing into a faked version of Windows UI .... seems all wrong if you think about it.

The trick with all these techniques it to have a clear idea of interfaces on your embedded project so you can do the emulations. You can't just start random coding and hot and hope planning is everything.
QuestionSetWindowsHookEx Pin
Mohsin Munawar22-Apr-14 23:36
Mohsin Munawar22-Apr-14 23:36 
AnswerRe: SetWindowsHookEx Pin
CPallini22-Apr-14 23:53
mveCPallini22-Apr-14 23:53 
QuestionRe: SetWindowsHookEx Pin
Malli_S23-Apr-14 2:01
Malli_S23-Apr-14 2:01 
AnswerRe: SetWindowsHookEx Pin
Randor 23-Apr-14 10:26
professional Randor 23-Apr-14 10:26 
GeneralRe: SetWindowsHookEx Pin
Mohsin Munawar23-Apr-14 18:36
Mohsin Munawar23-Apr-14 18:36 
GeneralRe: SetWindowsHookEx Pin
Stephen Hewitt28-Apr-14 3:45
Stephen Hewitt28-Apr-14 3:45 
QuestionHow to insert the item in CTreectrl at runtime in Ribbon project Pin
sachanratnesh22-Apr-14 2:36
sachanratnesh22-Apr-14 2:36 
AnswerRe: How to insert the item in CTreectrl at runtime in Ribbon project Pin
PJ Arends22-Apr-14 13:23
professionalPJ Arends22-Apr-14 13:23 
Questionshow small image in every place of screen Pin
A_Salimi22-Apr-14 1:05
A_Salimi22-Apr-14 1:05 
AnswerRe: show small image in every place of screen Pin
PJ Arends22-Apr-14 13:16
professionalPJ Arends22-Apr-14 13:16 
GeneralRe: show small image in every place of screen Pin
A_Salimi22-Apr-14 20:01
A_Salimi22-Apr-14 20:01 
GeneralRe: show small image in every place of screen Pin
leon de boer22-Apr-14 21:13
leon de boer22-Apr-14 21:13 
QuestionUSB port communication Pin
hassan 8821-Apr-14 20:36
hassan 8821-Apr-14 20:36 
AnswerRe: USB port communication Pin
CPallini21-Apr-14 21:50
mveCPallini21-Apr-14 21:50 
AnswerRe: USB port communication Pin
Marco Bertschi22-Apr-14 22:32
protectorMarco Bertschi22-Apr-14 22:32 
Questionwindows socket programming Pin
Member 1075714821-Apr-14 11:10
Member 1075714821-Apr-14 11:10 
AnswerRe: windows socket programming Pin
Jochen Arndt21-Apr-14 21:11
professionalJochen Arndt21-Apr-14 21:11 

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.