[Freedos-devel] format.exe

2007-04-17 Thread edwin rhodes
Hello I am trying to compile, format.exe with Borland c++ 4.5 but I keep getting these errors: Compiling BCREAD.C: Warning BCREAD.C 99: Condition is always true in function BadClustPreserve32 Warning BCREAD.C 139: Condition is always true in function BadClustPreserve32 Compiling CREATEFS.C:

Re: [Freedos-devel] format.exe

2009-07-19 Thread Edwin Rhodes
...@lists.sourceforge.net [mailto:freedos-devel-boun...@lists.sourceforge.net] On Behalf Of Eric Auer Sent: 18 April 2007 14:00 To: freedos-devel@lists.sourceforge.net Subject: Re: [Freedos-devel] format.exe Hi, I looked into your problem description now... The "condition is always true"

Re: [Freedos-devel] format.exe

2009-07-19 Thread lyricalnanoha
On Sun, 19 Jul 2009, Edwin Rhodes wrote: > Hello trying to compile format.exe am getting error about duplicate symbols > please help > Linking format.exe: > Linker Error: _ASCII_CD_Number defined in module USERINT.C is duplicated in > module USERINT.C > Linker Error: _Ask_User_To_Insert_Disk de

Re: [Freedos-devel] format.exe

2009-07-20 Thread Edwin Rhodes
Thanks for your help compiles now :) ed. -Original Message- From: lyricalnanoha [mailto:lyricalnan...@usotsuki.hoshinet.org] Sent: 19 July 2009 23:01 To: freedos-devel@lists.sourceforge.net Subject: Re: [Freedos-devel] format.exe On Sun, 19 Jul 2009, Edwin Rhodes wrote: > Hello try

Re: [Freedos-devel] format.exe

2007-04-18 Thread Eric Auer
Hi, I looked into your problem description now... The "condition is always true" cases are intentionally, but maybe I should remove the "if (TRUE)" to make that clear... Actually I had assumed that you only get a warning when you have "if (some always true expression)" and not when you use the "o

Re: [Freedos-devel] format.exe

2007-04-18 Thread Lyrical Nanoha
On Wed, 18 Apr 2007, Eric Auer wrote: > Your floppy.c does not seem to be current FORMAT 0.91v, > as line numbers differ. You probably mean lines 502/544: > First is "always update params.cyl/sec/sides", not only > if the /f: option is used, and second is an "if (TRUE) {x}" > block which limits th