I get this error after addng a form to one of the sample projects.
Error 1 error D8016: '/clr' and '/MTd' command-line options are incompatible
How can we use forms and the SDK?
Can you provide us more detail info so we can find the problem? Thanks!
David, thanks for the reply. I've resolved he issue,
@polugio were you able to upload the prototype?What kind of app submission you have made?
polugio,
The /clr option isn't compatible with the /MT (multi threaded). Check this page to see the restrictions when using the /clr:http://msdn2.microsoft.com/en-us/library/ffkc918h.aspx
To solve the problem, go to your project properties->C/C++->Code Generation->Runtime Library->Multi-threaded Debug DLL (/MDd)(or Multi-threaded DLL (/MD) for release configuration)
- Chuck
How did you solve the problem? I am new to C++ !!
Regards,
Marty Habicht