in reply to Re^2: Embedding perl in C
in thread Embedding perl in C

This is only a guess but you should probably get a newer or different c compiler. Did you compile perl with that compiler? You'd better use the same compiler (or a very similar one) and the same c library (but that comes with borland C) to compile perl and to compile this program, or you'll have compatibility problems.

Replies are listed 'Best First'.
Re^4: Embedding perl in C
by Grygonos (Chaplain) on Aug 23, 2004 at 13:17 UTC

    Borland's free compiler is rather good. It's the same one that ships with their Builder product. It probably doesn't have the power of gcc + gdb, but on for native win32 compilers, especially that are free, I would say its rather good.

      The OP has mentioned Turbo C 2.01 which is a rather old version.