c extension works in Linux but not Windows==>?? ImportError: dynamic module does not define init function (initpeak_load)

Christian Seberino seberino at spawar.navy.mil
Thu Feb 12 17:08:11 EST 2004


Thanks a lot.  

CS


"Martin v. Löwis" <martin at v.loewis.de> wrote in message news:<c0dtr8$d4h$06$1 at news.t-online.com>...
> Christian Seberino wrote:
> 
> > What is wrong with my DLL making skills that causes this problem??
> 
> You did not export the symbol. The easiest way to achieve this is to
> use PyMODINIT_FUNC.
> 
> To improve your DLL making skills, learn about exported symbols,
> import libraries, GetProcAddress, __declspec, and .def files.
> 
> Regards,
> Martin



More information about the Python-list mailing list