in reply to When call_argv() actualy executes function

I've already built perl with MSVS2013 Professional on Windows 7 64 bit

The Calling a Perl subroutine from your C program example works fine for me on Windows 7 64-bit.
However, I'm using gcc compiler - so you're problem is either MSVC-related or related to the way you're trying to build and run the demo.
Well ... I guess it could also be a perl version issue. I've tried it out only on perl-5.16.0 and 5.20.0.
Which version of perl are you using ?

Cheers,
Rob
  • Comment on Re: When call_argv() actualy executes function

Replies are listed 'Best First'.
Re^2: When call_argv() actualy executes function
by DrMoisha (Novice) on Mar 31, 2015 at 14:16 UTC
    I'm using latest 5.20.2. I'll try gcc.