Re: [Flightgear-devel] Newbie - MSVC Linking problem

2002-11-30 Thread Frederic Bouvier
You need to add wsock32.lib in your flightgear project

Cheers,

-Fred


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 7:29 PM
Subject: [Flightgear-devel] Newbie - MSVC Linking problem



   I am new to FlightGear and have been trying to build it with MSVC 6.
I have Service Pack 5 installed.  I am able to build all libaries: plib,
SimGear, etc..  I have the projects set for Debug Multithreaded DLL.

   When I try to build FlightGear I receive the following linker errors:

FGfdmSocket.obj : error LNK2001: unresolved external symbol _connect@12
net.lib(netSocket.obj) : error LNK2001: unresolved external symbol
_connect@12
FGfdmSocket.obj : error LNK2001: unresolved external symbol _htons@4

[ lots of WinSock unresolved symbols]



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] Newbie - MSVC Linking problem

2002-11-30 Thread MILLERM596
 Thanks Fred..I'm able to compile..but the file size is alot smaller (around a meg) than the binary distribution. The program starts, but then dies soon after. I'll keep messing with it.

Again thanks for the help,
Michael