Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. I dont get this compiler setting conflict!

I dont get this compiler setting conflict!

Scheduled Pinned Locked Moved .NET (Core and Framework)
c++dotnetdebugginghelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adonisv
    wrote on last edited by
    #1

    These are my settings in Project, Properties, C++, Command Line. /Od /AI ".\..\Bin" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTCs /MDd /GS /Yu"stdafx.h" /Fp".\Debug/AdoManRs.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /nologo /c /Zi /clr /TP :confused: But I keep gettting the error that /RTC1 and /clr are incompatible. :wtf: cl : Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible I don't see that those two options are being used. I've tried every combination of compiler options but I just get the same error. :doh:

    L 1 Reply Last reply
    0
    • A adonisv

      These are my settings in Project, Properties, C++, Command Line. /Od /AI ".\..\Bin" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTCs /MDd /GS /Yu"stdafx.h" /Fp".\Debug/AdoManRs.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /nologo /c /Zi /clr /TP :confused: But I keep gettting the error that /RTC1 and /clr are incompatible. :wtf: cl : Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible I don't see that those two options are being used. I've tried every combination of compiler options but I just get the same error. :doh:

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      /clr is activate via the "use managed extensions" option in the general page. /RTCx is enabled via C++/Code Generation/Basic Runtime checks. Looking up the Compiler error code will should give a better explaination too. (in this case it doesnt X| ) top secret xacc-ide 0.0.1

      A 1 Reply Last reply
      0
      • L leppie

        /clr is activate via the "use managed extensions" option in the general page. /RTCx is enabled via C++/Code Generation/Basic Runtime checks. Looking up the Compiler error code will should give a better explaination too. (in this case it doesnt X| ) top secret xacc-ide 0.0.1

        A Offline
        A Offline
        adonisv
        wrote on last edited by
        #3

        Thanks that worked! :rolleyes:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups