Use Geckofx in a c# 64-bit Windows Forms Apps

偶尔善良 提交于 2019-12-24 14:41:59

问题


In a 64-bit C# window forms app can I use geckofx or there is no such a solution? Thanks


回答1:


You need GeckoFX source code. Build in x64. Then download xulrunner source code from ftp.mozila.org (same version with gecko fx) and build in x64.

An alternative to building GeckoFX from source is to use CorFlags.exe to mark the assemblies as 64bit (by Tom)




回答2:


There is now 64bit geckofx nuget package.

Compiling Firefox from source is no longer necessary.



来源:https://stackoverflow.com/questions/18360906/use-geckofx-in-a-c-sharp-64-bit-windows-forms-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!