Debug Warning

06/16/2018 02:53 Rhea03#1
Hi Epvpers i got this warning when i debug my databaseserver and worldserver
PHP Code:
libcmtd.lib(crt0init.obj) : warning LNK4098defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library 
Loginserver
PHP Code:
LINK warning LNK4098defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library 
where i can add or find this part

thanks n advance
06/16/2018 08:49 alfredico#2
It's caused by runtime library of your projects and libs /MT and /MD. Some use one runtime and others a different.
06/16/2018 14:24 Rhea03#3
where to fix this?
06/16/2018 14:30 Dr. Peacock#4
Check RightClick ~ Properties
Otherwise search for it to figure out where it is placed ;)