Developing a plugin on Windows
Krosh Ivanov <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <CAL3mgbm1S-NOjGuqPtK2_dUGdX4s29zssFvP6xKwazomaXczPA@mail.gmail.com> |
Hi, I downloaded Gecko SDK for Windows (http://www.mozilla.org/projects/plugins/GeckoPluginSDK-samplesWin32.zip) has some examples of plugin code. I used Code::Blocks and MingW in order to compile it instead of using Visual C++ Express. No problem was taken when I compiled the code, but the plugin built didn't work well. The plugin is detected by Firefox, but its properties and method are not recognized. Is the sample I'm using (GeckoPluginSDK-samplesWin32.zip) supposed to work with Firefox 4 or 5 ? Ivan