>>> * harbour/contrib/hbmemio/memio.c
>>>   ! declare s_fileFuncs structure as static
>>>   * removed unnecessary code to directly register HB_MEMIO symbol.
>>>     Mindaugas if you need it for some reasons then I can reactivate it
>>>     but I would like to know why it's necessary for you.
>> I'm using code like 'Type( "HB_MEMIO()" ) == "UI"' to 
>> detect presence of HB_MEMIO in executable.
>> Would this still work, or is there a superior way for 
>> detection?
> 
> Yes,
> HB_MEMIO() is the only one public symbol in hbmemio library
> so it's linked only when you have in source code:
>   REQUEST HB_MEMIO
> which also registers this symbols in global symbol table.

Very good. Thank you!

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to