[CF-Devel] Building the Server on Win32
Mark Wedel
mwedel at sonic.net
Fri Aug 30 00:00:35 CDT 2002
Bjoern Becker wrote:
>
Hi.
>
>
I just checked out crossfire and tried to compile the server
>
following the instructions in make_win32. After compiling for
>
some time MVC6 reports unresolved symbols :
My guess is that the build environment isn't compiling the socket/images.c
file. I know nothing about windows development, but if you add that file in
wherever it should be, that might fix it up.
Probably also needed to add the server/weather.c file.
>
------------------------------------------------------------------------
>
xilink6: executing 'C:\PROGRA~1\MICROS~3\VC98\Bin\link.exe'
>
init.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_read_client_images
>
init.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_free_socket_images
>
item.obj : error LNK2001: Nichtaufgeloestes externes Symbol _esrv_send_face
>
request.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_esrv_send_face
>
loop.obj : error LNK2001: Nichtaufgeloestes externes Symbol _SetFaceMode
>
loop.obj : error LNK2001: Nichtaufgeloestes externes Symbol _SendFaceCmd
>
loop.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_send_image_sums
>
loop.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_send_image_info
>
loop.obj : error LNK2001: Nichtaufgeloestes externes Symbol _tick_the_clock
>
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _tick_the_clock
>
request.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_is_valid_faceset
>
init.obj : error LNK2001: Nichtaufgeloestes externes Symbol
>
_set_darkness_map
>
init.obj : error LNK2001: Nichtaufgeloestes externes Symbol _init_weather
>
------------------------------------------------------------------------
>
>
Any hint how to fix this ?
>
>
--
>
Qapla'
>
>
_______________________________________________
>
crossfire-devel mailing list
>
crossfire-devel at lists.real-time.com
>
https://mailman.real-time.com/mailman/listinfo/crossfire-devel
More information about the crossfire
mailing list