Click here to Skip to main content
15,922,145 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Skin Tool for VisualC++ Pin
Cris17-Aug-07 7:26
Cris17-Aug-07 7:26 
QuestionRead Data from another application's Owner Draw Control Pin
vikrant kpr16-Aug-07 9:46
vikrant kpr16-Aug-07 9:46 
AnswerRe: Read Data from another application's Owner Draw Control Pin
Chris Losinger16-Aug-07 10:12
professionalChris Losinger16-Aug-07 10:12 
GeneralRe: Read Data from another application's Owner Draw Control Pin
vikrant kpr2-Sep-07 23:09
vikrant kpr2-Sep-07 23:09 
GeneralRe: Read Data from another application's Owner Draw Control Pin
Chris Losinger3-Sep-07 3:13
professionalChris Losinger3-Sep-07 3:13 
QuestionHelp With Serial Pin
simoncoul16-Aug-07 8:40
simoncoul16-Aug-07 8:40 
AnswerRe: Help With Serial Pin
simoncoul16-Aug-07 9:52
simoncoul16-Aug-07 9:52 
AnswerRe: Help With Serial Pin
John R. Shaw16-Aug-07 15:03
John R. Shaw16-Aug-07 15:03 
Well yes and no. Serial anything, especially low level serial port, can be problematic, but data corruption is highly unusual. I can only tell you what I would do. I would write a small test program (or use the current program - easier) that creates/opens a file during start up and then add code that writes to it every time you receive any data at the lowest level. If there is corruption at that level then you have a major problem, which only the current programmer (you) can solve, usually by writing your own version of that unknown piece of code. If there is no corruption at that level (normal), then you need to start working you way up, adding new code to write to the file, until you see corruption. At that point you can limit the file writing code to what shows good data and bad data. Keep adding file writing code until you have the offending code in sight and then add file writing code to each line of the offending function (if you do not see the problem).

I suspect that you know all that already, but it is the best I can do without the code.

P.S. Remember to delete the temporary file after you have found the problem and post the results (to the author of CSerial or what ever).


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

GeneralRe: Help With Serial Pin
simoncoul17-Aug-07 2:21
simoncoul17-Aug-07 2:21 
QuestionCListBox how to set single selection? Pin
Romiks16-Aug-07 6:59
Romiks16-Aug-07 6:59 
AnswerRe: CListBox how to set single selection? Pin
David Crow16-Aug-07 7:13
David Crow16-Aug-07 7:13 
GeneralRe: CListBox how to set single selection? Pin
led mike16-Aug-07 7:26
led mike16-Aug-07 7:26 
GeneralRe: CListBox how to set single selection? Pin
Romiks16-Aug-07 20:27
Romiks16-Aug-07 20:27 
GeneralRe: CListBox how to set single selection? Pin
David Crow17-Aug-07 2:35
David Crow17-Aug-07 2:35 
GeneralRe: CListBox how to set single selection? Pin
Romiks19-Aug-07 23:57
Romiks19-Aug-07 23:57 
GeneralRe: CListBox how to set single selection? Pin
David Crow20-Aug-07 3:02
David Crow20-Aug-07 3:02 
GeneralRe: CListBox how to set single selection? Pin
Nelek20-Aug-07 19:54
protectorNelek20-Aug-07 19:54 
QuestionRe: CListBox how to set single selection? Pin
David Crow21-Aug-07 2:29
David Crow21-Aug-07 2:29 
GeneralRe: CListBox how to set single selection? Pin
Romiks21-Aug-07 1:06
Romiks21-Aug-07 1:06 
QuestionMFC Version info Pin
Neo Andreson16-Aug-07 6:50
Neo Andreson16-Aug-07 6:50 
AnswerRe: MFC Version info Pin
Maxwell Chen16-Aug-07 7:01
Maxwell Chen16-Aug-07 7:01 
AnswerRe: MFC Version info Pin
David Crow16-Aug-07 7:15
David Crow16-Aug-07 7:15 
GeneralRe: MFC Version info Pin
led mike16-Aug-07 7:25
led mike16-Aug-07 7:25 
QuestionC++ DataGrid Question... Please help Pin
webHamlet16-Aug-07 5:47
webHamlet16-Aug-07 5:47 
AnswerRe: C++ DataGrid Question... Please help Pin
Maxwell Chen16-Aug-07 6:31
Maxwell Chen16-Aug-07 6:31 

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.