Re: [Freedos-devel] Distribution format for FreeDOS program.

2005-11-14 Thread Blair Campbell
> I just want to make a release of XDEL. Does it compile with Watcom yet? If you don't mind, I'm making a patch right now for Turbo C and hopefully for OpenWatcom before you make the release. --- This SF.Net email is sponsored by the JBoss Inc

Re: [Freedos-devel] KITTEN problem (in xdel)

2005-11-14 Thread Blair Campbell
> As I have seen that other kittenized FreeDOS programs don't have this > bug, could it be that it is a bug in some newer version of KITTEN? Hmm. Since the version I sent you was a version derived from Find, I would assume that the kitten in Find has the same problem. --

Re: [Freedos-devel] Distribution format for FreeDOS program.

2005-11-14 Thread Bernd Blaauw
Alain schreef: What is the standard directory and files layout for a FreeDOS program? I just want to make a release of XDEL. It may be simple to just point me to a program that I can follow as an example, no need to lenghty explanations. I just don't want to pick a wrong one ;-) \BIN\*.* \DOC

[Freedos-devel] Distribution format for FreeDOS program.

2005-11-14 Thread Alain
What is the standard directory and files layout for a FreeDOS program? I just want to make a release of XDEL. It may be simple to just point me to a program that I can follow as an example, no need to lenghty explanations. I just don't want to pick a wrong one ;-) Thanks, Alain

[Freedos-devel] KITTEN problem (in xdel)

2005-11-14 Thread Alain
Hi Blair, I just discovered that the version of XDEL that you have kittenized has a small bug: it crashes if the language file is not found. This is due to a small problem in kitten.c line 255: while (nlsptr != NULL) should be: while (nlsptr && nlsptr[0]) or it does not stop at the end of