Search results

From Free Pascal wiki
Jump to navigationJump to search
  • Scopul acestui wiki este să constituie o bază de informaţii despre FPC/Lazarus şi [[Related projects|proiecte conexe]]. ...dezvoltatori, informaţii organizatorice]] şi subiecte care nu sunt încă [[FPC documentation|documentate complet]] sunt colectate în acest wiki.
    7 KB (1,135 words) - 08:54, 26 July 2020
  • kehittämä [[Turbo Pascal]] MS-DOS ja [[Microsoft Windows]] [[Operating System/fi|käyttöjärjestelmille]], [[Delphi]] Microsoft Windows ja [[Kylix]] toteu * [[FPC]] Pascal [[Compiler/fi|kääntäjä]] on kirjoitettu Pascalilla.
    3 KB (370 words) - 00:17, 4 August 2020
  • ...for Raspberry Pi OS. Example shows steps for Lazarus 2.2.0 which includes FPC 3.2.2, most recent at the time of writing. Adjust accordingly. # Test if all ok: <code>fpc abcd</code>. This invokes the just installed compiler trying to compile a n
    5 KB (887 words) - 06:14, 3 February 2022
  • ...eli '''function''' on [[Routine/fi|rutiini]], joka toisin kuin [[Procedure/fi|aliohjelma (procedure)]] palauttaa arvon. Funktion kutsu käytännössä ko ...ghlight lang="pascal" inline>function</syntaxhighlight> on [[Reserved word/fi|varattu sana]].
    6 KB (806 words) - 17:20, 6 August 2022
  • '''Pointer''':lla eli osoittimella on kaksi merkitystä [[FPC/fi|Free Pascalissa]]: * Termi tai käsite luokka tyyppien tyypeistä ja [[Variable/fi|muuttujista]]
    4 KB (495 words) - 10:49, 26 May 2022
  • [[Compile time/fi|Käännösaikainen]] [[Function/fi|funktio]] {{Doc|package=RTL|unit=system|identifier=sizeof|text=<syntaxhighl ...[Data type/fi|tyyppisen]] nimen tai [[Variable/fi|muuttujan]] [[Identifier/fi|tunnisteen]] koon tavuina (byte).
    6 KB (725 words) - 17:17, 6 August 2022
  • ...'''''IDE''''') on sovellus joka sisältää [[Editor|editorin]] , [[Compiler/fi|kääntäjän]] ja keinot suorittaa koodia välittömästi kääntämisen j ...lle ja Delphi- ohjelman [[Kylix]]- versiolle [[Linux]]- [[Operating System/fi|käyttöjärjestelmälle]] .
    3 KB (419 words) - 00:17, 4 August 2020
  • Ehdollinen kääntäminen ottaa mukaan tai jättää pois [[Source code/fi|lähdekoodin]] osia, jos ehto on olemassa tai ei ole. ...ntämisen, joka perustuu ehtojen läsnäoloon tai puuttumiseen [[Compile time/fi|käännösaikana]].
    11 KB (1,430 words) - 17:12, 6 August 2022
  • ...nstalled in ''/usr/lib/fpc/3.0.4/bin/pas2js'', then it searches ''/usr/lib/fpc/3.0.4/bin/pas2js.cfg'' * Search paths (e.g. ''-Fu'' or ''-Fi'') in config files are searched from top to bottom, while on the command li
    3 KB (495 words) - 13:33, 27 February 2024
  • {{FPC and SDL}} == Obtaining FPC headers for SDL2 ==
    8 KB (1,352 words) - 05:39, 21 September 2023
  • Koodin optimoinnissa se auttaa ymmärtämään, että [[Compiler/fi|kääntäjä]] käärii tiettyjä koodirakenteita epäsuorasti [[Try/fi|<syntaxhighlight lang="pascal" inline>try </syntaxhighlight>]] …
    7 KB (884 words) - 17:16, 6 August 2022
  • 這個 wiki 的目標是成為 FPC/Lazarus 以及[[Related projects|相關項目]]的知識庫。
    7 KB (389 words) - 05:26, 30 July 2020
  • ...ackages for Raspbian. Example shows steps for Lazarus 2.0.6 which includes FPC 3.0.4, most recent at the time of writing. Adjust accordingly. ...pascal/files/Linux/3.0.2/fpc-3.0.2.arm-linux-eabihf-raspberry.tar/download FPC compiler]. The latest compiler is compiled with the previous version of its
    11 KB (1,881 words) - 03:18, 12 November 2023
  • [[FPC/fi|Free Pascal]] tukee poikkeuksia. Poikkeukset ovat hyödyllisiä virheiden k ...äytetään [[Mode_ObjFPC|ObjFPC]] tai [[Mode_Delphi|DELPHI]] [[Compiler Mode/fi|kääntäjän moodia]]
    10 KB (1,271 words) - 17:23, 6 August 2022
  • ...xhighlight lang="pascal" inline>array</syntaxhighlight> on [[Reserved word/fi|varattu sana]]. Sana array on varattu sana. Se esiintyy aina yhdessä sanan [[Of/fi|<syntaxhighlight lang="pascal" inline>of</syntaxhighlight>]] kanssa.
    8 KB (1,012 words) - 04:12, 25 January 2023
  • ...ännösyksikkö (unit)]] [[LazFileUtils]] (Joka sisältää [[UTF-8]] korvaukset FPC [[RTL]] koodille ja lisäksi siellä on tiedoston/hakemiston(kansion) käsi [[Function|Funktio]] ja [[Procedure/fi|aliohjelma]] '''FindAllFiles'''etsivät tiedostoja, jotka vastaavat SearchP
    3 KB (387 words) - 00:58, 16 February 2020
  • mkdir fpc-z80 cd fpc-z80
    4 KB (553 words) - 13:51, 24 May 2022
  • ...ntastinen [[Dynamic array/fi|dynaaminen taulukko]] tai merkkijonojen [[Set/fi|joukko]] (merkkijono joukot ei toimi FPC: ssä). TStringList on hyvin kätevä ohjelmoinnissa ja tässä opetetaan T
    8 KB (1,035 words) - 17:02, 16 November 2019
  • # in all include file paths. (<syntaxhighlight lang="bash" inline>-Fi</syntaxhighlight> or <syntaxhighlight lang="bash" inline>-I</syntaxhighligh ...to the current routine’s name. (available since FPC trunk revision 30873; FPC 3.2.0)
    8 KB (1,033 words) - 16:30, 4 October 2022
  • This brief guide describes the steps I took to install the fpc free pascal compiler on my raspberry with gentoo. * The latest stable version of the official fpc compiler (2.6.4)
    7 KB (1,041 words) - 03:04, 21 December 2019
  • ...is in resource sections. Reading the information back at runtime relies on FPC units, below is some useful information. === FPC 3.0+ ===
    6 KB (803 words) - 08:23, 22 August 2020
  • ...työkaluja. Joidenkin täytyy kuitenkin kirjoittaa [[Command-line interface/fi|komentorivi]]- tai [[Text User Interface|tekstimuotoisia]] sovelluksia moni ...a tekstieditorilla ja kääntää ne itse kutsumalla [[FPC/fi|FPC]]-[[Compiler/fi|kääntäjää]], esim. example.pas-ohjelmalle:
    13 KB (1,654 words) - 02:01, 18 June 2020
  • ...oi käsitellä myös [[Boolean/fi|boolean]] arvoja, merkkijonoja, [[TDateTime/fi|päivämäärän/ajan]] arvoja jne. Jopa käyttäjän antamat toiminnot voi ...<syntaxhighlight lang="pascal" inline>fpexprpars</syntaxhighlight> [[Uses/fi|uses]]-lauseseen jotta saadaan pääsy sen toiminnallisuuteen. ´
    19 KB (2,186 words) - 17:24, 6 August 2022
  • -Fi<x> : Add <x> to include paths -I<x> : Add <x> to include paths, same as -Fi
    4 KB (613 words) - 21:48, 12 June 2019
  • ''RackCtls'' is a a collection of components with an "Hi-fi system" appearance: * Version 1.20.4 TLEDDisplay can show numbers in hex, use FPC resources for the icons
    2 KB (260 words) - 17:39, 25 August 2019
  • ...oaa vaihtelevan pituisen taulukon, mutta (vuonna 2018) se on ainoa mitä [[FPC| Free Pascal]]-tukee. ...tiinit varmistavat sen kätevän käytön, mutta tärkeintä on, että [[Compiler/fi|kääntäjä]] tukee matriisin elementtien pääsyä sijoittamalla indeksit
    9 KB (1,039 words) - 17:19, 6 August 2022
  • ...m_Tutorial/fi]] - Opetusta aloittelijoille siitä, miten lomakkeita [[TForm/fi|TForm]] käsitellään
    10 KB (1,443 words) - 03:30, 29 March 2020
  • ...сурсов. Чтение информации во время исполнения программы зависит от модулей FPC, ниже - некоторая полезная информация. === FPC 3.0 ===
    9 KB (501 words) - 14:41, 18 August 2020
  • [[File:fpc source logo.png|right]] Tämä funktio toimii [[ASCII/fi| ASCII]] ja [[UTF-8]] koodauksella.
    3 KB (297 words) - 06:48, 23 February 2020
  • ==Use in FPC/Lazarus== FPCUnit tests are used in the FPC database test framework: [[Databases#Running_FPC_database_tests]]
    13 KB (1,994 words) - 00:52, 10 February 2022
  • Tujuan dari wiki ini adalah menjadi sumber pengetahuan untuk FPC/Lazarus dan [[Related projects/id|proyek terkait]]. ...id|informasi pengembang FPC, informasi organisasional]] dan subyek belum [[FPC documentation/id|didokumentasikan dengan baik]] dikumpulkan dalam wiki ini.
    7 KB (898 words) - 08:51, 26 July 2020
  • One of FPC's great features is its ability to provide cross compilers. A cross compile ...nimAlf/fpcupdeluxe fpcupdeluxe] to do it all. It will install just FPC or FPC and Lazarus for you. Note it installs the 'main' version of each, from time
    8 KB (1,336 words) - 12:05, 10 March 2024
  • fpc .dmg
    33 KB (1,595 words) - 06:02, 22 December 2019
  • ...al" inline>property</syntaxhighlight> on osa [[object-oriented programming/fi|olio-ohjelmointia]]. ...s://www.freepascal.org/docs-html/ref/refse27.html property in the Official FPC documentation]
    3 KB (347 words) - 17:12, 6 August 2022
  • الهدف من هذا الويكي هو عمل قاعدة معلومات خاصة بـ FPC/Lazarus و [[Related projects|المشاريع المتعلقة بها]]. ...هنالك [[FPC development|معلومات تطوير FPC و تنظيم المعلومات]] و مواضيع [[FPC documentation|غير موثقة]] بعد و مجموعة في هذا الو
    8 KB (384 words) - 05:27, 30 July 2020
  • ...developer information, organizational information]] and subjects not yet [[FPC documentation|properly documented]] are collected in this wiki. ;[[مستند‌سازی FPC]]
    8 KB (884 words) - 05:28, 30 July 2020
  • ...eda de los archivos .ppu de FPC. Por ejemplo, para hallar las unidades de FPC de la RTL o del FCL como 'classes' o 'sysutils'. No ponga rutas de búsque ...contrar la unidad'. Por ejemplo: No añada ningún directorio de fuentes de FPC o de la LCL a esta ruta de búsqueda.
    11 KB (1,854 words) - 06:04, 22 February 2023
  • ==Użycie w FPC/Lazarus== Testy FPCUnit są używane w ramach testowej bazy danych FPC: [[Databases#Running_FPC_database_tests]]
    15 KB (2,086 words) - 12:48, 12 May 2022
  • ...và những [[FPC documentation|chủ đề không có trong tài liệu hướng dẫn của FPC]] được đưa vào trong wiki này. ;[[FPC documentation| Tài liệu về người phát triển FPC]]
    8 KB (1,710 words) - 05:27, 30 July 2020
  • ...macro values. Anmerkung: Dabei handelt es sich um Lazarus-Makros, nicht um FPC-Makros. ...tz von Suchpfaden zu den FPC .ppu - Dateien definiert. Zum Beispiel um die FPC Units der RTL oder FCL wie 'classes', 'sysutils' zu finden. Fügen Sie hier
    20 KB (3,125 words) - 05:39, 22 December 2019
  • ...trailing path delimiter (windows: \, all other: /). It chomps them because FPC treats '\' plus space as a special character. ...'' path, but for the ''include'' path - include files (compiler option '''-Fi''').
    6 KB (1,014 words) - 02:20, 8 February 2021
  • *'''IncPath''': appended to ''Include Files (-Fi)''. *'''UsageIncPath''': appended to ''Include (-Fi)'' usage path.
    16 KB (2,554 words) - 18:06, 28 July 2023
  • It belongs to [[FPC]] [[FCL|Free Component Library (FCL)]] and is implemented in the [[Unit|uni ...IFD</tt>, <tt>IFI</tt> (The <tt>IFxxx</tt> symbols have the same effect as fpc's <tt>IfThen</tt> for string (<tt>IFS</tt>), floating point (<tt>IFF</tt>),
    18 KB (2,683 words) - 23:01, 8 October 2021
  • ...ave them as '''gimplib.cfg''' and '''glaunch.sh'''. File gimplib.cfg tells FPC how to link against the GTK2 libraries; file glaunch.sh initializes GTK2 an * make clean all LCL_PLATFORM=gtk2 FPC=fpc OPT="@~/tools/scripts/gimplib.cfg -dHasX"
    25 KB (3,957 words) - 12:17, 25 November 2022
  • [[File:fpc source logo.png|right]] * [[FpSystools]] - адаптация Kylix-пакета TurboPower Systools для Lazarus/FPC.
    22 KB (982 words) - 18:07, 25 January 2023
  • ...o use and includes only the features you need. This program is built using FPC, Lazarus and [http://www.ksdev.com DXScene library]. ...tly plans to have a code-converter to make scripts compilable with lazarus/fpc and other languages to make a standalone executable from your creation.
    13 KB (1,932 words) - 07:29, 12 December 2023
  • [[File:fpc source logo.png|right]] ...s]] - Paquete de conversión de Systools de TurboPower para Kylix a Lazarus/FPC.
    16 KB (2,480 words) - 18:07, 25 January 2023
  • fpc.dmg rm -fv $bin/fpc
    24 KB (2,879 words) - 12:34, 22 December 2019
  • [[File:fpc source logo.png|right]] ...ools]] - Umsetzung von TurboPower's Systools als Kylix package für Lazarus/FPC
    16 KB (2,155 words) - 18:07, 25 January 2023
  • ...efines a set of search paths to the FPC ppu files. For example to find the FPC units of the RTL or the FCL like 'classes', 'sysutils'. Do not add search p ...get strange 'Can not find unit' errors. <br /> For example: Do not add any FPC or LCL source directory to this search path.}}
    35 KB (5,783 words) - 07:23, 10 March 2024

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)