<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div><div><div><blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="border-left-color: rgb(181, 196, 223); border-left-width: 5px; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; font-family: Consolas; font-size: medium; "><blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="border-left-color: rgb(181, 196, 223); border-left-width: 5px; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; "><div>OSX-Firefox: I put it into the /Library/Internet plugins folder and it</div><div>finally appears in my firefox plugin list. When I launch the html page</div><div>the browser recognized the plugin and that it is built in Carbon 32-Bit</div><div>mode. So far it looks allright, however, then the browser crashes.</div></blockquote><div><br></div><div>Is the browser itself a 64bit process? Could that be an issue?</div></blockquote><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">Actually when Firefox discovers that the plugin is 32 Bit it asks the user</div><div style="font-family: Consolas; font-size: medium; ">to restart in 32 Bit mode, which then after the reboot leads to the crash</div><div style="font-family: Consolas; font-size: medium; ">previously described. However, then another idea came across: When I check</div><div style="font-family: Consolas; font-size: medium; ">the plugin binary regarding the required libs with otool -L trivial I get:</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">localhost:MacOS soulalex$ otool -L trivial</div><div style="font-family: Consolas; font-size: medium; ">trivial:</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; "> </span>trivial (compatibility version 0.0.0, current version 0.0.0)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; "> </span>/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon</div><div style="font-family: Consolas; font-size: medium; ">(compatibility version 2.0.0, current version 152.0.0)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">      </span>QtGui.framework/Versions/4/QtGui (compatibility version 4.7.0, current</div><div style="font-family: Consolas; font-size: medium; ">version 4.7.4)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">     </span>QtCore.framework/Versions/4/QtCore (compatibility version 4.7.0, current</div><div style="font-family: Consolas; font-size: medium; ">version 4.7.4)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">   </span>/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version</div><div style="font-family: Consolas; font-size: medium; ">7.9.0)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">   </span>/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version</div><div style="font-family: Consolas; font-size: medium; ">830.0.0)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">  </span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version</div><div style="font-family: Consolas; font-size: medium; ">125.2.11)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">        </span>/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices</div><div style="font-family: Consolas; font-size: medium; ">(compatibility version 1.0.0, current version 44.0.0)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">   </span>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic</div><div style="font-family: Consolas; font-size: medium; ">ationServices (compatibility version 1.0.0, current version 38.0.0)</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">If I compare this to Qt apps I built on MAC the distribution binaries show</div><div style="font-family: Consolas; font-size: medium; ">this:</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">@executable_path/../Frameworks/QtScript.framework/Versions/4/QtScript</div><div style="font-family: Consolas; font-size: medium; ">(compatibility version 4.8.0, current version 4.8.1)</div><div style="font-family: Consolas; font-size: medium; "><span class="Apple-tab-span" style="white-space: pre; ">    </span>@executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore</div><div style="font-family: Consolas; font-size: medium; ">(compatibility version 4.8.0, current version 4.8.1)</div><div style="font-family: Consolas; font-size: medium; ">etc...</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">So -- I actually think that the Qt libs are not discovered ! What I</div><div style="font-family: Consolas; font-size: medium; ">consider doing is this:</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">Creating a Framworks folder in the Contents-directory, copying the</div><div style="font-family: Consolas; font-size: medium; ">required Frameworks into it and changing the path in which the binary</div><div style="font-family: Consolas; font-size: medium; ">looks for.</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">Am I mistaken or should I go for it ? If yes, how can I finally change the</div><div style="font-family: Consolas; font-size: medium; ">search path of the binary ?</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="border-left-color: rgb(181, 196, 223); border-left-width: 5px; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; font-family: Consolas; font-size: medium; "><div><br></div><blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="border-left-color: rgb(181, 196, 223); border-left-width: 5px; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; "><div>Win-Firefox: Here the build generates a dll but I don't know how to</div><div>make firefox recognize it as a plugin.</div></blockquote><div><br></div><div>Just to make sure: did you follow those instructions:</div><div><br></div><div>  </div><div><a href="http://doc.qt.nokia.com/solutions/4/qtbrowserplugin/developingplugins.html">http://doc.qt.nokia.com/solutions/4/qtbrowserplugin/developingplugins.html</a></div><div>#windows-specific-notes</div></blockquote><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">Yes and now I copied it into the plugin folder and finally I can launch</div><div style="font-family: Consolas; font-size: medium; ">it. However, the result is the same as it is on MAC, so I guess this could</div><div style="font-family: Consolas; font-size: medium; ">also be a lib problem.</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">Best</div><div style="font-family: Consolas; font-size: medium; "><br></div><div style="font-family: Consolas; font-size: medium; ">Alex</div><div style="font-family: Consolas; font-size: medium; "><br></div></div></div></div></body></html>