Thank you very much.
Plain ANSI C is preferred, wherever possible, so this is
perfectly fine.
IMO uppercase types are best to be reserved for complex ones.
Brgds,
Viktor
Here is the (not very long) list of UINT Windows type usage
in non-Windows Harbour source code. I'd like to ask developers
to take a look at it and change to use some ANSI C types
wherever possible.
---
contrib/rddsql/hbrddsql.h:167: UINT Leaf;
contrib/rddsql/hbrddsql.h:168: UINT KeyCount;
...
Hi,
Fixed for rddsql.
I've changed it to unsigned int. I've not got used to hbUInt yet. It
looks very strange type name among all uppercase PHB_ITEM,
HB_ERRCODE, AREAP, DBENTRYP_*, PHB_SYMB.
Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour