[ENet-discuss] Linker Errors

Martin Sherburn spacedude at konggame.co.uk
Sun May 11 16:05:33 PDT 2008


Pretty much every library I've used requires you to explicitly name the 
library you want to link to (The only exception I can think of is Python 
and boost?). You can do that in MSVC in:

Linker->Input->Additional Dependencies

You'll probably also need to put ws2_32.lib in the list.

Martin.

Hibame wrote:
> I guess thats where I am having a problem then. In every other lib I
> have included before I just added the path where the lib was located
> to the project proprieties and it worked. Is there something extra
> that must be done (besides the includes) to make the compiler link the
> the enet.lib?
>
>   


More information about the ENet-discuss mailing list