#21171 - kayan - Tue May 25, 2004 7:53 am
I try to compile libgbfs using devkitavance and g++ and I have this error which I really don`t know how to fix it.
cannot convert `void*' to `const GBFS_ENTRY*' in assignment
this is the faulty line
Thanks
cannot convert `void*' to `const GBFS_ENTRY*' in assignment
this is the faulty line
Code: |
here = bsearch(key, dirbase,n_entries,sizeof(GBFS_ENTRY),namecmp); |
Thanks