[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following listing contains the interface of the WinDos unit.
This is a portable implementation of most routines from BP's `WinDos' unit. A few routines that are Dos -- or even IA32 real mode -- specific, are only available if `__BP_UNPORTABLE_ROUTINES__' is defined, section 6.2 BP Incompatibilities.
The same functionality and much more is available in the Run Time System, section 8.13 Pascal declarations for GPC's Run Time System. The RTS routines usually have different names and/or easier and less limiting interfaces (e.g. `ReadDir' etc. vs. `FindFirst' etc.), and are often more efficient.
Therefore, using this unit is not recommended in newly written programs.
{ Mostly BP compatible portable WinDos unit |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |