
Originally Posted by
Ketchup
Asking questions you could actually answer yourself just by making the attempt...
Hello thank you for the reply.
Yes i have tested it with VS19 i was able to make the .exe files but there was a lot of warnings.
Code:
Severity Code Description Project File Line Suppression State
Warning C26451 Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). WorldServer D:\Flyff\FlyffSource\Server\Source\_Network\Misc\Include\tickcount.h 53
Warning C28159 Consider using 'IsWindows*' instead of 'GetVersionExA'. Reason: Deprecated. Use VerifyVersionInfo* or IsWindows* macros from VersionHelpers. WorldServer D:\Flyff\FlyffSource\Server\Source\_Network\CmnHdr.h 236
Warning C6011 Dereferencing NULL pointer 'p'. WorldServer D:\Flyff\FlyffSource\Server\Source\_Common\2DRender.h 293
Warning BK4504 file contains too many references; ignoring further references from this source WorldServer C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.27.29110\include\xtree 751
Warning D9002 ignoring unknown option '/ignore:4010' WorldServer D:\Flyff\FlyffSource\Server\Source\WORLDSERVER\cl 1
Warning D9002 ignoring unknown option '/ignore:4010' WorldServer D:\Flyff\FlyffSource\Server\Source\WORLDSERVER\cl 1
Warning D9002 ignoring unknown option '/ignore:4010' WorldServer D:\Flyff\FlyffSource\Server\Source\WORLDSERVER\cl 1
Error BK1520 internal limit exceeded; cannot generate source database file; please consider removing option /FR or /Fr from compiler command line WorldServer D:\Flyff\FlyffSource\Server\Source\WORLDSERVER\BSCMAKE 1
Any guide on how to clean up this errors? :)
Regards,
Jerzkie