On Wednesday, 3 June 2015 16:40:31 UTC+5:30, Meenakshi Shankar  wrote:
> On Tuesday, 2 June 2015 14:36:48 UTC+5:30, Meenakshi Shankar  wrote:
> > On Tuesday, 2 June 2015 02:17:09 UTC+5:30, Mike Hommey  wrote:
> > > On Mon, Jun 01, 2015 at 12:51:23PM -0700, Meenakshi Shankar wrote:
> > > > On Thursday, 28 May 2015 08:09:55 UTC+5:30, Mike Hommey  wrote:
> > > > > On Wed, May 27, 2015 at 11:38:30AM -0700, Meenakshi Shankar wrote:
> > > > > > Hi,
> > > > > > 
> > > > > > We are using Firefox SDKS for our FF extension. The libs generated
> > > > > > after compiling Firefox 39 beta 1 source (using 
> > > > > > start-shell-msvc2013)
> > > > > > did not contain few libs (xpcomglue.lib,xpcomglue_s.lib,...) in the
> > > > > > "\mozilla-build\mozilla-beta\obj-i686-pc-mingw32\dist\lib" folder,
> > > > > > instead it was found at
> > > > > > "\mozilla-build\mozilla-beta\obj-i686-pc-mingw32\xpcom\glue\standalone".
> > > > > >  
> > > > > > 
> > > > > > Can anyone kindly let us know,
> > > > > > 
> > > > > > 1) If there is any change in FF 39 sdk build binaries
> > > > > 
> > > > > Yes and no. There were changes that make libraries not installed to
> > > > > dist/lib anymore, but those never were the sdk libraries. The sdk
> > > > > libraries are in dist/sdk/lib.
> > > > > 
> > > > > Mike
> > > > 
> > > > Thanks Mike. 
> > > > After linking the xpcomglue_s.lib from the sdk path, below linker 
> > > > errors are seen
> > > > 
> > > > 2>xpcomglue_s.lib(Unified_cpp_xpcom_glue0.obj) : error LNK2001: 
> > > > unresolved external symbol __imp__moz_free
> > > > 2>xpcomglue_s.lib(Unified_cpp_xpcom_glue1.obj) : error LNK2001: 
> > > > unresolved external symbol __imp__moz_free
> > > > 2>xpcomglue_s.lib(Unified_cpp_xpcom_glue2.obj) : error LNK2001: 
> > > > unresolved external symbol __imp__moz_free
> > > 
> > > See bug 1168291.
> > > 
> > > Mike
> > 
> > Thank you Mike.
> 
> Hi Mike,
> 
> The linker errors are fixed and we are able to build our binaries with 
> Firefox 39 beta 1 sdks. But we are not able to receive the 
> nsIDOMEvebtListener::HandleEvent which worked fine with Firefox 38 sdks.
> 
> Kindly let us know if there any changes specific to "nsIDOMEventListener" in 
> Firefox 39.

Hi Mike,

Thanks for the reply. As discussed in Bugzilla :1168291, i was linking our ff 
extns with mozcrt.lib but still we receive the 
"mozglue.dll!jemalloc_crash(...)". On analysis, we observed the crash while 
calling the add resource instance (_AtlBaseModule.AddResourceInstance). Hence 
we would like to understand if there is any changes with respect to loading 
resource protocols in FF 39.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to