Click here to Skip to main content
15,898,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serialization & Reading/Write Multiple Lines :: MFC Pin
valikac10-Apr-02 14:44
valikac10-Apr-02 14:44 
GeneralRe: Serialization & Reading/Write Multiple Lines :: MFC Pin
Ravi Bhavnani10-Apr-02 5:22
professionalRavi Bhavnani10-Apr-02 5:22 
GeneralSave as a database file Pin
Phlegm9-Apr-02 21:39
Phlegm9-Apr-02 21:39 
GeneralRe: Save as a database file Pin
Mazdak10-Apr-02 0:16
Mazdak10-Apr-02 0:16 
GeneralChoose between C runtime library and Win32 API Pin
NicholasCougar9-Apr-02 19:43
NicholasCougar9-Apr-02 19:43 
GeneralRe: Choose between C runtime library and Win32 API Pin
Christian Graus9-Apr-02 22:09
protectorChristian Graus9-Apr-02 22:09 
GeneralRe: Choose between C runtime library and Win32 API Pin
Nish Nishant10-Apr-02 0:59
sitebuilderNish Nishant10-Apr-02 0:59 
GeneralProblem with porting 98 to 2K serial comms Pin
9-Apr-02 18:58
suss9-Apr-02 18:58 
I am testing a program i wrote on a win98 system on a
Win2k O.S. and am having troubles with the serial communications.

When executing the program win2k is crashing in the
'WriteFile' function, which leads me to believe there
is something wrong with the flow control or handshaking.
But why would it all work fine on 98 and not 2K.

Does anyone know of any defaults etc that win2k may be setting
or looking for that 98 does not.

p.s. I have set up my DCB as follows

dcb.DCBlength = sizeof(DCB);
dcb.BaudRate = CBR_9600;
dcb.ByteSize = 8;
dcb.StopBits = ONESTOPBIT;
dcb.fParity = NOPARITY;
dcb.fBinary = TRUE;
dcb.fDtrControl = DTR_CONTROL_DISABLE;
dcb.fRtsControl = RTS_CONTROL_DISABLE;
dcb.fTXContinueOnXoff = FALSE;
dcb.fOutX = FALSE;
dcb.fInX = FALSE;
GeneralRe: Problem with porting 98 to 2K serial comms Pin
Roger Allen10-Apr-02 0:37
Roger Allen10-Apr-02 0:37 
QuestionHow do I keep a ListCtrl visible? Pin
shypht9-Apr-02 17:24
shypht9-Apr-02 17:24 
AnswerRe: How do I keep a ListCtrl visible? Pin
Shog99-Apr-02 18:17
sitebuilderShog99-Apr-02 18:17 
GeneralRe: How do I keep a ListCtrl visible? Pin
shypht9-Apr-02 18:32
shypht9-Apr-02 18:32 
GeneralHrmm, one problem I just noticed Pin
shypht9-Apr-02 18:50
shypht9-Apr-02 18:50 
GeneralChange Toolbar Dialog Size Pin
Matt Newman9-Apr-02 16:46
Matt Newman9-Apr-02 16:46 
GeneralRe: Change Toolbar Dialog Size Pin
Nish Nishant9-Apr-02 17:10
sitebuilderNish Nishant9-Apr-02 17:10 
GeneralRe: Change Toolbar Dialog Size Pin
Matt Newman10-Apr-02 10:54
Matt Newman10-Apr-02 10:54 
QuestionHow can I record all key strokes of any other processes in background? Pin
Cloudway9-Apr-02 16:10
Cloudway9-Apr-02 16:10 
AnswerRe: How can I record all key strokes of any other processes in background? Pin
Cloudway9-Apr-02 17:13
Cloudway9-Apr-02 17:13 
GeneralRe: How can I record all key strokes of any other processes in background? Pin
Alexandru Savescu9-Apr-02 21:53
Alexandru Savescu9-Apr-02 21:53 
GeneralRe: How can I record all key strokes of any other processes in background? Pin
Cloudway9-Apr-02 23:21
Cloudway9-Apr-02 23:21 
QuestionHow to register a environment variable ? Pin
Lizp9-Apr-02 15:43
Lizp9-Apr-02 15:43 
AnswerRe: How to register a environment variable ? Pin
Jeremy Falcon9-Apr-02 16:00
professionalJeremy Falcon9-Apr-02 16:00 
GeneralDll prob - HELP Pin
The_Server9-Apr-02 15:23
The_Server9-Apr-02 15:23 
GeneralRe: Dll prob - HELP Pin
Jeremy Falcon9-Apr-02 16:47
professionalJeremy Falcon9-Apr-02 16:47 
GeneralRe: Dll prob - HELP Pin
vmaltsev10-Apr-02 0:26
vmaltsev10-Apr-02 0:26 

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.