On 3/3/09 5:18 PM, Igor Ulyanov wrote: > The problem is in LoadLibraryEx with xul.dll and later xpcom.dll > FormatMessage in cpp file nsgluelinkinwin.cpp wprintf with GetLastError > prints garbage in console (something like ????????). If i add any code
This is probably a problem with DLL dependencies of some sort. You can use the "Profiling" tool in Dependency Walker to view DLL loads (and in particular failed DLLs loads). --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
