FAQ #2414, published on 2002-10-15
I tried to open an xBase file with HDbOpen. On execution an error message appears: "No Hyper File 5 analysis is attached to this project." What should I do?
If no 5.5 file has been declared in the analysis 7 or more recent, your application must execute the command HInitHF55() with any WinDev 5.5 .WDD before opening an xBase file.
This is necessary for initializing the xBase native access DLL (consult the online help for the hDBoopen function).
See also : wd7, hdbopen, hinithf55, xbase, dbase, file