in reply to Re: embedding Perl into C for Windows
in thread embedding Perl into C for Windows
I added these three commands - now it works! Many, many thanks - great! Greeting from Germany FrankPERL_SYS_INIT3(&argc,&argv,&env); PL_exit_flags |= PERL_EXIT_DESTRUCT_END; PERL_SYS_TERM();
|
|---|