We use the perl interpreter in our applications, currently that is MS Visual Studio 2008 where we use it in native C++ applications. We used to do this with the perl 5.6 distribution (and thus linking the perl56.lib). This worked well but now we want "upgrade" to 5.10. I replace all header files and referred to perl510.lib. Compilation is without any problem, however, when I try to run the exact same app, any call to perl_parse (or eval_pv for that mather) crashes with an access violation. Is there a substantial difference between perl56.lib and perl510.lib, because except for the reference to the library, the visual studio 2008 project did not change? All help appreciated.
Thx in advance
Wim