I put in a test pointer and text array in compiler_web and used that instead of the Bash calls. It still caused the error.
You cannot pass dereferenced pointers to arrays to a plugin command, you have to pass the array itself. It's a limitation/bug in the 4D plugin interface.
The first v4 beta will be out next week, it will allow you to declare process variables within Active4D, even in a compiled database. You can use them to pass data between 4D and Active4D. Or you can do that now by just creating a wrapper method that declares them and call that method before calling the OT wrapper methods.
Regards, Aparajita Victory-Heart Productions www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
