I want to use CppUnit with Visual Studio .NET 2003 Professional, Student Edition.
Install.txt:
"Quick Steps to compile & run a sample using the GUI TestRunner: - Open examples/examples.dsw in VC++ (contains all the samples) - Make HostApp? the Active project - Compile"
This works !
"- in VC++, Tools/Customize.../Add-ins and macro files/Browse...".
Well and with the ( german version of )VisualStudio .NET 2003 Professional, I dont know what to do. There is the german main menutray item "Extras" ( english: "tools"), and there are the menu items "Add-In Manager" und "Macros". But this does not help me much, as I cant load or register a DLL there. There is the rumour that I need a .REG file to register such a DLL first, and then it will appear in the "Add-In Manager". As I am a newbie to MSVS, I dont know how to proceed
Thanks in advance.
Rolf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I want to use CppUnit with Visual Studio .NET 2003 Professional, Student Edition.
Install.txt:
"Quick Steps to compile & run a sample using the GUI TestRunner: - Open examples/examples.dsw in VC++ (contains all the samples) - Make HostApp? the Active project - Compile"
This works !
"- in VC++, Tools/Customize.../Add-ins and macro files/Browse...".
Well and with the ( german version of )VisualStudio .NET 2003 Professional, I dont know what to do. There is the german main menutray item "Extras" ( english: "tools"), and there are the menu items "Add-In Manager" und "Macros". But this does not help me much, as I cant load or register a DLL there. There is the rumour that I need a .REG file to register such a DLL first, and then it will appear in the "Add-In Manager". As I am a newbie to MSVS, I dont know how to proceed
Thanks in advance.
Rolf
With cppunit 1.9.11,
the CPPUnit is an external .EXE file, found in the lib directory:
lib\TestPlugiRunnerd.exe
With the **german** version of MS Visual Studio .NET 2003 Professional, it can be added to the IDE by
"Extras / Externe Tools"
and after addition, it appear as "CPPUnit" in the "Extras" menu.
So how should I proceed, for Visual Studio .NET, for using CPPUnit ?