From: David E. <de...@us...> - 2010-01-05 04:25:51
|
TC version 0.65 (32-bit) is now available for download [1]. Lots of changes to the file IO compiler and run-time have been made. For indexed files, version 0.65, uses VB-ISAM version 2. While BDB is no longer used for indexed files, it is still required by the RT for file SORTS. To build and run TC version 0.65 requires the following. - VB-ISAM version 2 or later. - Berkeley DB version 1.85 or later. - A curses library (PDcurses on win32). Since VB-ISAM is not usually included in any UN*X distributions, the source can be found on SF [2]. For MinGW users, binaries are available on SF [1]. Just download and install TC (ZIP or setup format), VB-ISAM version 2 [3], BDB version 1.85 [4], and PDcurses version 2.4 [5]. Cheers. 1) SF downloads 2) ISAM - vbisam-2.0.tar.bz2 3) ISAM - vbisam-2.0.mingw.zip 4) BDB - bdb-1.85.mingw.zip http://sourceforge.net/projects/tiny-cobol/files/ 5) PDcurses - version 2.4 or later http://gnuwin32.sourceforge.net/ |