mas-bandwidth / netcode

Secure client/server connections over UDP
BSD 3-Clause "New" or "Revised" License
2.43k stars 190 forks source link

netcode.io support x32? #87

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, Glenn. I recently found this excellent library by reading an article on your site. I have a question regarding the compilation for x32 bit. Can I compile a project as x32 bit .lib and use it stably? Or is it just x64 bit library? (Windows)

If so, what do I need to change in the code (netcode.io) so as not to run into problems.

Another question: If you use x64 on the server and x32 on the client, are there any consequences?

gafferongames commented 5 years ago

Of course it supports 32bit. Just compile it that way :)