AccUnit

Unit Testing in VBA - Microsoft Access, Excel, …

Installation

From AccUnit
(Difference between revisions)
Jump to: navigation, search
(Added a hint to fix installation problems with the Visual C++ 2010 Runtime)
Line 1: Line 1:
[[de:Installation]]
[[de:Installation]]
 +
== Prerequisite: SimpleVBUnit ==
-
[[Supported Platforms]]
+
AccUnit builds on SimplyVBUnit, a unit testing library and framework for VB6.
-
[[Prerequisites]]
+
'''''*** IMPORTANT ***'''''
-
Before using AccUnit you have to install SimplyVBUnit 3.0 ([http://sourceforge.net/projects/simplyvbunit/ project page of SimplyVBUnit at sourceforge]).
+
AccUnit ''requires'' version 3 of SimplyVBUnit which is not available anymore on the [http://sourceforge.net/projects/simplyvbunit/ project's site].  
-
You will find the setup file here: ''[http://accunit.access-codelib.net/download/SimplyVBUnitSetup.zip SimplyVBUnitSetup.zip]''.
+
Thus, use this setup file for SimplyVBUnit 3.0: ''[http://accunit.access-codelib.net/download/SimplyVBUnitSetup.zip SimplyVBUnitSetup.zip]''.
-
 
+
-
'''''*** IMPORTANT ***'''''
+
-
As of November 2012, on the SimplyVBUnit's project site, there is the version v4 of SimplyVBUnit available. That version is '''not compatible''' with AccUnit. Thus, make sure to use the link to SimplyVBUnit 3.0 provided above.
+
You may start the download of AccUnit here: [http://accunit.access-codelib.net/download/AccUnitSetup.zip AccUnitSetup.zip]
You may start the download of AccUnit here: [http://accunit.access-codelib.net/download/AccUnitSetup.zip AccUnitSetup.zip]
   
   
-
Start you installation with ''Setup.exe''. The setup attempts to install the Visual C++ 2010 Runtime. If you encounter problems while that part of the setup (typically because there is already a newer version of the C++ Runtime on your machine), start the installation with the msi-file.
+
Start you installation with ''Setup.exe''. The setup attempts to install the Visual C++ 2010 Runtime. If you encounter problems while that part of the setup (typically because there is already a newer version of the C++ Runtime on your machine), start the installation with ''AccUnitSetup.msi''.

Revision as of 05:08, 23 March 2017


Prerequisite: SimpleVBUnit

AccUnit builds on SimplyVBUnit, a unit testing library and framework for VB6.

*** IMPORTANT ***

AccUnit requires version 3 of SimplyVBUnit which is not available anymore on the project's site.

Thus, use this setup file for SimplyVBUnit 3.0: SimplyVBUnitSetup.zip.

You may start the download of AccUnit here: AccUnitSetup.zip

Start you installation with Setup.exe. The setup attempts to install the Visual C++ 2010 Runtime. If you encounter problems while that part of the setup (typically because there is already a newer version of the C++ Runtime on your machine), start the installation with AccUnitSetup.msi.

Personal tools