geckofx 


  • library that allows embeding gecko in C# applications. Example Usage: [STAThread] static void Main(string[] args) { Xpcom.Initialize("Firefox"); var... More information
  • library that allows embeding gecko in C# applications. Example Usage: [STAThread] static void Main(string[] args) { Xpcom.Initialize("Firefox"); var... More information
  • library that allows embeding gecko in C# applications. Example Usage: // In MonoDevelop Project Options -> Run -> Configuration -> Default set the following envrionment variables. // set env... More information
  • library that allows embeding gecko in C# applications. Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox // set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so // add... More information
  • library that allows embeding gecko in C# applications. Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox // set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so // add... More information
  • This should only used for building geckofx-45. Do NOT use this package if you just want to include geckofx in your application.
  • This should only used for building geckofx-45. Do NOT use this package if you just want to include geckofx in your application.
  • This should only used for building geckofx-60. Do NOT use this package if you just want to include geckofx in your application.
  • library that allows embeding gecko in C# applications. Depends on Gtk3 ubuntu packages: libgtk-3-0, libgtk3.0-cil Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux32 // set... More information
  • This should only used for building geckofx-60. Do NOT use this package if you just want to include geckofx in your application.
  • library that allows embeding gecko in C# applications. Example Usage: [STAThread] static void Main(string[] args) { Xpcom.Initialize("Firefox64"); var... More information
  • library that allows embeding gecko in C# applications. Depends on Gtk3 ubuntu packages: libgtk-3-0, libgtk3.0-cil Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux64 // set... More information