Hi, I have a legacy code which uses Firefox as embedded browser for the application. I migrated code from gecko 1.9 to gecko 2.0 . There were no issues for win32 platform but for win64 there seems to be an issue. I have build the source code to get gecko SDK for win64.The code gets build properly but is causing problem at run time. Whenever i am using nsCOMPtr objects i get null while using it. e.g nsCOMPtr<nsIPrefBranch> pref= do_GetService(NS_PREFBRANCH_CONTRACTID) pref gets null for Win 64 platform but is coming right for win 32. In gecko 1.9 it used to be fine for win 64 as well. NS_ADDREF , CallQueryInterface all seems to have no effect , returning null.
Please help as to what am i missing . I am new to this so not able to progress. thanks Animesh thanks _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform