Hello Im trying to get Boost (Test library) working with Visual Studio .Net 2003, but Im having trouble getting a simple test compiling. Ive followed the steps in "Getting started" guide and compiled and installed it. What changes do I have to make in VS2003 to get it working? -- Best Regards Kovarththanan Rajaratnam
"Kovarththanan Rajaratnam"
Hello
Im trying to get Boost (Test library) working with Visual Studio .Net 2003, but Im having trouble getting a simple test compiling. Ive followed the steps in "Getting started" guide and compiled and installed it. What changes do I have to make in VS2003 to get it working?
-- Best Regards Kovarththanan Rajaratnam
Could you please be more specific as to what kind of problems you experiencing? I am using Boost.Test under VS2003 without any difficulties. Gennadiy.
Hello
"Gennadiy Rozental"
Could you please be more specific as to what kind of problems you experiencing?
I am using Boost.Test under VS2003 without any difficulties.
Sorry for the lack of information in my initial post. Here's what I've been trying. I can't seem to compile/link this simple test: http://www.boost.org/libs/test/doc/examples/unit_test_example1.html. The buildlog is locateed here: http://www.cs.aau.dk/~krj/boost/BuildLog1.htm Thanks. -- Best Regards Kovarththanan Rajaratnam
"Kovarththanan Rajaratnam"
Hello
"Gennadiy Rozental"
wrote in message news:cltgpk$mdp$1@sea.gmane.org... Could you please be more specific as to what kind of problems you experiencing?
I am using Boost.Test under VS2003 without any difficulties.
Sorry for the lack of information in my initial post. Here's what I've been trying. I can't seem to compile/link this simple test: http://www.boost.org/libs/test/doc/examples/unit_test_example1.html.
The buildlog is locateed here:
Boost.Test unlike other boost libraries by default supplied as offline library. So you will need to link test an example with separately compiled library see http://www.boost.org/libs/test/doc/compilation.html for details how to compile Boost.Test components. HTH, Gennadiy P.S. Be careful to compile both library and you test program with the same version of C runtime library
participants (2)
-
Gennadiy Rozental
-
Kovarththanan Rajaratnam