1
我已經在CPP中使用Gecko/XULRunner v12創建了一個XPCOM DLL(它適用於v12),但是當我用v13或firefox的v14運行它時,我得到以下錯誤:原生dll模塊與此版本的Firefox不兼容
-Native module at path '...\PowerFoxDll.dll' is incompatible with this version of Firefox, has version 12, expected 14
是否有可能XPCOM DLL XULRunner SDK不向後兼容?
有沒有辦法解決它? 我正在尋找一種解決方案,不需要重新編譯每個新版本的代碼。
前段時間我寫過這個:https://adblockplus.org/blog/binary-xpcom-components-are-dead-js-ctypes-is-the-way-to-go – 2012-07-30 19:46:17