On Dec 11, 10:51 pm, eliss <[EMAIL PROTECTED]> wrote:
> On Dec 11, 2:28 pm, eliss <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Dec 11, 12:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
>
> > > Diez B. Roggisch wrote:
> > > > Larry Bates wrote:
>
> > > >> eliss wrote:
> > > >>> I'm using dl.call() to call
En Tue, 11 Dec 2007 19:28:34 -0300, eliss <[EMAIL PROTECTED]>
escribi�:
> On Dec 11, 12:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
>> Diez B. Roggisch wrote:
>> > Larry Bates wrote:
>> >> eliss wrote:
>> >>> working great so far except for one function, which returns an
>> >>> unsigned int in
On Dec 11, 2:28 pm, eliss <[EMAIL PROTECTED]> wrote:
> On Dec 11, 12:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
>
>
>
> > Diez B. Roggisch wrote:
> > > Larry Bates wrote:
>
> > >> eliss wrote:
> > >>> I'm using dl.call() to call a C function in an external library. It's
> > >>> working great so
On Dec 11, 12:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
> Diez B. Roggisch wrote:
> > Larry Bates wrote:
>
> >> eliss wrote:
> >>> I'm using dl.call() to call a C function in an external library. It's
> >>> working great so far except for one function, which returns an
> >>> unsigned int in the
Diez B. Roggisch wrote:
> Larry Bates wrote:
>
>> eliss wrote:
>>> I'm using dl.call() to call a C function in an external library. It's
>>> working great so far except for one function, which returns an
>>> unsigned int in the C version. However, in python it returns a signed
>>> value to me. How
Larry Bates wrote:
> eliss wrote:
>> I'm using dl.call() to call a C function in an external library. It's
>> working great so far except for one function, which returns an
>> unsigned int in the C version. However, in python it returns a signed
>> value to me. How can I get the unsigned value fro
eliss wrote:
> I'm using dl.call() to call a C function in an external library. It's
> working great so far except for one function, which returns an
> unsigned int in the C version. However, in python it returns a signed
> value to me. How can I get the unsigned value from this? I haven't
> brushe