in reply to Re: Re: XS Library Compilation Problems: Linker Error
in thread XS Library Compilation Problems: Linker Error

I think Active Perl 5.8 from ActiveStates was compiled with the non-.NET version of Visual C++ (Visual C++ 6? 7?). Unless you compile your XS with the non-.NET version of Visual C++, it is not going to work properly. 8^(

  • Comment on Re: Re: Re: XS Library Compilation Problems: Linker Error

Replies are listed 'Best First'.
Re: Re: Re: Re: XS Library Compilation Problems: Linker Error
by talwyn (Monk) on Nov 13, 2003 at 23:53 UTC
    Hey Roger, After talking to tachyon I found that at least part of the problem was perl itself. It seems 5.8.0 doesn't work well; 5.6.1 does work better. At least perl doesn't hang anymore. My get filesize routine seems to have some sort of problem with its structure, but AddNumbers works fine. Thought I'd pass the info. --Talwyn