Search results

From Lazarus wiki
Jump to navigationJump to search
  • '''Runtime''' or '''run time''' is the amount of time an [[Executable program|executable program]] takes from start to end, from ...approximated by the tool [https://en.wikipedia.org/wiki/Time_(Unix) <code>time(1)</code>].
    995 bytes (136 words) - 17:26, 6 August 2022
  • Ajoaika, suoritusaika, Runtime tai run time on se aika, jonka [[Executable program|suoritettava ohjelma]] vie alusta lo ...ä]] sitä voidaan arvioida [https://en.wikipedia.org/wiki/Time_(Unix) <code>time(1)</code>] komennolla.
    1 KB (139 words) - 17:23, 6 August 2022
  • ...ror is an irreparable error condition that arises during the [[runtime|run-time]], i.e. the execution of a [[Executable program|program]]. If such a situation is encountered, the standard [[RTL|run-time library]] will initiate the termination of the program.
    3 KB (394 words) - 17:14, 6 August 2022
  • .../syntaxhighlight>''' shipped with the [[FPC|FPC’s]] default [[RTL|run-time library]] provides many system utilities. ...ine>sysUtils</syntaxhighlight> unit is included}}, all [[runtime error|run-time errors]] become [[Exceptions|exceptions]], which virtually forces you to us
    3 KB (395 words) - 19:48, 6 February 2021
  • ...mbined with any necessary Pascal [[Unit|units]], the Pascal [[RTL|run time library]] and any other object modules which may have been written by others, to pr * run directly by the operating system as an [[Application|application]],
    864 bytes (133 words) - 16:20, 23 January 2022
  • ...uctures, tables, and other constructs which are used by the [[RTL|run-time library]] ("RTL"), or the [[operating system]]. ...gram or connect to [[shared library|shared libraries]]. It would, at that time, startup and transfer control to the user program, which would, itself, per
    3 KB (408 words) - 05:30, 15 February 2020
  • ...MyFile'')によって、実際のテキストファイルに対する読み込みおよび書き込みを実行できます。テキストファイル変数は、[[RTL|run-time library]]の[[AssignFile]]を用いて実際のファイルと関連付ける必要
    2 KB (83 words) - 10:14, 29 February 2020
  • Free Pascal '''Runtime Library''' ('''RTL''') A ''Run-Time Library'' is the set of [[Source code|source code]] files that are used to create t
    3 KB (423 words) - 08:42, 23 August 2023
  • ...which is published by the framework through its header files. Because the library is dynamically shared, multiple applications can access the framework code ...macOS (eg SDL) while providing an option to be loaded as a regular dynamic library.
    5 KB (779 words) - 16:08, 6 December 2021
  • ...small kernel and all needed libraries in a virtual machine. That means to run OSv applications you need to install a hypervisor such as QEMU/KVM or Virtu Please read http://osv.io/run-locally/. Especially about the "Data collection".
    4 KB (671 words) - 06:02, 16 February 2020
  • This [[Borland Pascal]] extension is part of the default [[RTL|run-time library]] delivered with the [[FPC|FreePascal compiler]], but otherwise not standar ...ntaxhighlight> is so useful, since it does not trigger [[runtime error|run-time errors]] or [[Exceptions|exceptions]].
    3 KB (450 words) - 15:52, 7 February 2023
  • ...n your preferences you might either want to generate a [[runtime error|run-time error]] (e. g. by [[$rangeChecks|<syntaxhighlight lang="pascal" inline>{$ // optimization: then part gets executed most of the time
    4 KB (528 words) - 23:05, 23 October 2019
  • ...General Public License. The source code for both the compiler and runtime library are available; the complete compiler is written in Pascal. * [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Run Time Library reference manual]
    3 KB (453 words) - 17:03, 13 October 2021
  • ...to the actual file. It must be tied to the actual file by a [[RTL|run-time library]] routine [[AssignFile]]. Then the file must be opened by the [[Reset]], [[ ...gle byte characters and you can only read or write a single character at a time. That is, you can only call '''Read(F, C)''' or '''Write(F, C)''' where C i
    2 KB (286 words) - 10:14, 29 February 2020
  • ...ime Library (RTL) , la Free Component Library (FCL) y la Lazarus Component Library (LCL) en Lazarus.
    2 KB (358 words) - 08:15, 20 January 2020
  • ...ntegration of the necessary tools to create ActiveX components from a type library or directly from the object (exe or dll). ActiveX is a Microsoft Windows te # import the ActiveX type library, drop the TActiveXContainer on a form, instantiate the ActiveX object and a
    11 KB (1,648 words) - 14:27, 9 April 2023
  • ...Hopefully fixes will be released at some stage in the near future. At the time of writing, Nov 22, the ones I tested had - Download Qt6 library and install, build your own Qt6Pas framework.
    4 KB (724 words) - 20:52, 20 September 2023
  • ...gned for iPad can be run on Mac computers. Exclusive iPhone apps cannot be run on macOS. /System/iOSSupport/System/Library/Frameworks
    3 KB (413 words) - 04:47, 15 June 2020
  • == [[RTL|Run time library (RTL)]] == * [[Generics|FGL (Free Generics Library)]]
    7 KB (935 words) - 15:34, 12 March 2022
  • It is a combined Client Side Run Time Library and RAD IDE intended to allow Pascal(Pas2JS) and/or Python(Pyodide) develop ...or the development of general-purpose public facing web sites. It may also run on other HTML5 browsers (e.g. Microsoft Edge), but this is not tested.
    3 KB (428 words) - 14:44, 5 September 2023
  • ...unlikely that the error is caused by a bug in the compiler or its runtime library. Syntax errors are almost always due to incorrect code. Refer to the FPC [h ...t generate an executable program. See further [[compile-time error|compile time errors]].
    4 KB (585 words) - 23:24, 19 April 2023
  • ...Pascal Run Time Library)、FCL(Free Component Library)、LCL(Lazarus Component Library)へのリンクを表示します。 ...Pascal Run Time Library)、FCL(Free Component Library)、LCL(Lazarus Component Library) のキーワードやコンポーネントの上に置き、 <<F1>> キー
    39 KB (922 words) - 09:25, 21 March 2024
  • ...he situation, either the compiler will catch this and if it doesn't, a run time error will occur. An example declaration follows. == Objects - Run Time Library ==
    9 KB (1,388 words) - 10:31, 23 February 2020
  • * Web Component Library (WCL): [https://github.com/pascaldragon/Pas2JS_Widget] - fork of Pas2JS Wid It is a combined Client Side Run Time Library and RAD IDE intended to allow Pascal(Pas2JS) and/or Python(Pyodide) develop
    5 KB (720 words) - 16:27, 3 October 2023
  • {{macOS library overview}} == Example FPC dynamic library ==
    17 KB (2,356 words) - 06:39, 8 September 2021
  • This first tutorial shows you how to use [[BGRABitmap]] library. You can download the library on [https://github.com/bgrabitmap GitHub].
    5 KB (800 words) - 08:15, 11 February 2020
  • '''Library''': Same as the ''unit'' path, but for the ''library'' path (linker files, compiler option '''-Fl'''). ** '''Revision''' - increase this every time you distribute your package.
    6 KB (1,014 words) - 02:20, 8 February 2021
  • ...ndroid is not completely Linux compatible, e.g. a few syscalls and default library functions e.g. in pthreads, ... are missing, and it generally behaves diffe ...JNI_OnLoad</code>''' function. Therefore, if you are creating a JNI shared library, always export <code>JNI_OnLoad</code>, even if it is empty.
    10 KB (1,653 words) - 20:19, 22 November 2021
  • Save your project next to BGRABitmap library with menu '''File > Save all''' (not necessarily in the same folder). The first time you use BGRABitmap, open bgrabitmappack.lpk with Lazarus and click on "Use
    6 KB (792 words) - 10:20, 9 February 2020
  • Una Librería de Tiempo de Ejecución (''Run-Time Library'') es un conjunto de ficheros [[Source code| de código fuente]] utilizados *Aportando alguna librería de funciones ([[library function]]s) que no están definidas ([[inline]]) por el compilador, como e
    3 KB (461 words) - 09:16, 22 June 2020
  • ...till relying on the fast Mersenne-Twister PRNG the standard [[RTL|run-time library]] comes with. // turn off run-time error generation
    6 KB (837 words) - 13:49, 28 September 2022
  • ...ndroid is not completely Linux compatible, e.g. a few syscalls and default library functions e.g. in pthreads, ... are missing, and it generally behaves diffe ...JNI_OnLoad</code>''' function. Therefore, if you are creating a JNI shared library, always export <code>JNI_OnLoad</code>, even if it is empty.
    11 KB (1,719 words) - 02:11, 3 November 2021
  • ...used. Using '''library''' requires exporting a certain functions from the library. Those functions will be the "export" part of Wasm module as well. ...ovided at this time, thus the entire Pascal code should be put in a single library file.
    15 KB (2,217 words) - 17:12, 5 April 2022
  • ...to a bug that will, in all probability be fixed at some stage. In the mean time, the very simple solution is to "use SysUtils". ...="pascal" inline>finally</syntaxhighlight> block, but not both at the same time. You'll need to nest <syntaxhighlight lang="pascal" inline>try</syntaxhighl
    10 KB (1,373 words) - 05:59, 22 December 2023
  • ...ill then automatically add a Search menu option to your Help menu when you run your application. ...ng a Help Book and do not see your changes. The way to overcome this is to run the following shell script from a Terminal after a change:
    12 KB (1,534 words) - 06:20, 28 December 2021
  • [[FPC|FPC’s]] standard [[RTL|run-time library]] provides the functions {{Doc|package=RTL|unit=system|identifier=binstr|te
    3 KB (448 words) - 18:48, 5 March 2023
  • UNIX-based operating systems have '''daemons''' or programs that run as background processes in the system context (eg named - the Internet Doma '''Agents''' are very similar to daemons in that they are both programs that run as background processes, but in the case of agents they are not running in
    22 KB (3,313 words) - 09:36, 4 May 2021
  • ...tributed under [http://www.opensource.org/licenses/wxwindows.php wxWindows Library Licence]. # Run Lazarus.
    8 KB (1,289 words) - 18:24, 29 April 2021
  • Most "legacy" Amiga systems run with the stock Motorola 68000 CPU, while Free Pascal defaults to generating Free Pascal's run time library on Amiga tries to allocate 256KiB stack for safety reasons, and tries to al
    4 KB (629 words) - 16:44, 26 December 2021
  • * [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Run Time Library Referenzhandbuch] * [http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/index.html Free Component Library Referenzhandbuch]
    4 KB (553 words) - 20:48, 14 December 2019
  • * Install compiled Interface Binary Bindings and Qt Framework Library * Build yourself Interface Binary Bindings and Qt Framework Library (hard and may take many hours)
    16 KB (2,611 words) - 02:09, 27 January 2020
  • *# Run / Build === Time to run ===
    10 KB (1,454 words) - 02:45, 26 November 2020
  • ...hat the compiler considers all compilation units that make up a program or library and optimizes them using the comprehensive knowledge of how they are used t ...ferent information providers for the same kind of information. At the same time, the interaction with the rest of the compiler is kept to a bare minimum to
    17 KB (2,508 words) - 17:17, 6 August 2022
  • == Example FPC static library == // Note this is a unit and not a library
    10 KB (1,298 words) - 10:46, 4 February 2022
  • ...assignment of values to typed [[Constant|constants]] during [[runtime|run-time]]. ...taxhighlight lang="pascal" inline>{$linkLib}</syntaxhighlight>]] inserts a library during linking.
    14 KB (1,568 words) - 16:14, 4 September 2021
  • The fun starts when you run it: Useful, but not very, since we had to run the program to make it crash.
    14 KB (2,080 words) - 12:06, 29 September 2021
  • It is assumed that the project is an NDK library that is loaded in Java code. Also, this method is not tied to any IDE exten * JRE (Java-Run Time) - needed for the JDK, as well as to run the "java" machine (for executing the utilities included in the Android SDK
    8 KB (1,306 words) - 14:52, 6 August 2020
  • ...e. This is because cross-platform development requires that you spend more time planning your software before you start writing code. It also forces you to ...ndows developers and probably all Linux developers could benefit from some time spent simply using a Mac as a way of developing an appreciation for softwar
    11 KB (1,783 words) - 16:15, 8 April 2020
  • ...the 32 bit Carbon framework from macOS 10.15 Catalina in 2019 at the same time as removing support for running any 32 bit software. '''For macOS 10.15 onw .../uid/TP40012224 Carbon Core Deprecations] and [https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/Carbon64BitGuide/Introduction/Intro
    6 KB (850 words) - 06:07, 4 August 2021
  • * [[bfd]] - Header to GNU Binary File Descriptor library (part of binutils) * [[cairo]] - Headers for cairo, a vector graphics library with display and print output. (GTK related, win32 prepared)
    9 KB (1,320 words) - 20:25, 29 August 2023

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