[ENet-discuss] RE: Linker Errors

Brian Hook hook_l at pyrogon.com
Mon Aug 11 10:52:31 PDT 2003


> It was as simple of a problem as I thought it was. I had to include
> win32.h. I didn't know I had to though. On the installation text,
> it says either include the source files in your project, #include
> <enet.h> or build as a static lib and #include <enet.h>, but it
> doesn't mention anything about including win32.h. 

But you don't need to include win32.h explicitly -- it's included 
automatically by <enet.h> assuming that WIN32 is defined globally.  
Also, looking at win32.h, I'm not sure how that would have helped?

Brian





More information about the ENet-discuss mailing list