in reply to Re^2: Embedded perl on windows x64
in thread Embedded perl on windows x64

Glad you solved it. You may be interested on using a configure script and a makefile for building perl-embed code, if you are not doing that already, see Re: [OT] Windows cmd.exe shell - use a Makefile

Replies are listed 'Best First'.
Re^4: Embedded perl on windows x64
by ekopalypse (Novice) on Aug 02, 2019 at 13:04 UTC
    Interesting, indeed. Thanks for sharing.
    No, currently I wasn't using configure on windows but I will give it a try.
    Thank you Eko