Hi again, What compiler are you using? I am using VC++ Express 2005.
Have you tried building using the makefile? (<obj-dir>/embedding/tests/winEmbed/Makefile) and if so do you still get errors? I also think there was a post sometime earlier with a project file for VC++ 2005 which may be of help: http://groups.google.com/group/mozilla.dev.embedding/browse_thread/thread/454eea957b336805 -Pelle [EMAIL PROTECTED] wrote: > Hi Pelle, > > - It's a good idea to use compiler flag XP_WIN. Thank you! I reduced > the number of errors from 22 to 10. > > xpcomglue.lib(nsXPCOMGlue.obj) : error LNK2001: unresolved external > symbol ___security_cookie > xpcomglue.lib(nsStringAPI.obj) : error LNK2001: unresolved external > symbol ___security_cookie > xpcomglue.lib(nsGREGlue.obj) : error LNK2001: unresolved external > symbol ___security_cookie > xpcomglue.lib(nsGlueLinkingWin.obj) : error LNK2001: unresolved > external symbol ___security_cookie > xpcomglue.lib(nsXPCOMGlue.obj) : error LNK2001: unresolved external > symbol @[EMAIL PROTECTED] > xpcomglue.lib(nsStringAPI.obj) : error LNK2001: unresolved external > symbol @[EMAIL PROTECTED] > xpcomglue.lib(nsGREGlue.obj) : error LNK2001: unresolved external > symbol @[EMAIL PROTECTED] > xpcomglue.lib(nsGlueLinkingWin.obj) : error LNK2001: unresolved > external symbol @[EMAIL PROTECTED] > xpcomglue.lib(nsGREGlue.obj) : error LNK2001: unresolved external > symbol "void * __cdecl operator new[](unsigned int)" ([EMAIL PROTECTED]@Z) > > Release/winembed.exe : fatal error LNK1120: 3 unresolved externals > > - profdirserviceprovidersa_s.lib change nothing. > - Using of /Zc:wchar_t- provokes a compiling errors. > > Do you have any ideas about this security_cookie unresolved external > symbol? > > Best regards, > George _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
