(Unterschied zwischen Versionen)
K |
K |
(Der Versionsvergleich bezieht 6 dazwischenliegende Versionen mit ein.) |
Zeile 1: |
Zeile 1: |
- | __NOTOC__
| + | Diese Seite ist umgezogen. |
- | {{Hierarchy header}}
| + | |
- | === SimplyVBUnit ===
| + | |
- | Damit die AccUnit-Bibliotheken funktionieren, muss [[SimplyVBUnit|SimplyVBUnit 3.0]] installiert sein.
| + | |
- | SimplyVBUnit benötigt außerdem eine registrierte COM-dll TLBINF32.DLL. Falls Visual Studio 6.0 installiert ist, sollte diese Datei bereits vorhanden und registriert sein.
| + | |
| | | |
- | === AccUnit-Unterstützung für Debug-Fenster ===
| + | Siehe dazu |
- | ==== Installation ====
| + | [http://de.accunit.access-codelib.net/Nutzung_ohne_Add-In Nutzung ohne Add-In] |
- | ===== ohne Setup =====
| + | und |
- | %windir%\Microsoft.NET\Framework\v2.0.50727\regasm.exe "%pfad%\AccUnit.Integration.dll" /codebase /tlb:%pfad%\AccUnit.Integration.tlb
| + | [http://de.accunit.access-codelib.net/Manuelle_Installation_des_AddIns Manuelle Installation des Add-Ins] |
- | | + | |
- | ==== Konfiguration der Access-Anwendungen ====
| + | |
- | ===== aktivieren =====
| + | |
- | Eingabe im Direktfenster: <code>CreateObject("AccUnit.Configurator").Init VBE.ActiveVBProject</code>
| + | |
- | | + | |
- | Ergebnis:
| + | |
- | * Verweise auf AccUnit und SimplyVBUnit werden gesetzt
| + | |
- | * Hilfsklasse ''TestSuiteStarter'' und das Modul ''_AccUnitObjects'' werden eingefügt
| + | |
- | | + | |
- | ===== entfernen =====
| + | |
- | Eingabe im Direktfenster: <code>CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject</code>
| + | |
- | | + | |
- | === AccUnit Add-In für den VBA-Editor ===
| + | |
- | ==== Installation ====
| + | |
- | ===== ohne Setup =====
| + | |
- | # UserControl-Shim registrieren ([http://www.microsoft.com/downloads/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84&displaylang=en Microsoft Visual C++ 2010 Redistributable Package] muss installiert sein)
| + | |
- | #: 32-bit-Windows: %windir%\system\regsvr32.exe "%pfad%\VSUserControlHost.dll"
| + | |
- | #: 64-bit-Windows: %windir%\syswow64\regsvr32.exe "%pfad%\VSUserControlHost.dll"
| + | |
- | # Add-In installieren
| + | |
- | #: %windir%\Microsoft.NET\Framework\v2.0.50727\regasm.exe "%pfad%\AccUnit.VBAEditorAddIn.dll" /codebase /tlb:%pfad%\AccUnit.VBAEditorAddIn.tlb
| + | |
- | #: Anm.: Das Add-In aktiviert sich selbstständig für den VBA-Editor bei der Registrierung.
| + | |
- | | + | |
- | {{related links|links=[[AccUnit|AccUnit Startseite]] ♦ [[AccUnit:Datengetriebene_Tests_in_SimplyVBUnit_v3|Funktionsweise von datengetriebenen Tests in SimplyVBUnit v3]]}}
| + | |
Aktuelle Version vom 20:00, 13. Okt. 2013
Diese Seite ist umgezogen.
Siehe dazu
Nutzung ohne Add-In
und
Manuelle Installation des Add-Ins