guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unsigned-int


From: Catonano
Subject: Re: unsigned-int
Date: Thu, 22 Jun 2017 22:01:19 +0200

2017-06-22 21:55 GMT+02:00 Catonano <address@hidden>:

> 2017-06-22 21:33 GMT+02:00 Catonano <address@hidden>:
>
>> 2017-06-22 21:13 GMT+02:00 Catonano <address@hidden>:
>> >
>> >
>> > I apologize if my questions are naive.
>> > I wrote my last scrap of C code in about 2004 and it never was my thing
>> > Also the manual is a great reference but not a great tutorial and I'm
>> not a great reader, probably.
>>
>> Something that is concerning me is that in the example  a "rows" variable
>> and a "columns" variable get declared as
>>
>> unsigned int rows;
>> unsigned short columns;
>>
>> and then they get passed as arguments to freexl_worksheet_dimensions as
>>
>> &rows, &columns
>>
>> like this
>>
>> ret = freexl_worksheet_dimensions (handle, &rows, &columns);
>>
>> In scheme I am NOT declaring anything because I don't now how to
>>
>
> Maybe you make a bytevector the size of <type>
>
> and then you use bytevector->pointer ?
>
> Ah !
>

No :-/

I tried. The number of rows keeps being completely off


reply via email to

[Prev in Thread] Current Thread [Next in Thread]