In our previous episode, Juha Manninen said: > construction, then I will just wait. > Otherwise I could try to port it myself somehow.
I think that is best. Stuff like ULARGE_Integer is simply because JCL supports many Delphi versions, and not all have unsigned integer. Therefore they use some predefined windows struct for that. Both are not really logical: - FPC has qword (and later delphi's have uint64) - using a windows header is not very portable. JCL has made some attempts to accomodate FPC, but the problem is a bit that those are mostly fixes and ifdefs, not a decent restructure that clips dependancies, and reduces the set of features and libraries they use. E.g. their datetime routines use interface delegation meant for com: http://bugs.freepascal.org/view.php?id=8951 _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal