[IronPython] Creating Dynamic Assemblies from IronPython 2.6

Jeff Hardy jdhardy at gmail.com
Tue Mar 24 14:40:44 CET 2009


2009/3/23 Curt Hagenlocher <curt at hagenlocher.org>:
> It's not quite that straightforward with p/Invoke though -- it can be *very*
> convenient to define multiple overloads for the same C function with
> different signatures. Consider the GetPrinter function and the different
> versions of the PRINTER_INFO_x structure it can deal
> with: http://msdn.microsoft.com/en-us/library/dd144911(VS.85).aspx

My eyes! The goggles, they do nothing!

Seo also mentioned printf-style varargs functions, which need a
different signature for each set of arguments. Back to the drawing
board.

- Jeff



More information about the Ironpython-users mailing list