[fpc-pascal] Re: detecting c's calling convention

2010-10-27 Thread leledumbo
> I don't know what msvc uses by default. It's cdecl as well. The fast call is an option. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/detecting-c-s-calling-convention-tp3238344p3238776.html Sent from the Free Pascal - General mailing list archive at Nabble.

[fpc-pascal] Re: detecting c's calling convention

2010-10-27 Thread leledumbo
> Because the binding I'm going to make will also have to work under Windows, I must know how to detect > what is the calling convention in the Windows compilation side. > In theory it can be stdcall, but how can I make sure of it ? It's open source, just open up the header files. -- View this m