Re: [fpc-pascal] Understanding the .bin format

2008-08-13 Thread Johann Glaser
Hi! > Does anyone have the specification for the .bin (binary) file type? No. Because there is no such ".bin format". File name extensions (e.g. ".bin") are NOT the file format[1] (e.g. JPEG image)! Unfortunately Windows strives to let people assume that, but it is wrong. The extension is an ar

Re: [fpc-pascal] Understanding the .bin format

2008-08-13 Thread Marco van de Voort
In our previous episode, SirStorm25 said: > Does anyone have the specification for the .bin (binary) file type? Depends. If you mean in an executable format, then it is usually already relocated code, to be loaded on some OS dependant address. Some variants also have hints for load address and/or

[fpc-pascal] Understanding the .bin format

2008-08-13 Thread SirStorm25
Hi all! Does anyone have the specification for the .bin (binary) file type? Regards SirStorm25. -- View this message in context: http://www.nabble.com/Understanding-the-.bin-format-tp18968139p18968139.html Sent from the Free Pascal - General mailing list archive at Nabble.com. __