What is the string library that is required for mfcembed? I tried:
I found the problem. It's caused by a default setting in VC7 projects, the compiler switch:
/Zc:wchar_t
is added which should not be added. You can change this setting in the Project Properties|C/C++|Language|Treat wchar_t as Built-in Type
This setting must be set to No.
So I have it compiling and linking. The project is now acting the same as if I use the cvs pulled project in the mozilla tree, that is, it crashes during startup when running through the VC7 debugger so you might be hearing from me again. :)
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding
