I'm running into the same problem as described in a previous bug report (#212833). Does anyone know when there might be some resolution, official or otherwise? I'm fairly new to SourceForge. If there is a way to track bug fixes, could someone show me the way?
I'm using the latest version 1.4.3.
Thanks
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One (unofficial) resolution that I can think of is looking at the Feature Request section, at SimpleTCPStream (I have posted a zip file there). It doesn't use iostreams at all, and iostreams under win32 seem to be a pain in many respects (and the bug report you refer to might indicate some stream-related problems). That is, if your application logic is not too dependent on streams already.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am thinking of incorporating this in the 1.5.1 release...I plan to do a new release by the end of the week. Freddy77 has also joined the project specifically to look into various win32 platform issues.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running into the same problem as described in a previous bug report (#212833). Does anyone know when there might be some resolution, official or otherwise? I'm fairly new to SourceForge. If there is a way to track bug fixes, could someone show me the way?
I'm using the latest version 1.4.3.
Thanks
Dan
One (unofficial) resolution that I can think of is looking at the Feature Request section, at SimpleTCPStream (I have posted a zip file there). It doesn't use iostreams at all, and iostreams under win32 seem to be a pain in many respects (and the bug report you refer to might indicate some stream-related problems). That is, if your application logic is not too dependent on streams already.
I am thinking of incorporating this in the 1.5.1 release...I plan to do a new release by the end of the week. Freddy77 has also joined the project specifically to look into various win32 platform issues.
Someone can post a full fault code ?
I tested version 1.5.1 with VS6 SP4 and it work correctly
freddy77