-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unresolved external symbol even if i include winsock #207
Comments
I think you shouldn't have enet.lib and enet64.lib as an additional dependency at the same time, make sure it only differs between x64 and Win32 builds... It may cause conflicts. |
if i remove enet64 it doesnt even recognise any functions if i just remove enet.lib and keep enet64.lib i get the exact same errors as before |
For me, it was fine compiling 32 bit enet.lib only when you select Win32 Project Type, which is how it should be... I'm not too sure but I feel like linking to both enet.lib and enet64.lib simultaneously isn't the way it's intended to be... You seem to have a linker error somewhere! |
i have included everything needed but i am getting these errors
The text was updated successfully, but these errors were encountered: