.OW 文件扩展名
Free Pascal 1.0.x Compiled Object
| 开发者 | Free Pascal |
| 受欢迎程度 |
3.0 | 7 票 |
什么是 OW 文件?
An OW file is a compiled object file created by version 1.0.x of Free Pascal, a Pascal compiler. It contains source code that has been compiled as part of creating an executable program. After creating OW files from a program's source code, Free Pascal links them together to create an executable.
更多信息
Free Pascal is an open-source Pascal compiler that developers use to compile Pascal and Object Pascal source code into executable programs. In the past, Free Pascal saved object files created during the compilation process as OW files. Later versions of Free Pascal save object files as O files.
如何打开 OW 文件
OW files are not meant to be opened. Version 1.0.x of Free Pascal creates, references, and uses OW files during the program compilation process.