Hi All,

File source/rdd/usrrdd/rdds/fcomma.prg depends on contrib,
namely HB_F*() file handling functions in hbmisc lib.

In my experience these NFLIB-like HB_F*() funcions have
several bugs and aren't up to Harbour standards (like they
aren't MT compatible and don't handle different EOLs well).
Anyhow the biggest problem is that these functions are referred
to from core.

If we want to keep this file inside core, we should add
this interface next to this file, but with a different
namespace to not collide with contrib lib implementations.
Or, maybe better to remove it (or move it to examples/contrib),
to not have a 3rd copy of this set of functions (already
in hbmisc and hbnf, with FT_ prefix in the latter).

What to do?

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to