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
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