Hi,

I am about to write a C extension module. C functions in the module will
take and return numpy arrays. I found a tutorial online, but I am not sure
about the following:

1. Can I compile my extension with Visual Studio 2005? My impression is that
I will have to link with numpy libraries, and, if numpy was compiled with a
different compiler, I might have problems. However, if numpy is a DLL, maybe
there is a way that I can build a LIB file based on the DLL and link with
the LIB file. Does anyone have experience in doing this?

2. I am new to writing python extensions. The tutorial is doing things by
hand. Does anyone know what is the best way to do this? How about SWIG?

Thanks,
Geoffrey
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to