From: <re...@du...> - 2006-05-24 07:21:02
|
Hi Alex, Thanks for this info! 1 using cvs now made its first victim ;) I've converted the lineendings to CRLF again. hope this will not mess up cvs (leave others with blank lines), we'll see. 2 you are right, this should be properly switched 3 TList.Assign method is unknown by D5 I've compiled the new source on D5 which seems to be ok, and released it as version 0.751. You can download it from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=103463&package_id=122533 kind regards, Rene Alex Brainman schreef: > Hi there, > > > Sorry to write uninvited, but, I thought, you might be interested of > problems I had compiling libsql-0.75 under Delphi 5. Even still, my > Delphi is pretty out of date, you should be able to fix those > problems, I think. > > 1) Some source files are LF delimited, not CR+LF delimited, Delphi 5 > refuses to compile. I know, that Kylix will compile either with no > problem, maybe you should distribute them as CR+LF only. My version > control system gives me my source with CR+LF on Windows and with LF on > Linux, so I always take files for distribution from Windows workspace. > > 2) janSQL.pas lists variants.pas in it's uses, Delphi 5 doesn't have > that unit. > > 3) fails to compile lsdatasettable.pas with: 'Undeclared identifier > "Assign"' in: > FEditRow.FNulls.Assign(PRecInfo(ActiveBuffer).Row.FNulls); > > That is as far as I got <g>. Thanks for your efforts anyways. > > > Alex |