When compiling my server I still get 10 warnings on my Worldserver: (i already fixed other 10 warnings on colosseum with another guide)
ItemUpgrade.cpp(1298) : warning C4244: 'argument' : conversion from 'DWORD' to 'WORD', possible loss of data
ItemUpgrade.cpp(1315) : warning C4244: 'argument' : conversion from 'DWORD' to 'WORD', possible loss of data
ItemUpgrade.cpp(1424) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
ItemUpgrade.cpp(1499) : warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
ItemUpgrade.cpp(1500) : warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
ItemUpgrade.cpp(1509) : warning C4244: 'argument' : conversion from 'DWORD' to 'BYTE', possible loss of data
ItemUpgrade.cpp(1623) : warning C4018: '>=' : signed/unsigned mismatch
ItemUpgrade.cpp(1929) : warning C4244: 'argument' : conversion from 'DWORD' to 'WORD', possible loss of data
DPSrvr.cpp(7617) : warning C4018: '<' : signed/unsigned mismatch
d:\lolxdfly v19\source\worldserver\attackarbiter.cpp(985) : warning C4700: local variable 'fFaktorPet' used without having been initialized
the rest rebuilds without Error/Warnings - now does that have sth. to do with my Crystal Report?
if yes can you show me how i fix the Warnings (i have zero c++ skills

)