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