new vs2008 user
        Posted  
        
            by user245823
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user245823
        
        
        
        Published on 2010-04-30T17:06:24Z
        Indexed on 
            2010/04/30
            17:27 UTC
        
        
        Read the original article
        Hit count: 269
        
c++
Hello, 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.
© Stack Overflow or respective owner