Re: Problem compiling s_client and s_server

2001-04-30 Thread robert
- Original Message - From: agray [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, April 16, 2001 4:01 PM Subject: Re: Problem compiling s_client and s_server Best bet: You are linking against the incorrect c-runtime - use /MD (multithreaded dll) Menu

Re: Problem compiling s_client and s_server

2001-04-16 Thread Marcus Carey
run the application. Marcus - Original Message - From: "Lutz Jaenicke" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 12:18 PM Subject: Re: Problem compiling s_client and s_server On Mon, Apr 16, 2001 at 10:58:39AM -0700, Marcus Carey wrote: I am trying

Re: Problem compiling s_client and s_server

2001-04-16 Thread agray
Best bet: You are linking against the incorrect c-runtime - use /MD (multithreaded dll) Menu: Project...Settings...c/C++ tabCategory: Code GenerationUse Runtime Library --- Multi-Threaded DLL Didn't you have to build apps.c as well for a standalone s_client.exe? You can also grab the