home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / err52b.zip / README.1ST < prev   
Text File  |  1993-07-24  |  997b  |  41 lines

  1. this is a response to Mike Meinz (see file err121.zip (7/20/93))
  2.  
  3. (I have enclosed here his readme and err1210.prg)
  4.  
  5. PROBLEM IS ERROR 1210 CORRUPTION DETECTED with clipper 5.2b.
  6.  
  7.  
  8. I have exactly the same problem in my programs since I begin to use
  9. clipper 5.2b. The same problem arise when linking with blinker 2.01 and
  10. exospace 1.0a.
  11.  
  12. I'm sure the problem is a BUG into clipper 5.2b DBFNTX.LIB !
  13. (In fact in DTX1.OBJ)
  14.  
  15. THERE IS TWO WORKAROUND.
  16.  
  17. The First One,
  18.  
  19.   FORCE CLIPPER TO USE ITS NEW FILTERED INDEXES IN PLACE OF OLD ONE.
  20.  
  21.   Replace your INDEX ON ... TO ...
  22.  
  23.   with         INDEX ON ... TO .. FOR .T.
  24.  
  25.   and all will be OK.
  26.  
  27.   WARNING, the new indexes ARE NOT COMPATIBLE WITH OLDER APPLICATION !!!!
  28.  
  29. The second,
  30.  
  31.   Replace the DBFNTX.LIB from clipper 5.2b with those from release 5.2a.
  32.  
  33.  
  34. PS: I don't speak nor write very well English. Please don't search my
  35.     text for all the enormeous fault it certainly contain.
  36.  
  37.  
  38. JFL, (BELGIUM)
  39. 100014,3553
  40.  
  41.