Click here to Skip to main content
15,902,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:19
professionalGarth J Lancaster24-Mar-09 17:19 
QuestionRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:23
gvanto24-Mar-09 17:23 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:25
professionalGarth J Lancaster24-Mar-09 17:25 
GeneralRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:35
gvanto24-Mar-09 17:35 
GeneralRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:36
gvanto24-Mar-09 17:36 
GeneralRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:43
professionalGarth J Lancaster24-Mar-09 17:43 
QuestionMSVCR90.dll and MFCVC90.dll as part of wiseinstaller installation Pin
Ramchandra.kk24-Mar-09 15:40
Ramchandra.kk24-Mar-09 15:40 
QuestionUsing CViewmemebers , CDocumentmemebers in CWinThread Pin
Piction24-Mar-09 13:06
Piction24-Mar-09 13:06 
Hi ,
I am a beginner but I would like to learn.
I would like to use a new thread to read some data with an USB-module and to print it out in a CViewForm.

Now I have a total working program that can read and print when I click on the start button, but an infinit loop under the startbutton is written to read data until I click on Stop.(the data is real-time printed on the screen in a graph) This ofcourse is not possible because I stay in the loop under the startbutton. I can't click anything.
This logic problem I want to solve with strating a new thread just for collecting data from the USB-module and printing a graph on screen.

Now to use my old program is it possible to make an extra class derivaded from CWinThread and just call or postmessage the CView and CDocument members or functions ? If I could use my CView and CDocument members and functions in the InitInstance I thing I have a solution.

Maybe I am totaly wrong , I am just a beginner

Thanks a lot (sorry for my English)
AnswerRe: Using CViewmemebers , CDocumentmemebers in CWinThread Pin
led mike25-Mar-09 5:16
led mike25-Mar-09 5:16 
QuestionCombination Algorithm Pin
Michael Hildebrand24-Mar-09 10:50
Michael Hildebrand24-Mar-09 10:50 
AnswerRe: Combination Algorithm Pin
led mike24-Mar-09 11:23
led mike24-Mar-09 11:23 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:28
Michael Hildebrand24-Mar-09 11:28 
GeneralRe: Combination Algorithm Pin
Rick York24-Mar-09 11:45
mveRick York24-Mar-09 11:45 
GeneralRe: Combination Algorithm Pin
Rick York24-Mar-09 11:30
mveRick York24-Mar-09 11:30 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:38
Michael Hildebrand24-Mar-09 11:38 
GeneralRe: Combination Algorithm Pin
Rick York24-Mar-09 11:42
mveRick York24-Mar-09 11:42 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:46
Michael Hildebrand24-Mar-09 11:46 
GeneralRe: Combination Algorithm Pin
led mike25-Mar-09 5:14
led mike25-Mar-09 5:14 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:31
Michael Hildebrand24-Mar-09 11:31 
GeneralRe: Combination Algorithm Pin
led mike25-Mar-09 5:20
led mike25-Mar-09 5:20 
AnswerRe: Combination Algorithm Pin
bulg24-Mar-09 11:30
bulg24-Mar-09 11:30 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:36
Michael Hildebrand24-Mar-09 11:36 
AnswerRe: Combination Algorithm Pin
Yusuf24-Mar-09 11:38
Yusuf24-Mar-09 11:38 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:41
Michael Hildebrand24-Mar-09 11:41 
AnswerRe: Combination Algorithm Pin
CPallini24-Mar-09 11:47
mveCPallini24-Mar-09 11:47 

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.