Skip to content
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

Open
ektorthebigbro opened this issue Aug 9, 2022 · 4 comments
Open

unresolved external symbol even if i include winsock #207

ektorthebigbro opened this issue Aug 9, 2022 · 4 comments

Comments

@ektorthebigbro
Copy link

image
image
image
image
i have included everything needed but i am getting these errors
image

@playingoDEERUX
Copy link

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.

@ektorthebigbro
Copy link
Author

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

@ektorthebigbro
Copy link
Author

and winsock32.lib also has everything needed for 64 bit
and also the timeapi which these errors have to do with are located in this file here
image

@playingoDEERUX
Copy link

playingoDEERUX commented Aug 10, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants