Hello there,
i am currently using visual studio 2008, i wish to purify some code i wrote, how do i get purifier to link my code after building it on VS?
any help you can give would greatly be appreciated
many thanks
This is a discussion on purify code within the C++ Programming forums, part of the General Programming Boards category; Hello there, i am currently using visual studio 2008, i wish to purify some code i wrote, how do i ...
Hello there,
i am currently using visual studio 2008, i wish to purify some code i wrote, how do i get purifier to link my code after building it on VS?
any help you can give would greatly be appreciated
many thanks
When you say "purify some code", are you talking about the use of Rational Purify, or a tool like Purify, or something else? Exactly which version of Visual Studio 2008 are you using?
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
hi there,
I am using rational purifyplus,
i am using S" 2008 version 9.0.21022.8,
br
Purify does not "link" your code. You do not need to build your code in any special way whatsoever (though having debug symbols makes the results a lot more useful). Just run Purify and point it at your program.
Code://try //{ if (a) do { f( b); } while(1); else do { f(!b); } while(1); //}