|
From: | Antonio Diaz Diaz |
Subject: | Re: mingw patch for mkdir() |
Date: | Tue, 06 Feb 2024 16:42:07 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
wrotycz wrote:
I don't know the stand of mingw of other compiler developers, what is and what is not standard/non standard, deprecated or not, but I, personally, would use mkdir, just because it does not compile on MSVC. I mean, last time I tested it compiled but did not work - it produced corrupetd bitstream somewhere on the way.
I don't understand. You would use mkdir because it does not work?
You'll have to add `#include <direct.h>' along with `<io.h>' otherwise you get: `implicit declaration of function '_mkdir''.
Thank you again. I have added '#include <direct.h>' to all tools. The change will appear in the next version of each tool.
BTW, your mail program mangles the plain-text in your emails. Best regards, Antonio.
[Prev in Thread] | Current Thread | [Next in Thread] |