Hi there, I´m having problems with installing cppunit with vs08. When I open /src/CppUnitLibraries.dsw and when I try to compile, I got the following errors:
1>------ Erstellen gestartet: Projekt: TestPlugInRunner, Konfiguration: Debug Win32 ------
2>------ Erstellen gestartet: Projekt: DSPlugIn, Konfiguration: Debug Unicode Win32 ------
2>Das Manifest wird eingebettet...
1>Updating c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\lib\cppunitd_dll.dll
1>The system cannot find the file specified.
1>Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle zuruckgegeben: "Updating c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\lib\cppunitd_dll.dll"
1>Das Buildprotokoll wurde unter "file://c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\src\msvc6\testpluginrunner\Debug\BuildLog.htm" gespeichert.
1>TestPlugInRunner - 1 Fehler, 0 Warnung(en)
2>.\DebugUnicode\TestRunnerDSPlugInD.dll.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
2>Das Buildprotokoll wurde unter "file://c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\src\msvc6\DSPlugIn\DebugUnicode\BuildLog.htm" gespeichert.
2>DSPlugIn - 1 Fehler, 0 Warnung(en)
3>------ Erstellen gestartet: Projekt: MoneyTest, Konfiguration: Debug Win32 ------
3>Kompilieren...
3>MoneyTest.cpp
3>c:\users\...\documents\visual studio 2008\cppunit-1.12.1\moneytest\moneytest.cpp(1) : fatal error C1083: Datei (vorkompilierte Headerdatei) kann nicht geöffnet werden: "Debug\MoneyTest.pch": No such file or directory
3>Das Buildprotokoll wurde unter "file://c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\MoneyTest\Debug\BuildLog.htm" gespeichert.
3>MoneyTest - 1 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 3, 4 aktuell, 0 übersprungen ==========
P.S. Its the german version. I hope this not confuse you...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, I´m having problems with installing cppunit with vs08. When I open /src/CppUnitLibraries.dsw and when I try to compile, I got the following errors:
1>------ Erstellen gestartet: Projekt: TestPlugInRunner, Konfiguration: Debug Win32 ------
2>------ Erstellen gestartet: Projekt: DSPlugIn, Konfiguration: Debug Unicode Win32 ------
2>Das Manifest wird eingebettet...
1>Updating c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\lib\cppunitd_dll.dll
1>The system cannot find the file specified.
1>Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle zuruckgegeben: "Updating c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\lib\cppunitd_dll.dll"
1>Das Buildprotokoll wurde unter "file://c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\src\msvc6\testpluginrunner\Debug\BuildLog.htm" gespeichert.
1>TestPlugInRunner - 1 Fehler, 0 Warnung(en)
2>.\DebugUnicode\TestRunnerDSPlugInD.dll.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
2>Das Buildprotokoll wurde unter "file://c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\src\msvc6\DSPlugIn\DebugUnicode\BuildLog.htm" gespeichert.
2>DSPlugIn - 1 Fehler, 0 Warnung(en)
3>------ Erstellen gestartet: Projekt: MoneyTest, Konfiguration: Debug Win32 ------
3>Kompilieren...
3>MoneyTest.cpp
3>c:\users\...\documents\visual studio 2008\cppunit-1.12.1\moneytest\moneytest.cpp(1) : fatal error C1083: Datei (vorkompilierte Headerdatei) kann nicht geöffnet werden: "Debug\MoneyTest.pch": No such file or directory
3>Das Buildprotokoll wurde unter "file://c:\Users\...\Documents\Visual Studio 2008\cppunit-1.12.1\MoneyTest\Debug\BuildLog.htm" gespeichert.
3>MoneyTest - 1 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 3, 4 aktuell, 0 übersprungen ==========
P.S. Its the german version. I hope this not confuse you...