--- In [email protected], "brucexs" <bswit...@...> wrote: > > --- In [email protected], "silvermoonwoman2001" <sherip99@> wrote: > > > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > > > > > > > > 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. > > > > I think an alternative would be to first install this: > > > > <http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en> > > > But then everyone who wanted to use the package might need to do > this....
Yes, probably easiest to use static linking. The binaries will be bigger, but you hopefully you won't have to worry about separate or embedded manifests files.
