[Qt-interest] Qt application as browser plugin ?
Francesco Tamagni
lurider at gmail.com
Wed Mar 10 21:11:01 CET 2010
On Wed, Mar 10, 2010 at 8:43 PM, Steven Doerfler <sgd-qt at lugaru.com> wrote:
> But which DLL you get depends on the PATH environment variable, among
> other things. How do you know it's set the same when your DLL is called
> from the browser as it is in depwalker's environment?
Steven is right...
how do you deploy your plugin to make it visible to firefox?
if you put your plugin dll and all dependency dlls in a directory
(e.g. subdir of program files) and set a registry entry to point there
as described in "First install problem" you are quite sure that the
right dlls are the ones loaded.
see :
https://developer.mozilla.org/en/Plugins/The_First_Install_Problem
f.
More information about the Qt-interest-old
mailing list