On 14-Apr-07, at 11:19 AM, Tim Jones wrote:

> HI folks, I've got a library routine that I'm trying to access that
> requires a pointer to an array of integers.  I've tried to call it  
> with:
>
> Dim thePipe(2) As Integer
>
> Soft Declare Function pipe Lib "LibC" (ByRef thePipe) As Integer
>
> However, calls to pipe are failing with EFAULT or some undocumented
> value.
>
> Any pointers on how to pass a 2 member, modifiable array in this mode?

A memory block

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to