IO Completion Ports - VS C++ 6/VS .NET C++/C#

  • Thread starter Thread starter andy
  • Start date Start date
A

andy

My Winsock app works fine when compiled using VC++ 6
compiler, however I get runtime exceptions under heavy
load if I recompile using Visual Studio .NET, the
exceptions point to "GetProcessHeap()" function. Is there
any such VS .NET C++ known issue?

Also, is it possible to write Winsock IO Completion Ports
in C#? could not find any info on MSDN.

please advise, many thanks,
andy
 
Back
Top