Click here to Skip to main content
16,006,709 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET component in MFC applicaiton Pin
Jerry Dennany3-Sep-03 14:45
Jerry Dennany3-Sep-03 14:45 
GeneralNumericUpDown Problem Pin
Gomac26-Aug-03 13:55
Gomac26-Aug-03 13:55 
GeneralRe: NumericUpDown Problem Pin
Gomac28-Aug-03 3:12
Gomac28-Aug-03 3:12 
General"The WSE must be installed to enable this feature" Pin
adaoja26-Aug-03 3:44
adaoja26-Aug-03 3:44 
QuestionHow to use tcpTrace? Pin
Anonymous25-Aug-03 8:28
Anonymous25-Aug-03 8:28 
GeneralC#, winforms developer--Program Trading Pin
Patrick Burke25-Aug-03 5:18
Patrick Burke25-Aug-03 5:18 
GeneralEvent Logging from Web Services and WebForms Pin
Danny Rodriguez23-Aug-03 13:17
Danny Rodriguez23-Aug-03 13:17 
QuestionAny win32 I/O experts with thoughts about serial I/O bug? Pin
Another_Kevin22-Aug-03 18:50
Another_Kevin22-Aug-03 18:50 
When debugging a serial app I'm working on, I notice that every so often a call to WriteFile with a handle corresponding to a serial port blocks indefinately...

After hunting this down I added a healthy write interval timeout and now the call returns (without completing the expected output fully), but after calling ClearCommError() I get no errors
returned, but the condition persists..

Representative calls below:

<br />
// 1) Init<br />
hComm = CreateFile(PortText, GENERIC_READ|GENERIC_WRITE,<br />
   0, 0, OPEN_EXISTING, FILE_FLAG_NO_BUFFERING, 0);<br />
<br />
// 2) Setup timeouts (formerly no timeouts)<br />
SetCommTimeouts(hComm, &MyTimeouts);<br />

...
<br />
// For each of the output packets a call like the following <br />
// occurs...<br />
<br />
WriteFile((HANDLE)hComm, Buffer, Size, &BytesWritten,<br />
         (LPOVERLAPPED)NULL);<br />


Now with the write interval timeout, I check BytesWritten with OutputSize (passed in) and can see when the problem occurs (they don't match), but still have no clue as to why...

Any Resonable suggestions would be greatly appreciated. Thanks in advance.

Kevin
GeneralMargin problems with PageSetupDialog Pin
Mark Douglas22-Aug-03 0:08
Mark Douglas22-Aug-03 0:08 
QuestionColor Structure and HSB to RGB? Pin
Gomac21-Aug-03 10:04
Gomac21-Aug-03 10:04 
AnswerRe: Color Structure and HSB to RGB? Pin
J. Dunlap21-Aug-03 10:34
J. Dunlap21-Aug-03 10:34 
GeneralSystem.ArithmeticException Pin
gecko2321-Aug-03 0:03
gecko2321-Aug-03 0:03 
GeneralRe: System.ArithmeticException Pin
J. Dunlap21-Aug-03 9:19
J. Dunlap21-Aug-03 9:19 
QuestionInteract With Desktop - A Windows Service Setting?? Pin
Ozyris20-Aug-03 16:17
Ozyris20-Aug-03 16:17 
GeneralWarning about MS AppUpdater &amp; framework v1.1 Pin
ThePhoenix20-Aug-03 5:40
ThePhoenix20-Aug-03 5:40 
GeneralRe: Warning about MS AppUpdater &amp; framework v1.1 Pin
J. Dunlap20-Aug-03 8:56
J. Dunlap20-Aug-03 8:56 
GeneralPlease help this newbie launch an external .exe Pin
netBEUI19-Aug-03 9:12
netBEUI19-Aug-03 9:12 
GeneralRe: Please help this newbie launch an external .exe Pin
MaxVC29-Aug-03 4:32
MaxVC29-Aug-03 4:32 
GeneralRe: Please help this newbie launch an external .exe Pin
ami-uhle26-Sep-03 23:05
ami-uhle26-Sep-03 23:05 
GeneralMCSD Pin
wute518-Aug-03 13:35
wute518-Aug-03 13:35 
GeneralRe: MCSD Pin
xoph21-Aug-03 0:52
xoph21-Aug-03 0:52 
GeneralNewbie: WebService,DIME, C# into C++ Pin
adaoja18-Aug-03 4:03
adaoja18-Aug-03 4:03 
GeneralInter-process Synchronization Besides Named Mutexes Pin
sirovsky18-Aug-03 2:52
sirovsky18-Aug-03 2:52 
GeneralWebService Test form Pin
heelios17-Aug-03 13:41
heelios17-Aug-03 13:41 
GeneralRe: WebService Test form Pin
adaoja18-Aug-03 9:07
adaoja18-Aug-03 9:07 

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.