From: "Igor Bujna" Organization: Maxi-tip a.s. To: djgpp AT delorie DOT com Date: Mon, 12 Mar 2001 16:35:06 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: How to convert binary files Message-ID: <3AACFABA.8929.391FC6@localhost> X-Confirm-Reading-To: "Igor Bujna" X-pmrqc: 1 X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Hi, I have some programs under BCC version 4.5. And I have some binary files, when i want to compile my programs under djgpp is everything OK, but how can i convert my binary files from bcc to djgpp. This is struct of binary files(bcc version) struct { int cislo; char popis1[13]; char popis213]; int tip[3]; int datum; int cas; }; On my bcc I use fopen func. How i must write program to konvert from bcc binary file to djgpp. Thank You