Also for the official release could you make sure that the AFX files are present? Previous releases 1.8+ have all moaned that the RC headers are missing unver VC6. VC7 compiled just fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same problem as all the others:
--------------------Configuration: TestRunner - Win32 Debug--------------------
Compiling resources...
D:\SDK\cppunit-1.9.12\src\msvc6\testrunner\TestRunner.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.
Error executing rc.exe.
No afx files with the resources...
G.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your VC++ installation is broken. This file is part of the MFC, not CppUnit. I found it at the following location on my hard-drive:
c:\wut\prg\vc6\VC98\MFC\Include\AFXRES.H
Baptiste.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All development snapshots have been moved from the web page to sourceforge download page for better visibility and easier access.
If no issue araise, this will be the official 1.9.10 release.
New in CppUnit 1.9.12:
---------------------
* Test Plug-in
- added support contributed support for UNIX systems that
have libdld and not libdl (e.g. hp-ux). Contributed by
Abdessattar Sassi.
* RTTI
- TypeInfoHelper now used gcc c++ abi to demangle typeinfo name thanks to
Neil Ferguson contribution.
* Bug Fix:
- MFC TestRunner: integrated bug fix from Tim Threlkeld for bug
#610191 and #610162. Fixed assertion when minizing dialog
(bug #643612).
- XMLOutputter: Fixed bug #676505: no space inserted between attributes
of XmlElement.
- CppUnit portability: fixed many mistakes relating to compilation
without type info or namespace reported by Philip Craig.
- Missing destructor with no throw specification for
DynamicLibraryManagerException. Bug #619059.
- Fixed missing export for operator <<(TextTestResult). Bug #610119.
- Missing include for typeinfo in TestNamer.h. Bug #662666.
* Compilation
- Fixed compilation issues for Borland C++ 6 and STLPort. Bug #694971,
#699794 and #662666.
- Fixed compilation issues for AIX.
- Fixed compilation issues for Visual C++ .NET 2002.
- Fixed doxygen usage in mingw environment (space not allowed in
doxygen path). Bug #700730.
- Fixed compilation issue for mingw (bug #711583).
Baptiste.
Also for the official release could you make sure that the AFX files are present? Previous releases 1.8+ have all moaned that the RC headers are missing unver VC6. VC7 compiled just fine.
I have no problem compiling 1.9.12 with VC 6. I don't remember having the problem you signal.
Would you mind testing this release with your compiler ?
Baptiste.
Same problem as all the others:
--------------------Configuration: TestRunner - Win32 Debug--------------------
Compiling resources...
D:\SDK\cppunit-1.9.12\src\msvc6\testrunner\TestRunner.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.
Error executing rc.exe.
No afx files with the resources...
G.
Your VC++ installation is broken. This file is part of the MFC, not CppUnit. I found it at the following location on my hard-drive:
c:\wut\prg\vc6\VC98\MFC\Include\AFXRES.H
Baptiste.