On quarta-feira, 31 de outubro de 2012 10.10.58, alexander golks wrote:
>   ..\qchar.h(311): warning C4561: '__fastcall' incompatible with the '/clr' 
> option: converting to '__stdcall'
> 
> i have searched the list and internet, but didn't find any explanation which
> really says: "yes, this is NO problem. as long...".
> 
> can someone give me some more hints or explanations?
> is it just a problem when calling qt methods from managed code, or will it
> be  save due to the conversion to __stdcall, or is there more to this
> problem?

You simply cannot call those methods that are __fastcall from managed code.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to