> > OK, it means that the dynamic linking of c run time library is no good. Can > we link statically -- I will try to find switch? Its likely this same issue > is affected the dll. >
I think it is here: http://msdn.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx Need to make sure it is statically linked (libcmt.lib) for both dll and exe. May need to play around to get right switches for dll compile with static link.
