Which release of xulrunner is for mozilla 37.0.1
i am making add ons for mozilla 37.0.1 and i need xulrunner to build binary component which release of xulrunner is for mozilla 37.0.1
Izabrano rješenje
Such questions aren't really within the scope of this forum and are better asked elsewhere. I don't know if there is anybody here that knows an answer to such questions.
Try to ask advice at the Stack Overflow forum site.
Pročitajte ovaj odgovor sa objašnjenjem 👍 0All Replies (14)
Why are you making addons for Firefox 37.0.1? It is no longer supported and is out of date.
Tyler Downer said
Why are you making addons for Firefox 37.0.1? It is no longer supported and is out of date.
It is our client requirement. So that we need version specific Development any Solution?????
Previous addons is for 3.1 version i need to jump on mozilla 37.0.1 because it is our client requirement
Ramzan55 said
Tyler Downer saidWhy are you making addons for Firefox 37.0.1? It is no longer supported and is out of date.It is our client requirement. So that we need version specific Development any Solution?????
Previous addons is for 3.1 version i need to jump on mozilla 37.0.1 because it is our client requirement
I am a developer and I want to create a single add on for all Mozilla Versions is there any solution for this one. It is my client requirement.
See:
- http://ftp.mozilla.org/pub/xulrunner/releases/
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner
Bug 1187803 - XULRunner no more downloadable from Mozilla from Fx 42
what xulrunner version is release for mozila 37.0.1
If you just search for 37.0.1 you would have found this http://ftp.mozilla.org/pub/xulrunner/releases/37.0.1/runtimes/ on the http://ftp.mozilla.org/pub/xulrunner/releases/ page.
Note the 37.0.1 is old as it came out April 3, 2015 and there has been several releases since.
Is there a reason why the client wants 37.0.1 specifically as there was xulrunner 37.0.2 for example.
The last xulrunner version was 41.0.2 and the current Firefox Release is 43.0.4
Izmjenjeno
I was not able to create header file using pyxpidl. I tried the following comment: C:\xulrunner-sdk\sdk\bin\header.py --cachedir="c:\xulrunner-sdk\idl" -e c:\temp\myHeader.h C:\temp\IMyComponent.idl
and i am getting error see in picture.
Plz help me to generate header file by telling me correct syntax Thanks in advance
i am using python 3.4 version
Odabrano rješenje
Such questions aren't really within the scope of this forum and are better asked elsewhere. I don't know if there is anybody here that knows an answer to such questions.
Try to ask advice at the Stack Overflow forum site.
Thanks Sir
You're welcome.
Sir i am building binary component for add ons for mozilla 37.0.1 using Xulrunner 37.0.1 But i am getting errors of nsIGenericFactory.h can not open and many other errors.
i used the same sample code when i bulid binary component for mozilla 3.6 and its working but the same code is not working while i am building for mozilla 37.0.1.
Can you help,?? Thanks in advance
Please use the resources that cor-el posted links to. https://support.mozilla.org/en-US/kb/where-go-developer-support http://stackoverflow.com/questions/
As he mentioned, your project is beyond the scope of "user support" which is what we do here. You need to pursue further support in a developers fora or use the Mozilla Developer Network website for answers.
Thank you