I've got a serial port class that uses ReadFileEx to set up an async read. It passes a delegate for the OnReadComplete method as the callback (final parameter to ReadFileEx). When I run in the debugger, it all works fine... Data is read and the delegate invoked. When I run without the debugger, the delegate never gets called. I do know the port is receiving the data.
Anyone have any ideas on this? -Greg --- G. Pasquariello & Associates, LLC Specializing in .NET and Java Systems Design and Development Phone: 720-201-1563 Email: [EMAIL PROTECTED] Web: http://www.pasq.net You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
