GetProcAddress

In searches I’ve not turned up anything in wxWidgets or wxPython for GetProcAddress. Is there any cross-platform support for this function?

That is a Windows API and so can only be used on MSW. The PyWin32 package provides access to it, and there is an example here: http://wiki.wxpython.org/Transparent_Frames

The ctypes package included with Python provides similar abilities on more platforms than just Windows.

···

On 10/24/12 2:47 PM, Bruce Sherwood wrote:

In searches I've not turned up anything in wxWidgets or wxPython for
GetProcAddress. Is there any cross-platform support for this function?

--
Robin Dunn
Software Craftsman