Langsung ke konten utama

How To Install ZEOS 7.1.4 STABLE in Lazarus

Download ZEOS 7.1.4 STABLE from sourceforge.net
In Windows : ZEOSDBO-7.1.4-stable.zip Copy to C:\lazarus and extract.

Installing the components


  1. Use Components/Open Package File(.lpk) from the main menu.

  2. Go to zeosdbo_rework\packages\lazarus\ and open zcomponent.lpk.

  3. Press [Compile] only if you don't want to install the components into the IDE.

  4. Press [Install]

  5. You are asked if you want to recompile Lazarus.


Komentar

Postingan populer dari blog ini

sys.processes Status sp_who2 SQL Server

Taken from the books online reference for sys.processes  and the status column. dormant = SQL Server is resetting the session. running = The session is running one or more batches. When Multiple Active Result Sets (MARS) is enabled, a session can run multiple batches. For more information, see Using Multiple Active Result Sets (MARS). background = The session is running a background task, such as deadlock detection. rollback = The session has a transaction rollback in process. pending = The session is waiting for a worker thread to become available. runnable = The task in the session is in the runnable queue of a scheduler while waiting to get a time quantum. spinloop = The task in the session is waiting for a spinlock to become free. suspended = The session is waiting for an event, such as I/O, to complete.