enet
enet copied to clipboard
compiling a dll in visual studio
I've followed instructions on website and added ENET_DLL but this is not enough to compile enet into a dll, what else has to be done?
did you include the following libraries when compiling?
ws2_32.lib and winmm.lib t
https://github.com/lsalzman/enet/blob/master/docs/install.dox
Visual Studio got official, first-class support for CMake projects in the meantime.
Once #242 gets merged, building enet shared via VS should be much simpler, without any manual modifications.