I have just added preliminary support for Delphi XE5 and XE6 to tdbf. Preliminary in this context meaning that I added the proper conditional defines to dbf_common.inc and created packages for the new versions. They compile, but I have not tested them.

I have just added preliminary support for Delphi XE5 and XE6 to tdbf. Preliminary in this context meaning that I added the proper conditional defines to dbf_common.inc and created packages for the new versions. They compile, but I have not tested them.

I also found and fixed a bug related to unicode strings that resulted in edits to a float field writing 0 rather than the edited value.

The changes are in the svn repository on sourceforge.

Please note that there are known problems with index files in the current sources.
https://sourceforge.net/p/tdbf/code/HEAD/tree/

Comments

  1. Hello I have problem with AddIndex using this version , still have Assertion error in  dbf_idxfile on generate index file.

    ReplyDelete
  2. That's why I wrote: Please note that there are known problems with index files in the current sources.

    ReplyDelete
  3. Sorry ,I just click on . I have test the new revision 328 and the problem with create index files is with record buffer on generate indexes :( after reading 4 or 5 records record buffer is full of strange memory strings :(
     Indexing mechanism is working only for 5 records , after add next record is crashing down :(

    ReplyDelete

Post a Comment