<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[O_DENYNONE wird nicht erkannt]]></title><description><![CDATA[<p>Hallole.<br />
Ich arbeite mit dem VC++Express Teil.</p>
<p>Ich möchte eine Datei öffnen und schreiben.<br />
Für diese möchte ich mehrfachzugriff zulassen mit O_DENYNONE.</p>
<p>Mein Compiler meckert aber, daß er das nicht kennt.<br />
Warum?</p>
<pre><code>handle=open(d_name,O_WRONLY | O_CREAT|O_APPEND | O_DENYNONE);
</code></pre>
<p>Alles andere kennt er, warum DENYNONE nicht?<br />
Wie kann ich sonst noch Mehrfachzugriff erlauben?</p>
<p>Danke mal Mondmann</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/189057/o_denynone-wird-nicht-erkannt</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 07:10:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189057.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Aug 2007 07:04:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to O_DENYNONE wird nicht erkannt on Wed, 08 Aug 2007 07:05:29 GMT]]></title><description><![CDATA[<p>Hallole.<br />
Ich arbeite mit dem VC++Express Teil.</p>
<p>Ich möchte eine Datei öffnen und schreiben.<br />
Für diese möchte ich mehrfachzugriff zulassen mit O_DENYNONE.</p>
<p>Mein Compiler meckert aber, daß er das nicht kennt.<br />
Warum?</p>
<pre><code>handle=open(d_name,O_WRONLY | O_CREAT|O_APPEND | O_DENYNONE);
</code></pre>
<p>Alles andere kennt er, warum DENYNONE nicht?<br />
Wie kann ich sonst noch Mehrfachzugriff erlauben?</p>
<p>Danke mal Mondmann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1340534</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1340534</guid><dc:creator><![CDATA[Mondmann]]></dc:creator><pubDate>Wed, 08 Aug 2007 07:05:29 GMT</pubDate></item><item><title><![CDATA[Reply to O_DENYNONE wird nicht erkannt on Wed, 08 Aug 2007 09:54:36 GMT]]></title><description><![CDATA[<p>vermuitlich ist dein O_DENYNONE ein Makro das nirgends definiert wurde. deine Anweisung sieht mir uebrigens sehr nach C aus, vielleicht solltest du mit C++-Streams arbeiten (damit kennen sich hier sicher mehr Leute aus) <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1340636</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1340636</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Wed, 08 Aug 2007 09:54:36 GMT</pubDate></item></channel></rss>