Difference between revisions of "Lazarus Documentation/it"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
==Istruzioni per Lazarus e Pascal==
 
==Istruzioni per Lazarus e Pascal==
*[[Overview of Free Pascal and Lazarus]] - Una breve discussione di ciò che puoi sviluppare con questi stumenti aspecifici.
+
*[[Overview of Free Pascal and Lazarus]] - Una breve discussione su ciò che puoi sviluppare con questi strumenti specifici.
*[[Lazarus Tutorial]] - Un tutorial per iniziare e una descrizione dettagliatadel Lazarus.
+
*[[Lazarus Tutorial]] - Una guida per iniziare e una descrizione dettagliata di Lazarus.
*[[Lazarus IDE Tools]] - Un tutorial di livello intermedio riguardo il completamento codice e altri strumenti IDE.
+
*[[Lazarus IDE Tools]] - Una guida di livello intermedio riguardo il completamento del codice e altri strumenti dell'IDE.
 
*[[Lazarus Database Tutorial]] - Un'introduzione all'uso di Lazarus con i database.
 
*[[Lazarus Database Tutorial]] - Un'introduzione all'uso di Lazarus con i database.
 
*[[Developing with Graphics]] - Alcuni esempi di base sulla programmazione grafica.
 
*[[Developing with Graphics]] - Alcuni esempi di base sulla programmazione grafica.
 
*[[Pascal Tutorial]] - [http://www.taoyue.com/ Tao Yue's] [http://www.taoyue.com/tutorials/pascal/ Pascal Tutorial]  (copiato con permesso).
 
*[[Pascal Tutorial]] - [http://www.taoyue.com/ Tao Yue's] [http://www.taoyue.com/tutorials/pascal/ Pascal Tutorial]  (copiato con permesso).
 
*[[TXMLPropStorage]] - Usare TXMLPropStorage per salvare le preferenze dell'utente.
 
*[[TXMLPropStorage]] - Usare TXMLPropStorage per salvare le preferenze dell'utente.
*[[Executing External Programs]] - Un breve corso che mostra come aprire progrmmi esterni.
+
*[[Executing External Programs]] - Un breve corso che mostra come aprire programmi esterni.
*[[Hardware Access]] - How to access hardware devices, such as ISA cards, PCI cards, parallel and serial ports and USB devices.
+
*[[Hardware Access]] - Come accedere a dispositivi hardware, come schede ISA, PCI, porte parallele e seriali e dispositivi USB.
*[[Networking]] - Tutorials about XML, TCP/IP protocol, creating secure network programs, WebServices, etc.
+
*[[Networking]] - Varie guide su XML, sul protocollo TCP/IP, sulla creazione di programmi di rete sicuri, sui servizi web, ecc.
*[[Multithreaded Application Tutorial]] - How to write multithreaded applications using Free Pascal and Lazarus
+
*[[Multithreaded Application Tutorial]] - Come scrivere applicazioni multithread usando Free Pascal e Lazarus
 
*[[Streaming components]] - How to write components to streams and read/create components from streams
 
*[[Streaming components]] - How to write components to streams and read/create components from streams
*[[OpenGL Tutorial]] - How to use GLUT in Lazarus
+
*[[OpenGL Tutorial]] - Come usare GLUT in Lazarus
*[[Creating bindings for C libraries]] - How to convert C header files (.h) to pascal units
+
*[[Creating bindings for C libraries]] - Come convertire i file header C (.h) in unit pascal
*[[Lazarus/FPC Libraries]] - How to create dynamic libraries (.so, .dll, .dynlib) and how to use them
+
*[[Lazarus/FPC Libraries]] - Come creare librerie dinamiche  (.so, .dll, .dynlib) con Free Pascal e Lazarus e come usarle
  
 
==Le guide di lazarus (per utenti)==
 
==Le guide di lazarus (per utenti)==

Revision as of 12:59, 21 May 2007

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Istruzioni per Lazarus e Pascal

Le guide di lazarus (per utenti)

Installazione

IDE

LCL

Developing

Tools

Coming from Delphi

The Lazarus Developer Guides

LCL - Lazarus component library

Interfacce

Translations

  • Getting translation strings right A few notes for programmers on how to create and use translateable strings in your application. Quickly discusses general things about creating strings, offers a few hints on implementation issues and points out some things to consider when using English as base language in particular.
  • Localization Notes:
  • German - Notes and guidelines for translating the Lazarus IDE to German, including a small dictionary to look up often used translations.
  • Portuguese-Brazilian - Small dictionary containing common translations of terms used in the Lazarus IDE for the Portuguese-Brazilian translation.
  • Add language bar explains how you can add a list of translations to the top of a wiki page.

Additional Components Documentation

Documentazione del compilatore Free Pascal

Oltre che in questo sito, l'ultima versione della documentazione può essere trovata online anche in una varietà di formati scaricabili nel sito principale del compilatore Free Pascal. Inoltre ora c'è anche un sito WiKi per FreePascal [1] molto simile nello stile a questo, per permettere agli sviluppatori di stendere documentazione aggiuntiva oltre a quella ufficiale dei documenti FPC riportati di seguito.

Lazarus related blogs