Compiling ac on windows
#11
(25 Nov 11, 11:57PM)tempest Wrote:
(25 Nov 11, 10:45PM)Kosta Wrote: ...
Actually, I don't think you'd even have to move any files around. It should already be in bin_win32. One day I (or someone else) could fix the VC++ project so the path and working dir for the debugger actually work.

Already did for my server side stuff. :P But I have encountered some interesting behaviour while debugging ac server.

(25 Nov 11, 11:57PM)tempest Wrote:
(25 Nov 11, 10:45PM)Kosta Wrote: BTW, is the server source code available and open source? I could only find code for ac_client.
It's all the same code, just that (AFAIK) the VS project doesn't provide a build setting for building the dedicated server. You can
a) build in MinGW (the makefile has such a separate entry) or
b) be good with it and launch the client executable with the -d option, thus getting a dedicated server. The difference lies only in the slightly larger size.

You obviously can build a dedicated server in msvcpp. It's just named rather obscure.
Thanks given by:


Messages In This Thread
Compiling ac on windows - by |FOX|elocsitruc - 24 Nov 11, 11:37PM
RE: Compiling ac on windows - by tempest - 25 Nov 11, 12:46AM
RE: Compiling ac on windows - by V-Man - 25 Nov 11, 02:49AM
RE: Compiling ac on windows - by Ronald_Reagan - 25 Nov 11, 08:39AM
RE: Compiling ac on windows - by Frogulis - 25 Nov 11, 09:43AM
RE: Compiling ac on windows - by Vermi - 25 Nov 11, 09:57AM
RE: Compiling ac on windows - by Kosta - 25 Nov 11, 10:45PM
RE: Compiling ac on windows - by tempest - 25 Nov 11, 11:57PM
RE: Compiling ac on windows - by SKB - 26 Nov 11, 02:45AM
RE: Compiling ac on windows - by tempest - 26 Nov 11, 11:51AM
RE: Compiling ac on windows - by SKB - 26 Nov 11, 02:42PM
RE: Compiling ac on windows - by tempest - 26 Nov 11, 04:15PM
RE: Compiling ac on windows - by Kosta - 26 Nov 11, 06:30PM
RE: Compiling ac on windows - by Kosta - 27 Nov 11, 03:22PM