Click here to Skip to main content
15,884,298 members
Articles / High Performance Computing / Parallel Processing

Introduction to Delphi Prism

Rate me:
Please Sign up or sign in to vote.
4.91/5 (13 votes)
18 Jun 2009CPOL5 min read 88.3K   328   11  
First steps tutorial for Delphi developers.
<?xml version='1.0' encoding='utf-8' ?>
<Application x:Class="PrismLuceneDemo.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="Window1.xaml"
    >
  <Application.Resources>

  </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
Corinna lives in Hanover/Germany and works as a C# developer.

Comments and Discussions