> I make a dll in Vb6 and it have a funcition that have a variable of 
> type VARIANT like parameter. In the program php I call this dll and 
> your method and send a array make in php.
> Occurs a error : Invoke Failed : "Occured a exception", but if I pass
a
> variable of type integer or string to other method of dll, it's OK.

passing arrays is only possible in the cvs-version and is limited to
single
dimensional indexed only arrays.
if you use the cvs version and still have problems please report a bug
at bugs.php.net providing more information (code snippet, ..).

------------------------------------------------------------------------
---

to everyone here :

how should associative arrays be handled ? any ideas how to pass them or
should we simply drop all non-indexed entries as we do now ?

harald


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to