Qt Inject Windows/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alkurz (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Required Files == To inject the expecco test code in your application you need 3 files. All files are in the ''qt client directory'':<br> <code><expecco-i…“) |
Alkurz (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
== QT == |
|||
[https://www.qt.io/download] |
|||
== Required Files == |
== Required Files == |
||
Zeile 6: | Zeile 10: | ||
<code><expecco-installaton-dir>\packages\exept\expecco\plugin\qt\expeccoQtClient\expeccoTestService</code> |
<code><expecco-installaton-dir>\packages\exept\expecco\plugin\qt\expeccoQtClient\expeccoTestService</code> |
||
=== Expecco |
=== Expecco Qt Inject Script === |
||
Batch script to start your application with the expecco test code injected. |
|||
Filename: <br> |
Filename: <br> |
||
<code> |
<code>ets_Inject-template.bat</code> |
||
Location:<br> |
Location: <br> |
||
<code><qt client directory>\ |
<code><qt client directory>expeccoTestService_InjectTool\injectScript\</code> |
||
=== Expecco Qt Inject Program === |
=== Expecco Qt Inject Program === |
||
Program to inject the expecco test code. |
|||
Filename: <br> |
Filename: <br> |
||
<code>etsInject.exe</code> |
<code>etsInject.exe</code> |
||
Zeile 20: | Zeile 30: | ||
<code><qt client directory>expeccoTestService_InjectTool\bin\<CompilerVersion>\<CompilerArchitecture>\</code> |
<code><qt client directory>expeccoTestService_InjectTool\bin\<CompilerVersion>\<CompilerArchitecture>\</code> |
||
=== Expecco |
=== Expecco Test Service Library === |
||
Library with the expecco test code. |
|||
Filename: <br> |
Filename: <br> |
||
<code> |
<code>ExpeccoTestService.dll</code> |
||
Location: |
Location:<br> |
||
<code><qt client directory>\ |
<code><qt client directory>\bin\<CompilerVersion>_<CompilerArchitecture>_Qt<QtVersion>\</code> |
||
== Inject == |
|||
https://www.qt.io/download |
Version vom 21. Juli 2020, 09:43 Uhr
Inhaltsverzeichnis
QT[Bearbeiten]
Required Files[Bearbeiten]
To inject the expecco test code in your application you need 3 files.
All files are in the qt client directory:
<expecco-installaton-dir>\packages\exept\expecco\plugin\qt\expeccoQtClient\expeccoTestService
Expecco Qt Inject Script[Bearbeiten]
Batch script to start your application with the expecco test code injected.
Filename:
ets_Inject-template.bat
Location:
<qt client directory>expeccoTestService_InjectTool\injectScript\
Expecco Qt Inject Program[Bearbeiten]
Program to inject the expecco test code.
Filename:
etsInject.exe
Location:
<qt client directory>expeccoTestService_InjectTool\bin\<CompilerVersion>\<CompilerArchitecture>\
Expecco Test Service Library[Bearbeiten]
Library with the expecco test code.
Filename:
ExpeccoTestService.dll
Location:
<qt client directory>\bin\<CompilerVersion>_<CompilerArchitecture>_Qt<QtVersion>\