G
Guest
I stumbled upon something which does not make sense "Debug class methods are
not automatically suppressed by the managed c++ compiler when the project is
build in release mode"
Create a a Project (Windiows Forms or Console) in VS2005 using Managed C++
and put a Debug:;Assert(false) or Debug::Writeline("test") in there and then
compile in Debug and release Configurations. The result is the same in both.
Debug class calls are not automatically suppressed in release configuration.
Is there some project setting that i need to set to get this to work? Any
help here is appreciated
thx
ashoo
not automatically suppressed by the managed c++ compiler when the project is
build in release mode"
Create a a Project (Windiows Forms or Console) in VS2005 using Managed C++
and put a Debug:;Assert(false) or Debug::Writeline("test") in there and then
compile in Debug and release Configurations. The result is the same in both.
Debug class calls are not automatically suppressed in release configuration.
Is there some project setting that i need to set to get this to work? Any
help here is appreciated
thx
ashoo