Frank Heckenbach a écrit :
Maurice Lombardi wrote:
The gcc patch is Peter's area. However, I'm skeptical about the manifest files since they would have to be updated often.
I agree. It was painly to do it by hand.
- intfiledemo.pas does not work. Cannot rewrite a non assigned file under djgpp
This should work (works for me in DosEmu). Does GetTempFileName return a valid name?
program Foo;
uses GPC;
begin Writeln (GetTempFileName); Writeln (GetTempDirectory); CheckInOutRes end.
c:\djgpp\tmp\GPaaa13491 c:\djgpp\tmp\
This directory exists. With LFN=y a 10 chars filename should work as expected.
Hope this helps
Maurice