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

C / C++ / MFC

 
AnswerRe: Message for activating property page in tab control? Pin
David Crow5-Dec-05 6:24
David Crow5-Dec-05 6:24 
GeneralRe: Message for activating property page in tab control? Pin
george ivanov5-Dec-05 21:56
george ivanov5-Dec-05 21:56 
QuestionMEMORY LEAK...... Pin
rajeev825-Dec-05 4:59
rajeev825-Dec-05 4:59 
AnswerRe: MEMORY LEAK...... Pin
Blake Miller5-Dec-05 6:03
Blake Miller5-Dec-05 6:03 
Question.How to connect VC++ with C51 programs Pin
sheshidar5-Dec-05 3:26
sheshidar5-Dec-05 3:26 
AnswerRe: .How to connect VC++ with C51 programs Pin
toxcct5-Dec-05 3:52
toxcct5-Dec-05 3:52 
GeneralRe: .How to connect VC++ with C51 programs Pin
khan++5-Dec-05 4:05
khan++5-Dec-05 4:05 
AnswerRe: .How to connect VC++ with C51 programs Pin
normanS5-Dec-05 18:27
normanS5-Dec-05 18:27 
It all depends where the VC++ program is running and where the C51 program is running.

There must be some physical interface between the processors (for example, the 8051 is on a PCI-bus card in the PC, and the interface is memory mapped, or the 8051 is in an external box which connects to the PC via serial port.) Look at the definition of that interface - that should tell you how to send data to the 8051 and receive data from the 8051.

I suggest you split the problem of sending and receiving data from the problem of entering and displaying data.


Questionng you.How to connect VC++ with C51 programs Pin
sheshidar5-Dec-05 3:25
sheshidar5-Dec-05 3:25 
AnswerRe: ng you.How to connect VC++ with C51 programs Pin
khan++5-Dec-05 3:39
khan++5-Dec-05 3:39 
GeneralRe: ng you.How to connect VC++ with C51 programs Pin
sheshidar23-Dec-05 3:19
sheshidar23-Dec-05 3:19 
GeneralRe: ng you.How to connect VC++ with C51 programs Pin
khan++23-Dec-05 3:51
khan++23-Dec-05 3:51 
QuestionMFC doc/view printing: printing a different document Pin
-Dy5-Dec-05 2:30
-Dy5-Dec-05 2:30 
AnswerRe: MFC doc/view printing: printing a different document Pin
Cool Ju5-Dec-05 21:59
Cool Ju5-Dec-05 21:59 
AnswerRe: MFC doc/view printing: printing a different document (solution) Pin
-Dy5-Dec-05 22:44
-Dy5-Dec-05 22:44 
Question[Message Deleted] Pin
newbie53455-Dec-05 1:13
newbie53455-Dec-05 1:13 
AnswerRe: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." Pin
2249175-Dec-05 1:22
2249175-Dec-05 1:22 
GeneralRe: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." Pin
newbie53455-Dec-05 1:54
newbie53455-Dec-05 1:54 
AnswerRe: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." Pin
Cool Ju5-Dec-05 1:46
Cool Ju5-Dec-05 1:46 
GeneralRe: error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." Pin
newbie53455-Dec-05 1:55
newbie53455-Dec-05 1:55 
AnswerRe: [Message Deleted] Pin
Cedric Moonen5-Dec-05 2:05
Cedric Moonen5-Dec-05 2:05 
GeneralRe: [Message Deleted] Pin
ThatsAlok5-Dec-05 21:20
ThatsAlok5-Dec-05 21:20 
GeneralRe: [Message Deleted] Pin
Cedric Moonen5-Dec-05 21:25
Cedric Moonen5-Dec-05 21:25 
GeneralRe: [Message Deleted] Pin
ThatsAlok5-Dec-05 22:26
ThatsAlok5-Dec-05 22:26 
QuestionCatching messages in a subclass of CFileDialog Pin
mrKlister5-Dec-05 1:05
mrKlister5-Dec-05 1:05 

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.