Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bazatu

  1. bazatu

    using Perl_eval_pv in multithread application

    Hi, I am using perlembed to invoke perl code from C. My application was not multithreaded and it worked fine when invoking like this: SV * val = eval_pv(command.c_str(), false); It started crashing in eval_pv when calling this from another thread. I had to put static as I found on some...

Part and Inventory Search

Back
Top