Thread: [Cppunit-devel] CppUnit 1.8.0
Brought to you by:
blep
From: Brett W. <bw...@os...> - 2002-10-17 02:10:40
|
I am investigating the possible use of CppUnit with our software. I have downloaded and extracted CppUnit 1.8.0 My question is is CppUnit available to be used with Visual STudio .NET = or has it been developed to work only with Visual=20 Studio 6.0? When i try to run the example (as outlined in the install-win32.txt = file) it generates this error=20 ------ Build started: Project: DSPlugIn, Configuration: Debug Win32 = ------ Compiling... StdAfx.cpp c:\cppunit-1.8.0\src\msvc6\DSPlugIn\StdAfx.h(21) : fatal error C1083: = Cannot open include file: 'ObjModel\addauto.h': No such file or = directory After doing a search of my hard disk, the unlocatable file did not exist = on my computer Any comments or suggestions would be greatly appreciated Regards, Brett Wilson Software Developer Operational Solutions Management Pty Ltd Phone: +61 2 9438-2777=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This E-Mail transmission contains information which is OSM Proprietary / = Commercial - In - Confidence, is legally privileged,=20 and is intended for the use of the addressee. If you think you have = received this E-Mail in error, or the transmission is=20 incomplete, please immediately advise OSM by telephone or reply E-Mail. |
From: Baptiste L. <gai...@fr...> - 2002-10-17 06:01:18
|
Get CppUnit 1.9.10, it should solve ther problem (dependencies with the add-in was removed). Baptiste. ----- Original Message ----- From: Brett Wilson To: cpp...@li... Sent: Thursday, October 17, 2002 4:14 AM Subject: [Cppunit-devel] CppUnit 1.8.0 I am investigating the possible use of CppUnit with our software. I have downloaded and extracted CppUnit 1.8.0 My question is is CppUnit available to be used with Visual STudio .NET or has it been developed to work only with Visual Studio 6.0? When i try to run the example (as outlined in the install-win32.txt file) it generates this error ------ Build started: Project: DSPlugIn, Configuration: Debug Win32 ------ Compiling... StdAfx.cpp c:\cppunit-1.8.0\src\msvc6\DSPlugIn\StdAfx.h(21) : fatal error C1083: Cannot open include file: 'ObjModel\addauto.h': No such file or directory After doing a search of my hard disk, the unlocatable file did not exist on my computer Any comments or suggestions would be greatly appreciated Regards, Brett Wilson Software Developer Operational Solutions Management Pty Ltd Phone: +61 2 9438-2777 ============================================================================ ============== This E-Mail transmission contains information which is OSM Proprietary / Commercial - In - Confidence, is legally privileged, and is intended for the use of the addressee. If you think you have received this E-Mail in error, or the transmission is incomplete, please immediately advise OSM by telephone or reply E-Mail. |
From: Brett W. <bw...@os...> - 2002-10-22 02:03:57
|
I have downloaded a copy of CppUnit 1.9.10 and when I opened the example = project located in CppUnit-1.9.10\examples, the follong message box is displayed. The project file = 'C:\CppUnit-1.9.10\examples\cppunittest\CppUnitTestPlugin.dsp' has been = corrupted and cannot be opened. I decided to continue and make the HostApp the active project and = rebuilt it. The following error occurred c:\cppunit-1.9.10\src\msvc6\testrunner\DynamicWindow\cdxCDynamicWndEx.cpp= (66) : error C2664: 'cdxCDynamicWndEx::RestoreWindowPosition' : cannot = convert parameter 2 from 'cdxCDynamicWndEx::RestoreFlags' to 'const = CString &' Reason: cannot convert from 'cdxCDynamicWndEx::RestoreFlags' to 'const = CString' No constructor could take the source type, or constructor overload = resolution was ambiguous cdxCDynamicWnd.cpp Proceeded to trying to build the libraries following the building = instructions in the install-win32.txt file. Opened \src\CppUnitTestLibraries and was prompted with this message. Conversion of source control binding for this project could not be = completed because a .opt or .suo file is missing or=20 corrupted. The change source control dialog box will be displayed so = that you can rebind this project to source control. This was for the DSPlugIn project. Selected work disconnected and = continued with instructions and batch built all configurations. 8 projects failed with errors. The following projects all had the cannot convert error TestRunner - Release TestRunner - debug unicode TestRunner- debug TestRunner - release unicode TestPlugInRunner - release TestPluginRunner - debug DSPlugIn debug unicode produced this error Project: error PRJ0019: A tool returned an error code: "duplicating DLL = to lib directory" DSPlugin relase produced this error CppUnit-1.9.10\src\msvc6\DSPlugIn\StdAfx.h(21): 'ObjModel\addauto.h': no = such file or directory Any comments or ideas on how to resolve these problems would be great. Regards, Brett WIlson ----- Original Message -----=20 From: Baptiste Lepilleur=20 To: Brett Wilson ; cpp...@li...=20 Sent: Thursday, October 17, 2002 4:05 PM Subject: Re: [Cppunit-devel] CppUnit 1.8.0 Get CppUnit 1.9.10, it should solve ther problem (dependencies with = the add-in was removed). Baptiste. ----- Original Message ----- From: Brett Wilson To: cpp...@li... Sent: Thursday, October 17, 2002 4:14 AM Subject: [Cppunit-devel] CppUnit 1.8.0 I am investigating the possible use of CppUnit with our software. I have downloaded and extracted CppUnit 1.8.0 My question is is CppUnit available to be used with Visual STudio .NET = or has it been developed to work only with Visual Studio 6.0? When i try to run the example (as outlined in the install-win32.txt = file) it generates this error ------ Build started: Project: DSPlugIn, Configuration: Debug Win32 = ------ Compiling... StdAfx.cpp c:\cppunit-1.8.0\src\msvc6\DSPlugIn\StdAfx.h(21) : fatal error C1083: = Cannot open include file: 'ObjModel\addauto.h': No such file or directory After doing a search of my hard disk, the unlocatable file did not = exist on my computer Any comments or suggestions would be greatly appreciated Regards, Brett Wilson Software Developer Operational Solutions Management Pty Ltd Phone: +61 2 9438-2777 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This E-Mail transmission contains information which is OSM Proprietary = / Commercial - In - Confidence, is legally privileged, and is intended for the use of the addressee. If you think you have = received this E-Mail in error, or the transmission is incomplete, please immediately advise OSM by telephone or reply = E-Mail. |