[Yazlist] YAZ 4 available

Adam Dickmeiss adam at indexdata.dk
Wed Jan 20 22:24:59 CET 2010


Ko van der Sloot wrote:
> Ko van der Sloot wrote:
>   
>> Adam Dickmeiss wrote:
>>     
>>> YAZ 4.0.0 is available. This major release changes the API - in mostly 
>>>       
>> which is great.
>> Just started testing my stuff against 4.0
>>
>> One problem detected already:
>>     
>
> And one more:
>
> the declaration of p_query_scan is removed from ./include/yaz/pquery.h
>
> This breaks our program. (which is realy old, I know)
> Is there a reasonable alternative? I don't want to spend a lot of time
> figuring out this antique and obsolete code.
>
> Disabling SCAN in our program might be the simplest solution ;)
>
>   
You can use yaz_pqf_scan . But we could also get p_query_scan back for 
next minor release.

/ Adam
> greetings
> Ko
>
>
>   
>> in backend.h
>> struct bend_search_rr contains a variable:
>> int *srw_setnameIdleTime
>>
>> This might better be Odr_int* I think.
>>
>> I use it as follows:
>>
>> rr->srw_setnameIdleTime = odr_intdup( outOdr, <some number> );
>> This fails now: "error: cannot convert ‘Odr_int*’ to ‘int*’ in assignment"
>> Or is this an abuse of odr_intdup ?
>>
>> greetings from Tilburg
>> Ko vd Sloot
>>
>>     
>
>
>   




More information about the Yazlist mailing list