.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.