I have used OutputDebugString @ many placed in my VC++ code. Its building fine in debug mode. But using the same code with OutputDebugString is making the compilation to fail.
How to avoid this build failure in RELEASE mode even while using "OutputDebugString" in the code. Thanks in advance.