summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-12 12:58:11 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-13 08:10:48 +0000
commitf79954ee9f75e90030dca5824bdc8adb66cba5f1 (patch)
treed376e98d277775e554a7bed8a468a3f4e9d956ab
parent0e7aaddd5132230dd0fa0ce187a3941d5a086982 (diff)
Improve documentation on servers.
Mention windeployqt and give hint about registering as administrator. Task-number: QTBUG-48586 Change-Id: I48158cfa4c7b04f28f04468c41abf3d1f0f42e2d Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/activeqt/doc/src/qtaxserver.qdoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/activeqt/doc/src/qtaxserver.qdoc b/src/activeqt/doc/src/qtaxserver.qdoc
index 97ddcf3..4aca87c 100644
--- a/src/activeqt/doc/src/qtaxserver.qdoc
+++ b/src/activeqt/doc/src/qtaxserver.qdoc
@@ -221,10 +221,10 @@
the interface definition, and to register the server. If a dynamic
link library the server links against is not in the path this
might fail (e.g. Visual Studio calls the server using the
- enivronment settings specified in the "Directories" option). Make
- sure that all DLLs required by your server are located in a
- directory that is listed in the path as printed in the error
- message box.
+ environment settings specified in the "Directories" option).
+ Make sure that all DLLs and plugins required by your server are located
+ in a directory that is listed in the path as printed in the error
+ message box (see also \l{The Windows Deployment Tool}).
\section3 "Cannot open file ..."
@@ -234,6 +234,10 @@
manager to kill the process (e.g. when a client doesn't release
the controls properly).
+ \section3 The Control Cannot be Instantiated
+
+ In this case, it may help to register the server as Administrator.
+
\section1 Implementing Controls
To implement a COM object with Qt, create a subclass of QObject