Page 2 of 2

Re: Issue with VS2008 and general MFC embed advice

PostPosted: Thu Oct 11, 2012 5:55 pm
by seimur
Hi guys!
Has somebody got lucky to link to cef with /MDd option?
Any help please.

Re: Issue with VS2008 and general MFC embed advice

PostPosted: Fri Oct 12, 2012 9:53 am
by JRub
Hello,

I couldn't link to CEF with /MDd option, though all my other components use that option.
However, I could link to CEF with /MTd option and manage compatibility my other components by adding /NODEFAULTLIB:"libcmtd.lib".
It works well for me.

Re: Issue with VS2008 and general MFC embed advice

PostPosted: Sat Oct 13, 2012 10:30 am
by seimur
JRub wrote:Hello,

I couldn't link to CEF with /MDd option, though all my other components use that option.
However, I could link to CEF with /MTd option and manage compatibility my other components by adding /NODEFAULTLIB:"libcmtd.lib".
It works well for me.


Thank you, I'll check it.