http://qs321.pair.com?node_id=687112


in reply to Calling C-Code from Perl

Let's guess:

You have Activestate Perl 5.8.x installed on a Win-XP system and you try to do Inline C-stuff, but Inline C's build system now finds Visual Studio 2008 (cl) as your primary compiler.

I'm not sure this will work, mainly because your Activeperl is compiled most probably w/Visual Studio 98 (msvc 6) and can't load modules compiled w/<insert your compiler>.

(Just guessing)

Regards

mwa

Replies are listed 'Best First'.
Re^2: Calling C-Code from Perl
by aykun81 (Sexton) on May 17, 2008 at 18:32 UTC
    hmmm so you are suggesting that I should try installing Visual Studio 98 instead of the latest version? worth a shot...