skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

core_socket #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There needs to be another Read method for std::string. Currently the
methods are Read (char**, int) and Read (std::string&), and in main.cpp it
tries to use Read (std::string&, int) which doesn't exist.

Original issue reported on code.google.com by omo...@gmail.com on 21 Sep 2006 at 2:12

GoogleCodeExporter commented 9 years ago
I just added a few lines to check for Windows, if it isn't Windows it'll use 
errno.
I'm not sure if the error code can stay the same (it's 10035 right now).

Original comment by omo...@gmail.com on 21 Sep 2006 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by steven.n...@gmail.com on 20 May 2007 at 9:48