<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>DELPHI</title>
    <description>DELPHI</description>
    <pubDate>Tue, 19 May 2026 12:51:34 +0000</pubDate>
    <lastBuildDate>Tue, 19 May 2026 12:51:34 +0000</lastBuildDate>
    <generator>WASM</generator>
    <link>https://wasm.in/forums/delphi.51/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://wasm.in/forums/delphi.51/index.rss"/>
    <item>
      <title>Delphi в стиле Си</title>
      <pubDate>Thu, 13 Jun 2024 21:30:47 +0000</pubDate>
      <link>https://wasm.in/threads/delphi-v-stile-si.33302/</link>
      <guid>https://wasm.in/threads/delphi-v-stile-si.33302/</guid>
      <author>invalid@example.com (Intro)</author>
      <dc:creator>Intro</dc:creator>
      <content:encoded><![CDATA[Может кому то понадобиться. Программирования в делфи консольных приложений в стиле C.<br />
Стартовый код располагается в файле имя_проекта.dpr<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Код (Pascal):</div>
	<div class="code"><ol class="pascal" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">program</span> nameproject<span style="color: #000066;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;">{</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp;Консольное приложения в стиле Си для Win32</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;">}</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #008000; font-style: italic;">{$APPTYPE CONSOLE}</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">uses</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; Windows<span style="color: #000066;">,</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; name_project <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #ff0000;">'name_project.pas'</span><span style="color: #000066;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; <span style="color: #000000; font-weight: bold;">procedure</span> __getmainargs<span style="color: #009900;">&#40;</span>_argc<span style="color: #000066;">:</span> PInteger<span style="color: #000066;">;</span> _argv<span style="color: #000066;">,</span> _environ<span style="color: #000066;">:</span>PChar<span style="color: #000066;">;</span> _param<span style="color: #000066;">:</span><span style="color: #000066; font-weight: bold;">integer</span><span style="color: #000066;">;</span> _si<span style="color: #000066;">:</span>PStartupInfo<span style="color: #009900;">&#41;</span><span style="color: #000066;">;</span> <span style="color: #000000; font-weight: bold;">cdecl</span><span style="color: #000066;">;</span> <span style="color: #000000; font-weight: bold;">external</span> <span style="color: #ff0000;">'msvcrt.dll'</span><span style="color: #000066;">;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;">//СТАРТОВЫЙ КОД</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">var</span> &nbsp; argc<span style="color: #000066;">:</span><span style="color: #000066; font-weight: bold;">integer</span><span style="color: #000066;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp;argv<span style="color: #000066;">,</span> environ <span style="color: #000066;">:</span> arrayPChar<span style="color: #000066;">;...</span></div></li>
</ol></div>
</div><a href="https://wasm.in/threads/delphi-v-stile-si.33302/" class="internalLink">Delphi в стиле Си</a>]]></content:encoded>
      <slash:comments>119</slash:comments>
    </item>
    <item>
      <title>Теперь есть бесплатная Delphi!</title>
      <pubDate>Tue, 25 Dec 2018 06:44:31 +0000</pubDate>
      <link>https://wasm.in/threads/teper-est-besplatnaja-delphi.33079/</link>
      <guid>https://wasm.in/threads/teper-est-besplatnaja-delphi.33079/</guid>
      <author>invalid@example.com (Rel)</author>
      <dc:creator>Rel</dc:creator>
      <content:encoded><![CDATA[удивительную весть несу я вам, дорогие друзья... пока смотрел, что там у ФриПаскаля твориться в последнее время, узрел это... по неведомой мне причине одни из самых главных буржуев в сфере разработки программного обеспечения - господа из Эмбаркадеро, релизнули бесплатную версию своих Дельфей... вот ведь диво-дивное... но, как собственно и всегда, нам красноглазикам - шишь, а не Дельфи под Линукс...<br />
<br />
<a href="https://www.embarcadero.com/ru/products/delphi/starter/free-download" target="_blank" class="externalLink" rel="nofollow">https://www.embarcadero.com/ru/products/delphi/starter/free-download</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Вниманию начинающих дельфиомантов</title>
      <pubDate>Tue, 27 May 2008 04:07:06 +0000</pubDate>
      <link>https://wasm.in/threads/vnimaniju-nachinajuschix-delfiomantov.15688/</link>
      <guid>https://wasm.in/threads/vnimaniju-nachinajuschix-delfiomantov.15688/</guid>
      <author>invalid@example.com (Aquila)</author>
      <dc:creator>Aquila</dc:creator>
      <content:encoded><![CDATA[<i>Старое название темы показалось многим участникам форума излишне игривым, поэтому оно было заменено на менее вызывающее</i><br />
<br />
В последнее время на форуме стали довольно часто появляться посты следующего содержания: &quot;как сделать на дельфи...&quot;, &quot;а как в дельфи...&quot;, &quot;не могу сделать кнопку на дельфи...&quot; и так далее. Данный форум посвящён <i>низкоуровневому</i>* и <i>системному программированию</i>**, поэтому такие вопросы будут <b>удаляться</b>, и вы зря потеряете своё время. Решение проблем,...<br />
<br />
<a href="https://wasm.in/threads/vnimaniju-nachinajuschix-delfiomantov.15688/" class="internalLink">Вниманию начинающих дельфиомантов</a>]]></content:encoded>
      <slash:comments>21</slash:comments>
    </item>
  </channel>
</rss>
