I've created a plugin dll with 5 STRING* parameters to pass. If I try to run this I get a memory access violation ("Zugriffsverletzung beim Lesen an Position...).
If I pass less then 5 parameters everything works fine. So there are no errors in my code.
Is there any limitation for the number of parameters in dll functions?