Do I need to LOAD and re-SAVE dL4 programs when moving them from a UNIX system to a Windows system?
No, dL4 programs binaries are fully compatible. In other words, programs SAVEd under a UNIX system will run on a Windows system, and vice versa. However, if the programs use system specific operations, then the programs will not be portable and errors may occur during execution. For example, the following would make a program specific to the UNIX operating system:
system("ls")
- FAQ:
