On Sunday 18/02/2018 at 15:20, Eric Covener wrote:
On Sun, Feb 18, 2018 at 8:44 AM, Steffen <[email protected]>
wrote:
The bad one:
-- mod_remoteip.obj : error LNK2019: unresolved external symbol
__imp__ntohs@4 referenced in function _remoteip_input_filter
cmake or dsp?
If you are using the dsp files, my guess is to change the LINK32 lines
to include ws2_32.lib mswsock.lib after kernel32.lib. I don't have an
env to try.
IIUC cmake already does this for all modules. but you can see it
explicitly in some modules' dsp files.
Builds with adding ws2_32.lib
Was using .dsp, it was building with the same .dsp on 14 Jan 2018.
Was building Win32, go now try Win64.