Hello sometimes when i add to my project my static compiler and dynamic compiler show me error's with LIBCMTD.lib and MSVCRTD.lib. Normally this can be solved including in the project the corresponding version you want to use for example i want to use static link libraries so when i create with only this. But sometimes when i select both in the project and select which i want to use show me these error's. Some way to obligate to my project to compile only in static or only dynamic using -MTd for static and -MD for Dynamic?
How will be something like:
CMAKE_XFLAGS_ ... I dont remember well how will be ? Thanks in advance!