Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
Hi,

I am getting following warning when compiling my C++ code to instrument it with Compuware BoundChecker 8.1 in VS2005

1>Compiling...
1>cl : Command line warning D9002 : ignoring unknown option '/NMbcOn'
1>cl : Command line warning D9002 : ignoring unknown option '/NMclver:8.0'
1>IDEProject.cpp
1>Linking...
1>NMLINK : warning LNK4044: unrecognized option '/NMbcOn'; ignored
1>NMLINK : warning LNK4044: unrecognized option '/NMclver:8.0'; ignored

I think, due to above warning, BoundChecker is not reporting runtime errors.

Any help on this on this will be highly appreciated ?

Regards,
Manish Agarwal
Posted
Updated 16-Jan-13 19:20pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900