DL_EXPORT (Extending on Windows question)

Thomas Heller thomas.heller at ion-tof.com
Mon Jan 31 13:59:35 EST 2000


How do I compile my C-extensions so that
the usual 
  DL_EXPORT (void) initmodule (void)
is expanded to
  __declspec (dllexport) void initmodule (void)
?

Cannot figure out the right defines...

Thomas Heller
ION-TOF GmbH





More information about the Python-list mailing list