Re: Compiling FreeCom
Bart Oldeman <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 6 Oct 2002, Alain wrote: > I need the functions _dos_getftime() and _dos_setftime() > > After I compiled FreeCom (with some dificulty) I found that > these functions don't exist in TC1.01 :((( You'll need to use getftime() and setftime(). See the online help. The POSIX functions stat() and utime() would be more portable but Turbo C does not support utime(), so that does not help you. > Should FreeDom compile under BC31? (the command.com generated > crashes for me) It should but I never tried it. But I suspect you might need to recompile SUPPL then too. Bart