Re: Problem with SWIG under 64-bit arch

2010-10-01 Thread Steffen Mueller
Hi, menth0l wrote: I wrote a small module with C++ for computing similiarity between strings. I compiled it on my 32-bit Windows XP machine using MinGW and SWIG and got a .dll file. It worked like a charm. Now i need to make it work in Windows 2003 x86_64 envinronment. I downloaded 64-bit versi

RE: Problem with SWIG under 64-bit arch

2010-10-01 Thread Jan Dubois
On Fri, 01 Oct 2010, menth0l wrote: > > I wrote a small module with C++ for computing similiarity between > strings. I compiled it on my 32-bit Windows XP machine using MinGW and > SWIG and got a .dll file. It worked like a charm. > > Now i need to make it work in Windows 2003 x86_64 envinronment