bhargava....@gmail.com
unread,Nov 6, 2012, 3:34:17 AM11/6/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Animesh Bhargava
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