C++ compiler issue: 3>cl : Command line error D8016: '/clr' and '/arch:SSE2' command-line options are incompatible -


i've been messing around c++ first time, , have been following tutorial on how program simple synth. ive been fine till now, after continuously getting error , failing find solution (yes i've looked here similar posts , none of solutions have worked) can explain error means , how can figure out? thanks!

more information:

i worked until got particular part of tutorial, having no errors completing section.

http://www.martin-finke.de/blog/articles/audio-plugins-011-envelopes/

i disregard drescherjm's suggestion, instead changing project type.

you have set project use .net run-time. (/clr = /commonlanguageruntime). given source archive includes macosx folder , more particularly, cbp file (code::blocks project) doesn't use ms compiler (so therefore, can't built using clr), it's entirely safe not intended c++/clr program, instead intended plain c++ one.

just re-create project , copy existing files new folder, re-add them project , voila!


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -