Questa settimana abbiamo fatto una visitina a Londra al fine di partecipare al “Embarcadero Technologies Developer Workshop”, dove era presente David Intersimone “Chief Evangelist of Embarcadero”. A questa sessione erano presenti diversi membri della comunità Delphi Inglese, che è una comunità di sviluppatori molto attiva. Gli argomenti affrontati da David I.sono stati molti, cercherò di…
Leggi tutto
Nick Hodges, R&D Manager Allen Bauer, Chief Scientist Embarcadero Technologies DelphiLive! 2009 May 2009 in San Jose RTTI Project “X” – Delphi application running on Mac OSX very funny video from delphi live, at the end of the video there is a JBuilder team developer that show a command line compiler of Delphi (incredible on…
Leggi tutto
[lang_it] produrre un applicazione non visibile con Delphi è un gioco da ragazzi. per nascondere il form principale dell’applicazione dovete semplicemente aggiungere la seguente riga al codice del vs. progetto : Application.ShowMainForm:=False; esempio concreto, modifico il “dpr” della mia applicazione: program Project1; uses Forms, Unit1 in ‘Unit1.pas’ {Form1}, Unit2 in ‘Unit2.pas’ {DataModule2: TDataModule}, Unit3 in…
Leggi tutto
From CodeGear blogs i found this great document that is only a review of new features of Delphi, but there are some great samples inside about “Generics” and “Anonymous Methods” resource: A Review of the Language Features in Delphi 2009 you can buy find Delphi 2009 at : CheckOutSoftware Hours:7:00am – 4:00pm P.S.T. Monday to…
Leggi tutto
The famous Skype application …. i don’t need to explain more about. This video explain how to use skype from your Delphi applications, and is an official CodeGear video specialized for skype integration. We know that the Skype Windows Client is made with Delphi and Indy components….. So the skype api cen be used from…
Leggi tutto
Da qualche giorno è ormai disponibile la nuova versione di Delphi e C++ con enormi novità tecnologiche rispetto alle precedenti. Questa nuova versione codename “Tiburon” migliora drasticamente le performance dell’IDE e del compilatore/parser,tra le novità più ecclatanti vi sono : Supporto ai generics (Tlist) Completo supporto a Unicode DataSnap completamente nuovo basato sullo std JSON…
Leggi tutto