| | | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
decode.c
decode_flac.c
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_flac.c(88) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_flac.c(95) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_flac.c(104) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_flac.c(110) : warning C4018: '<' : signed/unsigned mismatch
decode_mad.c
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_mad.c(191) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned long', possible loss of data
decode_output.c
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(180) : warning C4267: '=' : conversion from 'size_t' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(253) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(260) : warning C4267: '+=' : conversion from 'size_t' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(284) : warning C4018: '>' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(288) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(309) : warning C4267: '-=' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_output.c(416) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
decode_pcm.c
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_pcm.c(187) : warning C4267: '=' : conversion from 'size_t' to 'Uint32', possible loss of data
decode_portaudio.c
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_portaudio.c(95) : warning C4267: '+=' : conversion from 'size_t' to 'Uint32', possible loss of data
decode_tones.c
decode_vorbis.c
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_vorbis.c(172) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_vorbis.c(185) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\audio\decode\decode_vorbis.c(191) : warning C4267: 'function' : conversion from 'size_t' to 'Uint32', possible loss of data
decode_wma_win.c
fifo.c
jive.c
jive_audio.c
c:\slimdevices\src\squeezeplay\src\ui\jive_audio.c(185) : warning C4244: 'function' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_audio.c(209) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
jive_debug.c
c:\slimdevices\src\squeezeplay\src\jive_debug.c(26) : warning C4311: 'type cast' : pointer truncation from 'lua_State *' to 'unsigned long'
c:\slimdevices\src\squeezeplay\src\jive_debug.c(26) : warning C4312: 'type cast' : conversion from 'unsigned long' to 'char *' of greater size
c:\slimdevices\src\squeezeplay\src\jive_debug.c(86) : warning C4311: 'type cast' : pointer truncation from 'lua_State *' to 'unsigned long'
c:\slimdevices\src\squeezeplay\src\jive_debug.c(86) : warning C4312: 'type cast' : conversion from 'unsigned long' to 'char *' of greater size
c:\slimdevices\src\squeezeplay\src\jive_debug.c(91) : warning C4244: '=' : conversion from '__w64 int' to 'clock_t', possible loss of data
jive_dns.c
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(130) : warning C4133: 'function' : incompatible types - from 'size_t *__w64 ' to 'const char *'
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(131) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(140) : warning C4133: 'function' : incompatible types - from 'size_t *__w64 ' to 'char *'
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(148) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(176) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'long'
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(186) : warning C4133: 'function' : incompatible types - from 'size_t *__w64 ' to 'char *'
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(192) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(278) : warning C4312: 'type cast' : conversion from 'long' to 'void *' of greater size
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(362) : warning C4133: 'function' : incompatible types - from 'size_t *__w64 ' to 'const char *'
c:\slimdevices\src\squeezeplay\src\net\jive_dns.c(363) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
jive_event.c
c:\slimdevices\src\squeezeplay\src\ui\jive_event.c(49) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_event.c(65) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_event.c(66) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
jive_font.c
jive_framework.c
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(304) : warning C4018: '>' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(423) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(715) : warning C4244: 'function' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(715) : warning C4244: 'function' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(715) : warning C4244: 'function' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(729) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(730) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(787) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(802) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(809) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(943) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1002) : warning C4312: 'type cast' : conversion from 'int' to 'void *' of greater size
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1180) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1181) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1239) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1241) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1243) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1245) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1247) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_framework.c(1249) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
jive_group.c
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(136) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(137) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(138) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(139) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(153) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(154) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(283) : warning C4244: '+=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_group.c(284) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
jive_icon.c
jive_label.c
c:\slimdevices\src\squeezeplay\src\ui\jive_label.c(97) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_label.c(169) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_label.c(239) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_label.c(353) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_label.c(440) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_label.c(466) : warning C4018: '<' : signed/unsigned mismatch
Generating Code...
Compiling...
jive_menu.c
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(87) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(108) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(114) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(127) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(128) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(129) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_menu.c(130) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
jive_slider.c
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(129) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(132) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(136) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(143) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(144) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(152) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_slider.c(153) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
jive_style.c
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(323) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(556) : warning C4244: 'initializing' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(568) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(569) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(570) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(571) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(607) : warning C4244: '=' : conversion from 'lua_Number' to 'size_t', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(614) : warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_style.c(635) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
jive_surface.c
jive_textarea.c
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(157) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(163) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(176) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(177) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(178) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(179) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(219) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(297) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(301) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(434) : warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(453) : warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(487) : warning C4098: 'wordwrap' : 'void' function returning a value
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(492) : warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(498) : warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textarea.c(501) : warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data
jive_textinput.c
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(147) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(150) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(168) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(179) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(192) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(197) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(283) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(301) : warning C4018: '<' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(307) : warning C4018: '>' : signed/unsigned mismatch
c:\slimdevices\src\squeezeplay\src\ui\jive_textinput.c(324) : warning C4018: '>' : signed/unsigned mismatch
jive_tile.c
jive_timer.c
c:\slimdevices\src\squeezeplay\src\ui\jive_timer.c(28) : warning C4312: 'type cast' : conversion from 'long' to 'void *' of greater size
c:\slimdevices\src\squeezeplay\src\ui\jive_timer.c(49) : warning C4244: 'function' : conversion from 'lua_Integer' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_timer.c(127) : warning C4244: '=' : conversion from 'lua_Integer' to 'int', possible loss of data
jive_utils.c
c:\slimdevices\src\squeezeplay\src\ui\jive_utils.c(120) : warning C4244: '=' : conversion from 'lua_Integer' to 'Sint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_utils.c(124) : warning C4244: '=' : conversion from 'lua_Integer' to 'Sint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_utils.c(128) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_utils.c(132) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
jive_widget.c
c:\slimdevices\src\squeezeplay\src\ui\jive_widget.c(54) : warning C4244: '=' : conversion from 'lua_Integer' to 'Sint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_widget.c(57) : warning C4244: '=' : conversion from 'lua_Integer' to 'Sint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_widget.c(60) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
c:\slimdevices\src\squeezeplay\src\ui\jive_widget.c(63) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint16', possible loss of data
jive_window.c
c:\slimdevices\src\squeezeplay\src\ui\jive_window.c(204) : warning C4244: 'initializing' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
lua_jiveui.c
mqueue.c
streambuf.c
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(181) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(278) : warning C4267: '-=' : conversion from 'size_t' to 'Sint32', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(359) : warning C4244: 'function' : conversion from 'lua_Integer' to 'u_long', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(361) : warning C4244: 'function' : conversion from 'lua_Integer' to 'u_short', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(484) : warning C4244: 'function' : conversion from 'socket_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(484) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(511) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(602) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\slimdevices\src\squeezeplay\src\audio\streambuf.c(647) : warning C4244: '=' : conversion from 'lua_Integer' to 'Uint32', possible loss of data
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
jive_widget.obj : error LNK2001: unresolved external symbol _SDL_GetTicks
jive_window.obj : error LNK2019: unresolved external symbol _SDL_GetTicks referenced in function _jiveL_window_check_layout
mqueue.obj : error LNK2001: unresolved external symbol _SDL_GetTicks
decode.obj : error LNK2001: unresolved external symbol _SDL_GetTicks
jive_dns.obj : error LNK2001: unresolved external symbol _SDL_GetTicks
jive_event.obj : error LNK2001: unresolved external symbol _SDL_GetTicks
jive_framework.obj : error LNK2001: unresolved external symbol _SDL_GetTicks
jive_framework.obj : error LNK2019: unresolved external symbol _SDL_Delay referenced in function _jiveL_set_update_screen
C:\slimdevices\src\Debug\squeezeplay.exe : fatal error LNK1120: 2 unresolved externals
|