John wrote:
What is the string library that is required for mfcembed? I tried:

I'm narrowing the problem down a bit, the functions that are not resolved are all string functions exported by xpcom.dll. The following shows an example, the first line is the function name mfcembed is trying to resolve, the second line is the name exported by xpcom.dll


?ToNewUnicode@@YAPA_WABVnsAString@@@Z
?ToNewUnicode@@YAPAGABVnsACString@@@Z

I built firebird with VC7 and I am building mfcembed with VC7 as well. I have never seen this problem before, does anyone have any ideas?

I also tried removing string_s.lib, string_obsolete_s.lib and unicharutil_s.lib from the mfcembed build and strangely got the same errors, no more, no less (I was expecting many more).

Thanks
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to