Page 1 of 1
Errors when building server in Visual Studio
Posted: Wed Nov 23, 2016 2:42 am
by Drinkie
It's been over a year or 2 and since things have no doubt changed since i last had a server i thought i would do everything over from scratch especially since i'm now using a new more powerful PC i did everything and got up to building the servers on Visual Studio however i'm getting lots of errors including ones asking me to save in unicode or a different format if i can get a text file with the errors is it possible for someone to take a look?
Re: Errors when building server in Visual Studio
Posted: Wed Nov 23, 2016 8:25 am
by demolish
Re: Errors when building server in Visual Studio
Posted: Wed Nov 23, 2016 8:41 am
by Drinkie
Ahhh thanks and because it's been a while since i last used Visual Studio am i able to use it to make the listed changes before building?
Edit: I'm also getting errors not listed on that page like "darkstar\src\login\login.cpp(159): warning C4244: '=': conversion from '__int64' to 'long', possible loss of data" and "darkstar\src\login\message_server.cpp(166): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings" i've copied all the errors i've gotten into a .txt file if anyone wants to see the issues
Re: Errors when building server in Visual Studio
Posted: Sat Dec 03, 2016 3:32 am
by TeoTwawki
Warnings are not errors. We should (eventually) do something about them anyway, but they won't prevent a build.
Re: Errors when building server in Visual Studio
Posted: Sat Dec 03, 2016 4:12 am
by Drinkie
Yeah the issue was sorted well the fact that i was asking for help about a mission is proof so this post is no longer needed at least for now although new people might like to look at your response for reassurance that their server has been built