Q, Has anyone tried a firefox extension DLL written in purebasic?
I know the DLL can be written in any language, but i don't quite understand how to do the structure in purebasic.
Has anyone tried a firefox extension written in purebasic?
-
..::Origin::..
- Enthusiast

- Posts: 125
- Joined: Sat Jun 17, 2006 3:15 pm
Re: Has anyone tried a firefox extension written in purebasi
> Has anyone tried a firefox extension DLL
DLL? Firefox extensions are XPI files, which are just XUL and JavaScripts:
http://roachfiend.com/archives/2004/12/ ... xtensions/
DLL? Firefox extensions are XPI files, which are just XUL and JavaScripts:
http://roachfiend.com/archives/2004/12/ ... xtensions/
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
..::Origin::..
- Enthusiast

- Posts: 125
- Joined: Sat Jun 17, 2006 3:15 pm
Oh, hmm, never knew that. I thought they used DLL's too, apparently not! Well, while doing a search around i found a way to run executables in your XPI, now i guess i can just figure out how to embed the exe into the newly opened firefox, and i have an awesome xpi!
Thanks for that,
*Searchs for an embedment dll*
Thanks for that,
*Searchs for an embedment dll*

