Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help files in C++ Pin
Paul M Watt26-Mar-02 13:30
mentorPaul M Watt26-Mar-02 13:30 
GeneralRe: help files in C++ Pin
Jeremy Falcon26-Mar-02 16:39
professionalJeremy Falcon26-Mar-02 16:39 
GeneralRe: help files in C++ Pin
lucy28-May-02 5:12
lucy28-May-02 5:12 
QuestionDebug/Release problem? Pin
MarkPQ26-Mar-02 12:19
MarkPQ26-Mar-02 12:19 
AnswerRe: Debug/Release problem? Pin
Tomasz Sowinski26-Mar-02 12:24
Tomasz Sowinski26-Mar-02 12:24 
GeneralRe: Debug/Release problem? Pin
MarkPQ26-Mar-02 12:30
MarkPQ26-Mar-02 12:30 
GeneralRe: Debug/Release problem? Pin
MarkPQ26-Mar-02 13:24
MarkPQ26-Mar-02 13:24 
GeneralRe: Debug/Release problem? Pin
Sayan Mukherjee26-Mar-02 14:00
Sayan Mukherjee26-Mar-02 14:00 
Hi,

Do ensure that all variables (buffers, pointers, structure instances) are
initialised in the correct context(i.e. declaration or first usage).Moreover,
after you read each record from the serial device and populate the list in
your application, try reinitialising the buffers which are used in the reading
(from serial device) and writing(to list) operations.

If the records that you are reading are of varying length then the code should
take care of reading and writing the biggest record; i.e. the read/write
buffers should be able to accommodate any record of any size.

In my opinion, the only way to come out of this 'screwy situation' is to
apply the brute force technique of debugging. You may need to put in calls
to fprintf() or printf() or OutputDebugString() to monitor the steps of the
code in release mode.

Points mentioned above are not solutions to your problem but I sincerely
hope the suggestions help.

With best regards,
Sayan
Email:sayanmukherjee@indiatimes.com

GeneralRe: Debug/Release problem? Pin
MarkPQ26-Mar-02 14:00
MarkPQ26-Mar-02 14:00 
GeneralRe: Debug/Release problem? Pin
Tim Smith26-Mar-02 14:13
Tim Smith26-Mar-02 14:13 
GeneralRe: Debug/Release problem? Pin
Neville Franks31-Mar-02 0:27
Neville Franks31-Mar-02 0:27 
GeneralSearching for L Pin
albean26-Mar-02 12:03
albean26-Mar-02 12:03 
GeneralRe: Searching for L Pin
Tomasz Sowinski26-Mar-02 12:10
Tomasz Sowinski26-Mar-02 12:10 
GeneralRe: Searching for L Pin
Nemanja Trifunovic26-Mar-02 12:19
Nemanja Trifunovic26-Mar-02 12:19 
GeneralRe: Searching for L Pin
Tomasz Sowinski26-Mar-02 12:23
Tomasz Sowinski26-Mar-02 12:23 
GeneralRe: Searching for L Pin
Nemanja Trifunovic26-Mar-02 12:27
Nemanja Trifunovic26-Mar-02 12:27 
GeneralRe: Searching for L Pin
Joaquín M López Muñoz26-Mar-02 21:26
Joaquín M López Muñoz26-Mar-02 21:26 
GeneralRe: Searching for L Pin
Tim Smith27-Mar-02 2:15
Tim Smith27-Mar-02 2:15 
GeneralRe: Searching for L Pin
Joaquín M López Muñoz27-Mar-02 2:15
Joaquín M López Muñoz27-Mar-02 2:15 
QuestionClassWizard...? Pin
alex.barylski26-Mar-02 11:51
alex.barylski26-Mar-02 11:51 
AnswerRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 11:59
Tomasz Sowinski26-Mar-02 11:59 
GeneralRe: ClassWizard...? Pin
alex.barylski26-Mar-02 12:20
alex.barylski26-Mar-02 12:20 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 12:29
Tomasz Sowinski26-Mar-02 12:29 
GeneralRe: ClassWizard...? Pin
alex.barylski26-Mar-02 12:44
alex.barylski26-Mar-02 12:44 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 12:52
Tomasz Sowinski26-Mar-02 12:52 

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.