<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892901</guid>
        <pubDate>Thu, 13 Jul 2023 14:53:07 +0000</pubDate>
        <title>Компилятор Qt Creator 6.0.2 не пропускает QThread::msleep и _set_output_format</title>
        <link>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892901</link>
        <description><![CDATA[Majestio: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=436403&view=findpost&p=3892894'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>erslgoeirjh &#064; <time class="tag-quote__quoted-time" datetime="2023-07-13T17:09:22+03:00">13.07.23, 14:09</time></span><div class='quote '>Причём когда меняю _set_output_format(_TWO_DIGIT_EXPONENT); на _set_output_format(1); то всё равно выдаётся та же самая ошибка.</div></div><br>
Это устаревшая чисто мелкомягкая дичь. Даже и разбираться не охота. Напиши пример ее использования, а мы найдем нормальную замену.<br>
<br>
<div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=436403&view=findpost&p=3892894'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>erslgoeirjh &#064; <time class="tag-quote__quoted-time" datetime="2023-07-13T14:09:22+00:00">13.07.23, 14:09</time></span><div class='quote '>&#39;static void QThread::msleep(long unsigned int)&#39; is protected within this context</div></div><br>
Покажи место, где ты её вызываешь. Страничку кода.]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892894</guid>
        <pubDate>Thu, 13 Jul 2023 14:09:22 +0000</pubDate>
        <title>Компилятор Qt Creator 6.0.2 не пропускает QThread::msleep и _set_output_format</title>
        <link>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892894</link>
        <description><![CDATA[erslgoeirjh: Комплятор выдаётся следующие ошибки:<br>
<br>
1) <div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>_set_output_format was not declared in this scope</div></div><br>
Причём когда меняю _set_output_format(_TWO_DIGIT_EXPONENT); на _set_output_format(1); то всё равно выдаётся та же самая ошибка.<br>
<br>
2) <div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>&#39;static void QThread::msleep(long unsigned int)&#39; is protected within this context</div></div>]]></description>
        <author>erslgoeirjh</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892848</guid>
        <pubDate>Wed, 12 Jul 2023 15:58:45 +0000</pubDate>
        <title>Компилятор Qt Creator 6.0.2 не пропускает QThread::msleep и _set_output_format</title>
        <link>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892848</link>
        <description><![CDATA[Majestio: Скопируй сюда текст логов сборки, где выдаются ошибки.]]></description>
        <author>Majestio</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892845</guid>
        <pubDate>Wed, 12 Jul 2023 14:04:07 +0000</pubDate>
        <title>Компилятор Qt Creator 6.0.2 не пропускает QThread::msleep и _set_output_format</title>
        <link>https://forum.sources.ru/index.php?showtopic=436403&amp;view=findpost&amp;p=3892845</link>
        <description><![CDATA[erslgoeirjh: Я создал проект на одной машине в Qt Creator 4.12.2 под Window 10. Потом я перенёс его на другую машину, где стоит операционная система Astra Linux и Qt Creator 6.0.2 . На первой машине проект нормально компилировался, собирался, запускался и работал. А на второй машине при компиляции программы выдаются ошибки на<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">QThread::msleep(2000);</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script><br>
<br>
и<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">_set_output_format(_TWO_DIGIT_EXPONENT);</div></ol></div></div></div></div><br>
<br>
В чём причина этого? Как исправить эти ошибки?]]></description>
        <author>erslgoeirjh</author>
        <category>Кроссплатформенный C/C++: cl/gcc/Qt/Gtk+/WxWidgets</category>
      </item>
	
      </channel>
      </rss>
	