![]() |
【转帖】dd 1.11 does not compile in debug using vc2003mt libs - memc
dd 1.11 does not compile in debug using vc2003mt libs - memc
dd 1.11 does not compile in debug using vc2003mt libs - memcpy error compiling in debug using the following libs from vc2003mt: \lib\vc2003mt\dd_vc2003mt_alloc.lib \lib\vc2003mt\dd_vc2003mt_db.lib \lib\vc2003mt\dd_vc2003mt_dwfexport.lib \lib\vc2003mt\dd_vc2003mt_dwfimport.lib \lib\vc2003mt\dd_vc2003mt_dwftoolkit.lib \lib\vc2003mt\dd_vc2003mt_ge.lib \lib\vc2003mt\dd_vc2003mt_gi.lib \lib\vc2003mtd\dd_vc2003mt_root.lib \lib\vc2003mtd\dd_vc2003mt_zip.lib \lib\vc2003mtd\dd_vc2003mt_zlib.lib i get the error: ... '\include\debugstuff.h(145) : error c2169: 'memcpy' : intrinsic function, cannot be defined' using the debug version of the libs in vc2003mtd produces the same result. compiling in release works as expected. any thoughts? my current solution is to comment our the memcpy define section but i would like to have a solution where i do not have to do this everytime. regards, ryan using intrinsic functions in debug build does not seem reasonable, are you sure you need them? (fyi: intrinsics are turned on by /oi compiler switch) thanks. i think i will just turn off that compiler option in debug. ryan quote: originally posted by wvk using intrinsic functions in debug build does not seem reasonable, are you sure you need them? (fyi: intrinsics are turned on by /oi compiler switch) |
所有的时间均为北京时间。 现在的时间是 04:44 PM. |