Click to See Complete Forum and Search --> : VC++ 6 To VC++ 7 Conversion


peevee12
July 19th, 2004, 06:22 AM
I'm trying to convert my app from VC++ 6 to VC++7 but the error below comes out:

Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible :mad:

How could I convert my app to VC++ 6

Vaderman
July 19th, 2004, 08:43 AM
Switch off your Basic Runtime Checks option in your properties and set it as Default. This can be found under Code Generation.

Regards