简体   繁体   中英

new vs2008 user

I am trying to build a release version of my project. Our prof made us create a static library which i built using debug version.

then i made a release version of that static library using /mt as my c runtime

now in my test application (release version) I use the same runtime option and add that static library and also ignore the libcmd.lib in the ignore settings for the linker.

i resolved most of the problem

this is the last part lnk4075 /edit and continue due to /opt:icf specification compositelib.lib (my staticlib) lnk2001 unresolved external symbol _winmain@16. libcmtd.lib

these are the last two that i can't seem to figure out.

添加libcmt.lib以忽略发行版列表。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM