Follow up to removing dependency on CPP run time, msvcprt.lib. In my case, I need to remove my dependency on the std string and vector code. If there is anyone who has gone through the process of converting from the "STD" CPP classes to the FF or mozilla codebase, I would offer my eternal appreciation and humble gratitude and whatever else I can think of for any and all tips or quidance you could share
#include <string> #include <vector> ... > ===================================================================== > I have reworked some of this so that I can use the NSPR c calls; > however, I am still looking at what I need to do to remove > the MSVCPRT.lib > _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
