Article # 83, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Minimum BCC++ for GEOS development.
This is the "stripped down" Borland C directory that one programmer uses for GEOS development. This is specific to BCC++ version 3.1. Newer versions of the compiler may require a slightly different list. Directory of c:\pcgeos\bcc\*.* INCLUDE21.10.94 18:13 bcc.exe 672150 11.06.92 3:10 cpp.exe 131625 11.06.92 3:10 dpmiload.exe 22212 11.06.92 3:10 dpmimem.dll 24932 11.06.92 3:10 turboc.cfg 23 21.10.94 18:29 850,942 bytes in 6 file(s) Directory of c:\pcgeos\bcc\include\*.* stdarg.h 895 11.06.92 3:10 stddef.h 726 11.06.92 3:10 _defs.h 2303 11.06.92 3:10 _null.h 287 11.06.92 3:10 4,211 bytes in 4 file(s) The file turboc.cfg contains the line: -I\PCGEOS\BCC\INCLUDE This is necessary to locate the compiler-dependent include files from BCC. Other include directories will be specified at compile-time by the makefile.