|
From: Romain B. <rom...@ya...> - 2004-07-22 16:46:22
|
It works fine. Many thanks! Romain > I've done quite a bit of embedding with Python using > mingw32 and not had any difficulties. I have long > since given up the method you are using here, > though, so perhaps that method still has its issues. > Right now I am simply linking directly. In other > words, > > gcc -o some.dll somefile.o > c:\windows\system32\python23.dll > > for example. That works quite well and you do not > have to create an import library or worry about > getting that import library correct. You'd think > that since this technology is available that it > should be possible to write a utility that would > create the import library completely given a DLL > but that doesn't appear to be the case -- or > it exists and I am completely unaware of it. > Hopefully the above helps you, though. > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |