symbol names are not created with stdcall syntax: MINGW, (GCC) 4.3.0 20061021

Ross Ridge rridge@csclub.uwaterloo.ca
Mon Mar 12 17:06:00 GMT 2007


Ross Ridge wrote:
> Any library that needs to be able to be called from VisualBasic 6 or some
> other "stdcall only" environment should explictly declare it's exported
> functions with the stdcall calling convention.

Tobias Burnus writes:
> Thus, if I understood you correctly, you recommend that we add, e.g.,
> pragma support to gfortran with a pragma which adds the
> __attribute__((stdcall)) to the tree?

I have no idea what would be the best way to do it in Fortran, but yes,
something that would add the stdcall attribute.

					Ross Ridge



More information about the Gcc mailing list