<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Olaf's Thoughts About Development &#187; Embarcadero</title>
	<atom:link href="http://www.monien.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.monien.net/blog</link>
	<description>Delphi Programming, .NET Philosophy, Web development and more ...</description>
	<lastBuildDate>Mon, 14 Mar 2011 15:59:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Delphi Prism/Pascal kompiliert auf dem Mac f&#252;r iPhone</title>
		<link>http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/</link>
		<comments>http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:33:49 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/</guid>
		<description><![CDATA[English: This article provides some preview information about Delpi/Prism/Pascal on the Mac compiling for the iPhone. English content is available at Daniels Blog. Native iPhone Anwendungsentwicklung bedeutet normalerweise das Auseinandersetzen mit Objective C, der Haus- und Hof-Sprache von Apple. Man bekommt, nachdem man sich als Entwickler bei Apple registriert hat, die komplette X-Code IDE inklusiver [...]]]></description>
			<content:encoded><![CDATA[<p><em>English: This article provides some preview information about Delpi/Prism/Pascal on the Mac compiling for the iPhone. English content is available at </em><a href="http://dmagin.wordpress.com/2009/10/13/pascal-on-the-iphone/"><em>Daniels Blog</em></a><em>.</em></p>
<p>Native iPhone Anwendungsentwicklung bedeutet normalerweise das Auseinandersetzen mit Objective C, der Haus- und Hof-Sprache von Apple. Man bekommt, nachdem man sich als Entwickler bei Apple registriert hat, die komplette X-Code IDE inklusiver aller Werkzeuge praktisch kostenlos zur Verfügung gestellt.</p>
<p><span id="more-278"></span></p>
<p>Man kann also, ohne viel Geld in die Hand nehmen zu müssen, mit der Softwareentwicklung für Mac und iPhone/iPod Touch quasi ad-hoc loslegen. Zumindest wenn man einen schnellen Internetzugang hat – der komplette SDK Download ist über 2 GB groß.</p>
<p>Dass dies auch in der Praxis funktioniert, sieht man sicherlich auch daran, dass es mittlerweile zehntausende Anwendungen in Apples AppStore gibt. Wieso gibt es aber nun Interesse an Pascal auf dem Mac/iPhone? Nun, wer Pascal kennt und dann mit Objective-C (OC) konfrontiert wird, erleidet doch einen gewissen Kultur-Schock. Mit “normalem” C mag man sich noch abfinden (Volker, nichts für Ungut <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  aber wenn man dann die Syntax von OC sieht, fragt man sich doch ob der Erfinder Klammer-Fetischist war…</p>
<p>Nicht dass wir uns missverstehen:  Die Mac und iPhone Frameworks – rund um Cocoa –  sind superinteressant und haben klasse Features. Auch die kostenlose IDE X-Code ist hervorragend – aber für mich als alter Pascal Haudegen “geht” diese OC Sprache einfach nicht. Bisher habe ich öfter mal gesagt: “die Sprache ist wurscht, man lernt halt einfach die Syntax” – aber das war vor Objective C …</p>
<p>Nun haben <a href="http://dmagin.wordpress.com/">Daniel Magin</a>, <a href="http://flickdotnet.de">Holger Flick</a> und ich von <a href="http://www.remobjects.com">RemObjects</a> eine frühe Beta von Prism (aka Oxygene) für den Mac bekommen. <a href="http://www.embarcadero.com/products/delphi-prism" target="_blank">Prism</a> ist bisher als Plugin für Visual Studio bekannt geworden. Im Prinzip also Pascal für .NET.  Da .NET in seiner Mono Inkarnation auch auf dem Mac (und Linux) existiert, kam also Marc Hoffman von RemObjects  vor einiger Zeit auf die Idee das Prism Plugin mit .mono zu übersetzen.</p>
<p>Herausgekommen ist mittlerweile ein Beta-Plugin für <a href="http://monodevelop.com/">MonoDevelop</a> (die Mono IDE), welches Pascal unter Mono implementiert. Dadurch, dass Mono und MonoDevelop auch unter OSX lauffähig sind, können wir nun endlich OSX Anwendungen entwickeln, deren Sourcecode richtig gut verständlich und wartbar ist. Und das sogar mit Zugriff auf Cocoa, der Apple UI API.</p>
<p>Wer sich schon mal mit der iPhone Entwicklung befasst hat, wird sich nun fragen, wie man managed Mono-Anwendungen auf das iPhone bekommen soll, da da iPhone ja bekanntermaßen keinen managed Code erlaubt. Hier kommt das kommerzielle <a href="http://monotouch.net">MonoTouch</a> Add-In für MonoDevelop von Novell zum Tragen. MonoTouch tut im wesentlichen 2 Dinge:</p>
<ol>
<li>.NET/Mono Schnittstelle zum iPhone  SDK, d.h. APIs wie z.B. das MapKit sind aus Mono ansprechbar</li>
<li>managed to native Code Compiler für iPhone. Der sog. mtouch Compiler übersetzt managed Mono Anwendungen in nativen iPhone CPU Code</li>
</ol>
<p>Innerhab der MonoDevelop IDE kann man dann mithilfe von MonoTouch auf das physische IPhone deployen. Hierzu ist KEIN Jailbreak erfordelich. Auch das Ausliefern in den AppStore wird natürlich unterstützt.</p>
<p>Wenn man bedenkt, dass Delphi Prism/Oxygene noch eine frühe Beta ist, funktioniert das ganze schon hervorragend. Gestern konnte ich mit Daniel eine in Pascal geschriebene <a href="http://dmagin.wordpress.com/2009/10/13/pascal-on-the-iphone">Anwendung auf Daniels iPhone</a> installieren, die auf den GPS Sensor zugreift und die Koordinaten in einem Google Maps View darstellt.</p>
<p>Hier noch ein kurzer Blick auf die MonoDevelop Umgebung mit installiertem Oxygene:</p>
<p><a href="http://www.monien.net/blog/wp-content/uploads/2009/10/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://www.monien.net/blog/wp-content/uploads/2009/10/image-thumb3.png" border="0" alt="image" width="244" height="141" /></a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%2FPascal+kompiliert+auf+dem+Mac+f%26uuml%3Br+iPhone&amp;link=http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/&amp;notes=English%3A%20This%20article%20provides%20some%20preview%20information%20about%20Delpi%2FPrism%2FPascal%20on%20the%20Mac%20compiling%20for%20the%20iPhone.%20English%20content%20is%20available%20at%20Daniels%20Blog.%0D%0A%0D%0ANative%20iPhone%20Anwendungsentwicklung%20bedeutet%20normalerweise%20das%20Auseinandersetzen%20mit%20Objective%20C%2C%20der%20Haus-%20und%20Hof-Sprache%20von%20Apple&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%2FPascal+kompiliert+auf+dem+Mac+f%26uuml%3Br+iPhone&amp;link=http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/&amp;notes=English%3A%20This%20article%20provides%20some%20preview%20information%20about%20Delpi%2FPrism%2FPascal%20on%20the%20Mac%20compiling%20for%20the%20iPhone.%20English%20content%20is%20available%20at%20Daniels%20Blog.%0D%0A%0D%0ANative%20iPhone%20Anwendungsentwicklung%20bedeutet%20normalerweise%20das%20Auseinandersetzen%20mit%20Objective%20C%2C%20der%20Haus-%20und%20Hof-Sprache%20von%20Apple&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%2FPascal+kompiliert+auf+dem+Mac+f%26uuml%3Br+iPhone&amp;link=http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/&amp;notes=English%3A%20This%20article%20provides%20some%20preview%20information%20about%20Delpi%2FPrism%2FPascal%20on%20the%20Mac%20compiling%20for%20the%20iPhone.%20English%20content%20is%20available%20at%20Daniels%20Blog.%0D%0A%0D%0ANative%20iPhone%20Anwendungsentwicklung%20bedeutet%20normalerweise%20das%20Auseinandersetzen%20mit%20Objective%20C%2C%20der%20Haus-%20und%20Hof-Sprache%20von%20Apple&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%2FPascal+kompiliert+auf+dem+Mac+f%26uuml%3Br+iPhone&amp;link=http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/&amp;notes=English%3A%20This%20article%20provides%20some%20preview%20information%20about%20Delpi%2FPrism%2FPascal%20on%20the%20Mac%20compiling%20for%20the%20iPhone.%20English%20content%20is%20available%20at%20Daniels%20Blog.%0D%0A%0D%0ANative%20iPhone%20Anwendungsentwicklung%20bedeutet%20normalerweise%20das%20Auseinandersetzen%20mit%20Objective%20C%2C%20der%20Haus-%20und%20Hof-Sprache%20von%20Apple&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%2FPascal+kompiliert+auf+dem+Mac+f%26uuml%3Br+iPhone&amp;link=http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/&amp;notes=English%3A%20This%20article%20provides%20some%20preview%20information%20about%20Delpi%2FPrism%2FPascal%20on%20the%20Mac%20compiling%20for%20the%20iPhone.%20English%20content%20is%20available%20at%20Daniels%20Blog.%0D%0A%0D%0ANative%20iPhone%20Anwendungsentwicklung%20bedeutet%20normalerweise%20das%20Auseinandersetzen%20mit%20Objective%20C%2C%20der%20Haus-%20und%20Hof-Sprache%20von%20Apple&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%2FPascal+kompiliert+auf+dem+Mac+f%26uuml%3Br+iPhone&amp;link=http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/&amp;notes=English%3A%20This%20article%20provides%20some%20preview%20information%20about%20Delpi%2FPrism%2FPascal%20on%20the%20Mac%20compiling%20for%20the%20iPhone.%20English%20content%20is%20available%20at%20Daniels%20Blog.%0D%0A%0D%0ANative%20iPhone%20Anwendungsentwicklung%20bedeutet%20normalerweise%20das%20Auseinandersetzen%20mit%20Objective%20C%2C%20der%20Haus-%20und%20Hof-Sprache%20von%20Apple&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/10/delphi-prismpascal-kompiliert-auf-dem-mac-fr-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>EKON 13: Memory Management</title>
		<link>http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/</link>
		<comments>http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:48:09 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[IntraWeb]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=266</guid>
		<description><![CDATA[At EKON 13, last week in Darmstadt, Germany, my partner Daniel Magin held a session about how to debug with Delphi. One of the things he demonstrated, was the usage of Memory Managers for debugging purposes. Since Delphi 2006 there is a new Memory Manager in Delphi: FastMM4 – which is an Open Source project. [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://it-republik.de/entwicklerkonferenz09/" target="_blank">EKON 13</a>, last week in Darmstadt, Germany, my partner <a href="http://dmagin.wordpress.com/" target="_blank">Daniel Magin</a> held a <a href="http://it-republik.de/konferenzen/ext_scripts/v2/php/sessions-popup.php?module=entwicklerkonferenz09&amp;id=11043" target="_blank">session about how to debug with Delphi</a>. One of the things he demonstrated, was the usage of Memory Managers for debugging purposes.</p>
<p>Since Delphi 2006 there is a new Memory Manager in Delphi: <a href="http://sourceforge.net/projects/fastmm/" target="_blank">FastMM4</a> – which is an Open Source project. That one has many advantages over the old BorlandMM. Especially for server-type applications (such as VCL for the Web / IntraWeb applications) <a href="http://sourceforge.net/projects/fastmm/" target="_blank">FastMM4</a> is a must – many problems in IntraWeb applications have their source in the old MemoryManager, which is simlpy not designed to handle large numbers of objects being created and freed. I.e. you should download <a href="http://sourceforge.net/projects/fastmm/" target="_blank">FastMM4</a> it if you are still on D2005 or older.</p>
<p>One thing that FastMM4 can help with is detecting Memory Leaks. This has been discussed on many blogs already (look for ReportMemoryLeaksOnShutdown := true;), this is really helpful and can even be configured.</p>
<p>Detecting Memleaks during Debugging is one important thing, but locating code that overwrites memory, or accesses objects that have already been freed is also very important. Consider the following code:</p>
<pre class="brush: delphi">
program Project20;

{$APPTYPE CONSOLE}

uses
  //Decomment to find memory errors
  //SafeMMInstall,
  SysUtils,
  Classes;

var
  sl: TSTringList;
  i: Integer;
  j: Integer;
begin
  ReportMemoryLeaksOnShutdown := true;
  try
    sl := TStringList.create;
    i := sl.Count;
    //Free Stringlist by purpose
    sl.Free;
    //...

    //Somewhen later - by accident - access a reference to a freed Stringlist
    j := sl.Count;

    //just do something ...
    if j = i then
      Writeln(&#039;j=i&#039;)
    else
      Writeln(&#039;j&lt;&gt;i&#039;);
  except
    on e: Exception do
      WriteLn(e.Message);
  end;
  ReadLn;
end.
</pre>
<p>It accesses a stringlist’s count property after it has already been freed. In complex Class hierarchies this is a situation that may easily happen.</p>
<p>Memleak detection is turned on, but with D2009 this code will run through just fine. There are possibilities to download  FastMM’s full version and tweak it’s config file to detect this situation.</p>
<p>An other option is to use an other Memory Manager, as Daniel pointed out: <a href="http://cc.embarcadero.com/Item/27241" target="_blank">SafeMM</a>, which is an Open Source project, hosted at Embarcadero’s CodeCentral. Just put “SafeMMInstall” as very first item into your projects uses clause and it will raise exceptions, every time you do something which would corrupt memory. Now recompile your project and let it run – you “error-free” application might unveil quite some errors now <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong> Use SafeMM only for debugging purposes – it’s memory footprint is about 4x the normal one.</strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=EKON+13%3A+Memory+Management&amp;link=http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/&amp;notes=At%20EKON%2013%2C%20last%20week%20in%20Darmstadt%2C%20Germany%2C%20my%20partner%20Daniel%20Magin%20held%20a%20session%20about%20how%20to%20debug%20with%20Delphi.%20One%20of%20the%20things%20he%20demonstrated%2C%20was%20the%20usage%20of%20Memory%20Managers%20for%20debugging%20purposes.%0D%0A%0D%0ASince%20Delphi%202006%20there%20is%20a%20new%20Memory%20Manager%20in%20Delphi%3A%20FastMM4%20%E2%80%93%20which%20is%20an%20Open%20S&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=EKON+13%3A+Memory+Management&amp;link=http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/&amp;notes=At%20EKON%2013%2C%20last%20week%20in%20Darmstadt%2C%20Germany%2C%20my%20partner%20Daniel%20Magin%20held%20a%20session%20about%20how%20to%20debug%20with%20Delphi.%20One%20of%20the%20things%20he%20demonstrated%2C%20was%20the%20usage%20of%20Memory%20Managers%20for%20debugging%20purposes.%0D%0A%0D%0ASince%20Delphi%202006%20there%20is%20a%20new%20Memory%20Manager%20in%20Delphi%3A%20FastMM4%20%E2%80%93%20which%20is%20an%20Open%20S&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=EKON+13%3A+Memory+Management&amp;link=http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/&amp;notes=At%20EKON%2013%2C%20last%20week%20in%20Darmstadt%2C%20Germany%2C%20my%20partner%20Daniel%20Magin%20held%20a%20session%20about%20how%20to%20debug%20with%20Delphi.%20One%20of%20the%20things%20he%20demonstrated%2C%20was%20the%20usage%20of%20Memory%20Managers%20for%20debugging%20purposes.%0D%0A%0D%0ASince%20Delphi%202006%20there%20is%20a%20new%20Memory%20Manager%20in%20Delphi%3A%20FastMM4%20%E2%80%93%20which%20is%20an%20Open%20S&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=EKON+13%3A+Memory+Management&amp;link=http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/&amp;notes=At%20EKON%2013%2C%20last%20week%20in%20Darmstadt%2C%20Germany%2C%20my%20partner%20Daniel%20Magin%20held%20a%20session%20about%20how%20to%20debug%20with%20Delphi.%20One%20of%20the%20things%20he%20demonstrated%2C%20was%20the%20usage%20of%20Memory%20Managers%20for%20debugging%20purposes.%0D%0A%0D%0ASince%20Delphi%202006%20there%20is%20a%20new%20Memory%20Manager%20in%20Delphi%3A%20FastMM4%20%E2%80%93%20which%20is%20an%20Open%20S&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=EKON+13%3A+Memory+Management&amp;link=http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/&amp;notes=At%20EKON%2013%2C%20last%20week%20in%20Darmstadt%2C%20Germany%2C%20my%20partner%20Daniel%20Magin%20held%20a%20session%20about%20how%20to%20debug%20with%20Delphi.%20One%20of%20the%20things%20he%20demonstrated%2C%20was%20the%20usage%20of%20Memory%20Managers%20for%20debugging%20purposes.%0D%0A%0D%0ASince%20Delphi%202006%20there%20is%20a%20new%20Memory%20Manager%20in%20Delphi%3A%20FastMM4%20%E2%80%93%20which%20is%20an%20Open%20S&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=EKON+13%3A+Memory+Management&amp;link=http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/&amp;notes=At%20EKON%2013%2C%20last%20week%20in%20Darmstadt%2C%20Germany%2C%20my%20partner%20Daniel%20Magin%20held%20a%20session%20about%20how%20to%20debug%20with%20Delphi.%20One%20of%20the%20things%20he%20demonstrated%2C%20was%20the%20usage%20of%20Memory%20Managers%20for%20debugging%20purposes.%0D%0A%0D%0ASince%20Delphi%202006%20there%20is%20a%20new%20Memory%20Manager%20in%20Delphi%3A%20FastMM4%20%E2%80%93%20which%20is%20an%20Open%20S&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/10/ekon-13-memory-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Upgrade may have a negative impact on Delphi 7</title>
		<link>http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/</link>
		<comments>http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/#comments</comments>
		<pubDate>Sat, 09 May 2009 14:14:01 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/</guid>
		<description><![CDATA[I am currently in the process of upgrading from Windows 7 Beta to Windows 7 RC. The installer just showed the following warning (roughly translated from German): The functionality of the following programs may be affected by the upgrade. It is recommended to de-install these programs before running the upgrade: […] Borland Delphi 7.0 Interesting [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently in the process of upgrading from Windows 7 Beta to Windows 7 RC. The installer just showed the following warning (roughly translated from German):</p>
<p><em>The functionality of the following programs may be affected by the upgrade. It is recommended to de-install these programs before running the upgrade:</em></p>
<p><em>[…]</em></p>
<ul>
<li><em>Borland Delphi 7.0</em> </li>
</ul>
<p>Interesting that Microsoft cares about us Delphi users.</p>
<p>Unfortunately MS did not detect Delphi 2009 which is on this machine as well. That one still has a problem with Win7’s 64bit edition.&#160; MS changed something in the area of Threads and how a debugger can attach to them. I would have expected from such a smart installer to explain how to fix that issue <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>(Seriously, that issue is logged in RAID and <a href="http://blogs.embarcadero.com/nickhodges/" target="_blank">Nick</a> will certainly make sure that a proper solution is developed)</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Windows+7+Upgrade+may+have+a+negative+impact+on+Delphi+7&amp;link=http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/&amp;notes=I%20am%20currently%20in%20the%20process%20of%20upgrading%20from%20Windows%207%20Beta%20to%20Windows%207%20RC.%20The%20installer%20just%20showed%20the%20following%20warning%20%28roughly%20translated%20from%20German%29%3A%20%20The%20functionality%20of%20the%20following%20programs%20may%20be%20affected%20by%20the%20upgrade.%20It%20is%20recommended%20to%20de-install%20these%20programs%20before%20running&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Windows+7+Upgrade+may+have+a+negative+impact+on+Delphi+7&amp;link=http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/&amp;notes=I%20am%20currently%20in%20the%20process%20of%20upgrading%20from%20Windows%207%20Beta%20to%20Windows%207%20RC.%20The%20installer%20just%20showed%20the%20following%20warning%20%28roughly%20translated%20from%20German%29%3A%20%20The%20functionality%20of%20the%20following%20programs%20may%20be%20affected%20by%20the%20upgrade.%20It%20is%20recommended%20to%20de-install%20these%20programs%20before%20running&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Windows+7+Upgrade+may+have+a+negative+impact+on+Delphi+7&amp;link=http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/&amp;notes=I%20am%20currently%20in%20the%20process%20of%20upgrading%20from%20Windows%207%20Beta%20to%20Windows%207%20RC.%20The%20installer%20just%20showed%20the%20following%20warning%20%28roughly%20translated%20from%20German%29%3A%20%20The%20functionality%20of%20the%20following%20programs%20may%20be%20affected%20by%20the%20upgrade.%20It%20is%20recommended%20to%20de-install%20these%20programs%20before%20running&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Windows+7+Upgrade+may+have+a+negative+impact+on+Delphi+7&amp;link=http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/&amp;notes=I%20am%20currently%20in%20the%20process%20of%20upgrading%20from%20Windows%207%20Beta%20to%20Windows%207%20RC.%20The%20installer%20just%20showed%20the%20following%20warning%20%28roughly%20translated%20from%20German%29%3A%20%20The%20functionality%20of%20the%20following%20programs%20may%20be%20affected%20by%20the%20upgrade.%20It%20is%20recommended%20to%20de-install%20these%20programs%20before%20running&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Windows+7+Upgrade+may+have+a+negative+impact+on+Delphi+7&amp;link=http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/&amp;notes=I%20am%20currently%20in%20the%20process%20of%20upgrading%20from%20Windows%207%20Beta%20to%20Windows%207%20RC.%20The%20installer%20just%20showed%20the%20following%20warning%20%28roughly%20translated%20from%20German%29%3A%20%20The%20functionality%20of%20the%20following%20programs%20may%20be%20affected%20by%20the%20upgrade.%20It%20is%20recommended%20to%20de-install%20these%20programs%20before%20running&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Windows+7+Upgrade+may+have+a+negative+impact+on+Delphi+7&amp;link=http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/&amp;notes=I%20am%20currently%20in%20the%20process%20of%20upgrading%20from%20Windows%207%20Beta%20to%20Windows%207%20RC.%20The%20installer%20just%20showed%20the%20following%20warning%20%28roughly%20translated%20from%20German%29%3A%20%20The%20functionality%20of%20the%20following%20programs%20may%20be%20affected%20by%20the%20upgrade.%20It%20is%20recommended%20to%20de-install%20these%20programs%20before%20running&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/05/windows-7-upgrade-may-have-a-negative-impact-on-delphi-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Embarcadero announces &#8220;Instant-On&#8221; &#8211; Eliminating the Installation Process for Delphi (and all other products)</title>
		<link>http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/</link>
		<comments>http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:48:06 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/</guid>
		<description><![CDATA[Embarcadero is apparently in the process of blowing out an e-mail blast, which “silently” announces Instant-On(TM), a mechanism which basically eliminates the installation process. You get one executable per product, run it and it will, well, “run”.  No more tedious installation procedure. As far as I understand this technology, you would even be able to [...]]]></description>
			<content:encoded><![CDATA[<p>Embarcadero is apparently in the process of blowing out an e-mail blast, which “silently” announces <strong>Instant-On(TM)</strong>, a mechanism which basically eliminates the installation process. You get one executable per product, run it and it will, well, “run”.  No more tedious installation procedure.</p>
<p>As far as I understand this technology, you would even be able to keep your Delphi (or any other Embarcadero product) on a USB-stick, and run it on any computer you like.  Just plug in the stick and run the exe. Very cool!</p>
<p>I’m excited to get a first demo of this in my hands!</p>
<p>Here is the <a href="http://now.eloqua.com/es.asp?s=608&amp;e=3b0c31e66cfa4880b809942c0fdfa80d&amp;elq=10707F3EFD9B43408389F08FFAF0510A" target="_blank">online-version</a> of the (German) newsletter announcing this technology.</p>
<p><strong>Update</strong>: The <a href="http://www.embarcadero.com/products/all_access/" target="_blank">AllAccess information page</a> also contains the note about &#8220;InstantOn. In fact it was already mentioned in the earlier press release of <a href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;newsId=20090218005009&amp;newsLang=en" target="_self">AllAccess</a> &#8211; but apprently it didn&#8217;t get much attention.</p>
<p>Quote:<em> &#8220;On-Demand Power with Embarcadero InstantOn™</em></p>
<p><em>A unique, innovative capability in All-Access is Embarcadero InstantOn. With InstantOn, you can simply click-and-run the selected tool on-demand, either locally or over your network, without full installation on your local machine. InstantOn saves valuable time by allowing quick access to tools, even in locked-down desktop environments where installing software is problematic.&#8221;</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>DelphiLive! 2009 &#8211; The Delphi Developer Conference!</title>
		<link>http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/</link>
		<comments>http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 08:38:30 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IntraWeb]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[DelphiLive]]></category>
		<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[San Jose]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/</guid>
		<description><![CDATA[&#160; After quite a while there will be a face-to-face Delphi Developer conference in the US again. The conference is organized by S&#38;S Media and supported by Embarcadero/CodeGear. We have got all the top speakers, including Cary Jensson, Marco Cantu and Ray Konopka. Many (most?) members of Delphi R&#38;D team (including Barry Kelly &#8211; “The [...]]]></description>
			<content:encoded><![CDATA[<p>&#160; After quite a while there will be a face-to-face Delphi Developer conference in the US again.</p>
<p>The conference is organized by <a href="http://software-support.biz/zonen/sus/psecom,id,1,nodeid,1,p,0,_language,en.html" target="_blank">S&amp;S Media</a> and supported by <a href="http://www.codegear.com" target="_blank">Embarcadero/CodeGear</a>.</p>
<p>We have got all the top speakers, including Cary Jensson, Marco Cantu and Ray Konopka.</p>
<p>Many (most?) members of Delphi R&amp;D team (including Barry Kelly &#8211; “The Delphi Compiler”) will be at the conference and there will be of course &quot;Meet the Team&quot; sessions.</p>
<p>All <a href="http://www.delphilive.com/conferences/delphi_live/session/" target="_blank">Sessions</a> are online and <a href="https://www.entwickler.com/ssl/formtool/index.php?id=14&amp;lang=en" target="_blank">registration</a> is now open. The <a href="http://www.delphilive.com/conferences/delphi_live/speaker/" target="_blank">speakers list</a> includes all those who already submitted their bio and photo. For a complete list of speakers please refer to the list of sessions for now.</p>
<p>If you register before April 10th, 2009, then you can take advantage of the Early Bird rebates.</p>
<p><a href="http://www.delphilive.com" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="DelphiLive" border="0" alt="DelphiLive" align="left" src="http://www.monien.net/blog/wp-content/uploads/2009/03/delphilive.png" width="244" height="68" /></a></p>
<p>When : May 13 &#8211; 16, 2009   <br />Where: San Jose, CA, USA</p>
<p>More information: <a href="http://www.delphilive.com" target="_blank">www.delphilive.com</a></p>
<p>S&amp;S Media is a book/magazine publisher and software conference organizer. S&amp;S is well known in the Delphi community for their Delphi focused &quot;EKON&quot; conferences and &quot;Entwickler&quot; magazines.</p>
<p>For comments, questions or concerns you may use the contact form on the <a href="http://www.delphilive.com" target="_blank">DelphiLive web site</a>, or just leave a comment here.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DelphiLive 2009 &#8211; Physical Delphi Conference in the US</title>
		<link>http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/</link>
		<comments>http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:54:55 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IntraWeb]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[delphi developers]]></category>
		<category><![CDATA[Delphi Prism]]></category>
		<category><![CDATA[delphi win 32]]></category>
		<category><![CDATA[DelphiLive]]></category>
		<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[San Jose]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=228</guid>
		<description><![CDATA[Update: Sessions are online and registration is open now: www.delphilive.com As an Advisory Board member I am proud to post this official pre-announcement for the next, long awaited physical Delphi conference. Where: San Jose, CA, USA When: May 13th – 16th 2009 Who: All Delphi developers, let it be Delphi Win 32, Delphi Prism or [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Sessions are online and registration is open now:</strong> <a href="http://www.delphilive.com" target="_blank">www.delphilive.com</a></p>
<p>As an Advisory Board member I am proud to post this official pre-announcement for the next, long awaited physical Delphi conference.</p>
<p><a href="http://www.delphilive.com" target="_blank"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Logo" src="http://www.monien.net/blog/wp-content/uploads/lw/DelphiLive2009PhysicalDelphiConferencein_DFBD/Logo_thumb.gif" border="0" alt="Logo" width="244" height="57" /></a></p>
<p><strong>Where: San Jose, CA, USA<br />
</strong><strong>When: May 13th – 16th 2009<br />
Who: All Delphi developers, let it be Delphi Win 32, Delphi Prism or Delphi for PHP ones.</strong></p>
<p><span id="more-228"></span></p>
<p>We will try to get all the known top speakers, from the US and Overseas to make this event absolutely rocking. The conference will be organized by <a href="http://software-support.biz/zonen/sus/psecom,id,1,nodeid,1,p,0,_language,en.html">Software &amp; Support Verlag</a>, supported by CodeGear / Embarcadero. San Jose was chosen as location as it is close to CodeGear’s HQ, so that CodeGear staff can show up easily.</p>
<h3>Attendees</h3>
<p>For now, block this event in your calendar if you are interested. We will keep the price affordable – details will be posted asap.</p>
<p>To register, please go to the DelphiLive 2009 Website – which will go online in the next two weeks. We will send announcement emails through CodeGear’s Developer Network as soon as registration is open. Make sure you are signed up at <a href="http://dn.codegear.com/">CodeGear Developer Network</a> and CDN emails are not blocked by your spam filters.</p>
<h3>Speakers</h3>
<p>If you want to present sessions at Delphi Live 2009, then please stay tuned for the official Call For Papers, which will be made public in the next 2 days or so.</p>
<h3>Topics</h3>
<p>We will cover from basics to advanced topics all around Delphi. The final topic list will be made available as soon as the call for papers is closed.</p>
<p>Following is a draft of tracks:</p>
<ul>
<li>Architecture / Design</li>
<li>OOP</li>
<li>Database</li>
<li>IDE, Tools &amp; Components</li>
<li>Core Development</li>
<li>Basics / Fundamentals</li>
<li>Native Delphi</li>
<li>Delphi Prism</li>
<li>Delphi &amp; .NET</li>
<li>Delphi &amp; Web</li>
<li>Delphi &amp; PHP</li>
<li>Delphi &amp; Ruby on Rails</li>
</ul>
<p>If you have suggestions for specific topics you would like to be covered (and which you do not want to present yourself), then feel free to post these suggestions as comments to this blog. The same goes for speakers which you would definitely like to see in San Jose.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Delphi Prism: All New Delphi for .NET Edition Has Been Released</title>
		<link>http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/</link>
		<comments>http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:23:02 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/</guid>
		<description><![CDATA[Apparently, CodeGear, a department of Embarcadero, has chosen Black Friday as release date for the all new .NET edition of Delphi: Delphi Prism Delphi&#160; Prism is basically a plugin for Visual Studio, which delivers the Pascal Language plus some exciting extra features to Microsoft’s .NET development platform. Get a trial version from CodeGear’s Code Central. [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently, <a href="http://www.codegear.com">CodeGear</a>, a department of <a href="http://www.embarcadero.com">Embarcadero</a>, has chosen Black Friday as release date for the all new .NET edition of Delphi:</p>
<h3>Delphi Prism</h3>
<p>Delphi&#160; Prism is basically a plugin for Visual Studio, which delivers the Pascal Language plus some exciting extra features to Microsoft’s .NET development platform.</p>
<p>Get a trial version from <a href="http://cc.codegear.com/Free.aspx?id=26309">CodeGear’s Code Central</a>. Delphi Prism is part of RAD Studio 2009,&#160; the ISO (1.4 GB!) offered for download on that page contains Prism only though. </p>
<p>Prism has to be activated by a license key. You can request a 14 day trial license on the same page and/or use a purchased RAD Studio 2009 license key. In other words the ISO contains the full product.</p>
<p>The <a href="http://www.codegear.com/products/delphi/prism">Prism product page</a> does not yet have a “purchase” link, but the marketing department is currently working on getting an announcement e-mail blown out. I guess that the purchase link will be activated while that happens. As the ISO contains the full product, you can switch from trial to full after the 14 days, just by entering a new license key.</p>
<h3>Technical Information</h3>
<p>Prism is not an upgrade of what you may know as Delphi.NET from RAD Studio 2007 or earlier. Prism is a complete new tool. It has been developed by a partner of CodeGear’s, RemObjects and comes as <em>the</em> solution for .NET and Mono in RAD Studio 2009. It completely “integrates” with the .NET framework. It does not bring any “Delphi Win32” dependencies. This means all executables/assemblies you will create with Prism will be “pure” .NET (or Mono) ones. No more P/invoke weirdness.</p>
<h3>Porting Delphi Applications</h3>
<p>The good news are: Prism Pascal is very compatible to Delphi Native Pascal. There are a couple of differences, which are well documented. </p>
<p>The bad news are: There is no VCL on Delphi Prism. In other words you can port business code more or less easily, but you have to re-implement your GUI code. After all I don’t think that’s&#160; too bad though. You have all .NET possibilities instead. System.Windows.Forms, WPF, Silverlight … </p>
<p>If you want to dig into the technical details, then have a look at the <a href="http://prismwiki.codegear.com/">Delphi Prism Wiki</a>. As Delphi user you might want to start with <a href="http://prismwiki.codegear.com/en/Delphi_Prism_Syntax_compared_with_Win32_Delphi">Delphi Prism syntax compared with Delphi Win32 syntax</a>.</p>
<p><em>More information to come (including German Prism Workshop in Darmstadt) …</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Webinar 14.10.2009 : .NET Funktionen mit Delphi Win32 nutzen</title>
		<link>http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/</link>
		<comments>http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 13:11:37 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/</guid>
		<description><![CDATA[This is an announcement for a CodeGear Webinar about using .NET with Delphi Win32. This seminar will be held in German language. Am 14.10.2009 um 10:00 (MESZ) werde ich in Zusammenarbeit mit Embarcadero/CodeGear Deutschland ein (kostenloses) Online-Seminar abhalten in dem das Verwenden von .NET Funktionen aus Delphi Win32 vorgestellt werden wird. Die Veranstaltung wird über [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is an announcement for a CodeGear Webinar about using .NET with Delphi Win32. This seminar will be held in German language.</em></p>
<p>Am 14.10.2009 um 10:00 (MESZ) werde ich in Zusammenarbeit mit Embarcadero/CodeGear Deutschland ein (kostenloses) Online-Seminar abhalten in dem das Verwenden von .NET Funktionen aus Delphi Win32 vorgestellt werden wird.</p>
<p>Die Veranstaltung wird über das Embarcadero LiveMeeting-System durchgeführt. Hier geht es <a href="https://www124.livemeeting.com/cc/embarcadero/join?id=KM8GM2&amp;role=attend" target="_blank">zur Anmeldung</a>.    <br />(Die Freischaltung erfolgt 15 vor Beginn)</p>
<p>Um vor der Veranstaltung den LiveMeeting Client zu installieren und/oder zu testen klicken Sie bitte <a href="http://go.microsoft.com/fwlink/?LinkId=90703" target="_blank">hier</a>.</p>
<p>&#160;</p>
<h3>Inhalt:</h3>
<p>Wer native Windows 32 (und später ggfs. Win64) Anwendungen mit Delphi&#160; erstellt, kann sich in der Regel auf schnellen, stabilen Code und kurze,&#160; effektive Entwicklungszyklen einstellen. Es gibt eine reichhaltige, in&#160; Delphi integrierte und durch zahlreiche Dritthersteller verstärkte&#160; Komponentenbibliothek mit der sich die unterschiedlichsten Probleme&#160; lösen lassen.</p>
<p>Es gibt jedoch manchmal Situation, wo man als &quot;nativer&quot;&#160; Delphi-Entwickler auf das .NET Framework schielt, weil dort eine noch&#160; viel größere Klassenbibliothek &#8211; in großen Teilen sogar kostenlos &#8211; zur&#160; Verfügung steht und ein anstehendes Problem dort bereits eine Lösung&#160; hat. Deswegen das ganze Projekt nach .NET zu portieren (sei es nun&#160; Dlephi.NET oder VisualStudio/C#/VB.NET) ist jedoch meist nicht&#160; vertretbar &#8211; was also tun? </p>
<p>Interessanterweise gibt es Schnittstellen zwischen .NET und Win32&#160; Anwendungen, die es erlauben, aus Win32 Anwendungen auf .NET Funktionen&#160; zuzugreifen. </p>
<p>Die Standard-Schnittstelle ist hier COM/Interop, allerdings dürfte das&#160; viele Entwickler eher abschrecken. Mit &quot;Managed-VCL&quot; und &quot;Hydra&quot;&#160; existieren zwei 3rd Party Produkte, die gewohnt Delphi-komfortable&#160; Schnittstellen zur Verfügung stellen. Diese Lösungen sind leistungsfähig&#160; aber kostenpflichtig. </p>
<p>Als wenig bekannte Schnittstelle bietet sich zusätzlich &quot;Reverse&#160; P/Invoke&quot; an, was für für C#/C++ Entwickler recht mühselig ist (und&#160; daher vermutlich kaum verbreitet). Für Delphi User ist das jedoch extrem&#160; simpel einsetzbar, da das notwendige &quot;Brimborium&quot; komplett vom&#160; Delphi-Compiler versteckt wird. </p>
<p>Diese Session wird die drei genannten Alternative vorstellen und mit&#160; praktischen Beispielen zeigen, wie man z.B. Winforms oder&#160; .NET-Verschlüsselungsroutinen aus Delphi für Win32 nutzt. </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Webinar+14.10.2009+%3A+.NET+Funktionen+mit+Delphi+Win32+nutzen&amp;link=http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/&amp;notes=This%20is%20an%20announcement%20for%20a%20CodeGear%20Webinar%20about%20using%20.NET%20with%20Delphi%20Win32.%20This%20seminar%20will%20be%20held%20in%20German%20language.%20%20Am%2014.10.2009%20um%2010%3A00%20%28MESZ%29%20werde%20ich%20in%20Zusammenarbeit%20mit%20Embarcadero%2FCodeGear%20Deutschland%20ein%20%28kostenloses%29%20Online-Seminar%20abhalten%20in%20dem%20das%20Verwenden%20von%20.NET%20Fun&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Webinar+14.10.2009+%3A+.NET+Funktionen+mit+Delphi+Win32+nutzen&amp;link=http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/&amp;notes=This%20is%20an%20announcement%20for%20a%20CodeGear%20Webinar%20about%20using%20.NET%20with%20Delphi%20Win32.%20This%20seminar%20will%20be%20held%20in%20German%20language.%20%20Am%2014.10.2009%20um%2010%3A00%20%28MESZ%29%20werde%20ich%20in%20Zusammenarbeit%20mit%20Embarcadero%2FCodeGear%20Deutschland%20ein%20%28kostenloses%29%20Online-Seminar%20abhalten%20in%20dem%20das%20Verwenden%20von%20.NET%20Fun&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Webinar+14.10.2009+%3A+.NET+Funktionen+mit+Delphi+Win32+nutzen&amp;link=http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/&amp;notes=This%20is%20an%20announcement%20for%20a%20CodeGear%20Webinar%20about%20using%20.NET%20with%20Delphi%20Win32.%20This%20seminar%20will%20be%20held%20in%20German%20language.%20%20Am%2014.10.2009%20um%2010%3A00%20%28MESZ%29%20werde%20ich%20in%20Zusammenarbeit%20mit%20Embarcadero%2FCodeGear%20Deutschland%20ein%20%28kostenloses%29%20Online-Seminar%20abhalten%20in%20dem%20das%20Verwenden%20von%20.NET%20Fun&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Webinar+14.10.2009+%3A+.NET+Funktionen+mit+Delphi+Win32+nutzen&amp;link=http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/&amp;notes=This%20is%20an%20announcement%20for%20a%20CodeGear%20Webinar%20about%20using%20.NET%20with%20Delphi%20Win32.%20This%20seminar%20will%20be%20held%20in%20German%20language.%20%20Am%2014.10.2009%20um%2010%3A00%20%28MESZ%29%20werde%20ich%20in%20Zusammenarbeit%20mit%20Embarcadero%2FCodeGear%20Deutschland%20ein%20%28kostenloses%29%20Online-Seminar%20abhalten%20in%20dem%20das%20Verwenden%20von%20.NET%20Fun&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Webinar+14.10.2009+%3A+.NET+Funktionen+mit+Delphi+Win32+nutzen&amp;link=http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/&amp;notes=This%20is%20an%20announcement%20for%20a%20CodeGear%20Webinar%20about%20using%20.NET%20with%20Delphi%20Win32.%20This%20seminar%20will%20be%20held%20in%20German%20language.%20%20Am%2014.10.2009%20um%2010%3A00%20%28MESZ%29%20werde%20ich%20in%20Zusammenarbeit%20mit%20Embarcadero%2FCodeGear%20Deutschland%20ein%20%28kostenloses%29%20Online-Seminar%20abhalten%20in%20dem%20das%20Verwenden%20von%20.NET%20Fun&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Webinar+14.10.2009+%3A+.NET+Funktionen+mit+Delphi+Win32+nutzen&amp;link=http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/&amp;notes=This%20is%20an%20announcement%20for%20a%20CodeGear%20Webinar%20about%20using%20.NET%20with%20Delphi%20Win32.%20This%20seminar%20will%20be%20held%20in%20German%20language.%20%20Am%2014.10.2009%20um%2010%3A00%20%28MESZ%29%20werde%20ich%20in%20Zusammenarbeit%20mit%20Embarcadero%2FCodeGear%20Deutschland%20ein%20%28kostenloses%29%20Online-Seminar%20abhalten%20in%20dem%20das%20Verwenden%20von%20.NET%20Fun&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/10/webinar-14102009-net-funktionen-mit-delphi-win32-nutzen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Leaving Atozed &#8230;</title>
		<link>http://www.monien.net/blog/index.php/2008/08/leaving-atozed/</link>
		<comments>http://www.monien.net/blog/index.php/2008/08/leaving-atozed/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 22:50:47 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[IntraWeb]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Atozed Software]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=185</guid>
		<description><![CDATA[Times are changing. In July CodeGear was finally sold from Borland to Embarcadero. From Agust 1st 2008 I will no longer represent Atozed Software. Technically Atozed Software was a client of mine. I am runnning my own IT consulting business since 2004 and Atozed was one of my (bigger) clients since then. After about 4 [...]]]></description>
			<content:encoded><![CDATA[<p>Times are changing. In July CodeGear was finally sold from Borland to Embarcadero. From Agust 1st 2008 I will no longer represent Atozed Software.<span id="more-185"></span></p>
<p>Technically Atozed Software was a client of mine. I am runnning my own IT consulting business since 2004 and Atozed was one of my (bigger) clients since then.</p>
<p>After about 4 years of working with passion mainly on <a title="IntraWeb" href="http://www.atozed.com/intraweb" target="_blank">IntraWeb</a>, which I still love and see as the best Web application framework for Delphi, I came to a point where technical innovation became more and more complicated with IntraWeb. Many new ideas were not easy to implement, as there are many road blocks because of historical reasons. A total rewrite would be a logical consequence, but that idea had no financially viable chance.</p>
<p>A while ago I got the offer to lead a totally new project. It was really a hard decision to take that offer and to discontinue my direct relationship with Atozed Software.</p>
<p>From August 1st, I&#8217;ll work on something new. It will be an exciting product and I&#8217;ll start blogging about this new project as soon as I have at least white papers and some early demos.</p>
<p><strong>Don&#8217;t worry though!</strong></p>
<p>My new project is still on Delphi, so I&#8217;m not going to leave the Delphi community.</p>
<p>I will continue to offer support and training for IntraWeb. If you need Delphi or IntraWeb assistance, on- or off-site, then just contact me.</p>
<p>I will cooperate with the <a title="IntraWeb Resource Center" href="http://www.intrawebresourcecenter.com" target="_blank">IntraWeb Resource Center</a> (IRC), which is a website offering support for Delphi Web application development. IRC is a place where you will find additional IntraWeb learning materials and information about IntraWeb support and training opportunities.</p>
<p>If you have a valid IntraWeb license and have support questions, then please see <a title="Atozed Support" href="http://www.atozed.com/intraweb/Support/" target="_blank">Atozed&#8217;s support options</a> first. If you have specific support needs, which go beyond Atozed&#8217;s included options, then feel free to contact me or see the <a title="IntraWeb Resource Center" href="http://www.intrawebresourcecenter.com" target="_blank">IntraWeb Resource Center</a>. Individual support and training is available at hourly and daily rates.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Leaving+Atozed+...&amp;link=http://www.monien.net/blog/index.php/2008/08/leaving-atozed/&amp;notes=Times%20are%20changing.%20In%20July%20CodeGear%20was%20finally%20sold%20from%20Borland%20to%20Embarcadero.%20From%20Agust%201st%202008%20I%20will%20no%20longer%20represent%20Atozed%20Software.%0D%0A%0D%0ATechnically%20Atozed%20Software%20was%20a%20client%20of%20mine.%20I%20am%20runnning%20my%20own%20IT%20consulting%20business%20since%202004%20and%20Atozed%20was%20one%20of%20my%20%28bigger%29%20clients%20sin&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/08/leaving-atozed/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Leaving+Atozed+...&amp;link=http://www.monien.net/blog/index.php/2008/08/leaving-atozed/&amp;notes=Times%20are%20changing.%20In%20July%20CodeGear%20was%20finally%20sold%20from%20Borland%20to%20Embarcadero.%20From%20Agust%201st%202008%20I%20will%20no%20longer%20represent%20Atozed%20Software.%0D%0A%0D%0ATechnically%20Atozed%20Software%20was%20a%20client%20of%20mine.%20I%20am%20runnning%20my%20own%20IT%20consulting%20business%20since%202004%20and%20Atozed%20was%20one%20of%20my%20%28bigger%29%20clients%20sin&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Leaving+Atozed+...&amp;link=http://www.monien.net/blog/index.php/2008/08/leaving-atozed/&amp;notes=Times%20are%20changing.%20In%20July%20CodeGear%20was%20finally%20sold%20from%20Borland%20to%20Embarcadero.%20From%20Agust%201st%202008%20I%20will%20no%20longer%20represent%20Atozed%20Software.%0D%0A%0D%0ATechnically%20Atozed%20Software%20was%20a%20client%20of%20mine.%20I%20am%20runnning%20my%20own%20IT%20consulting%20business%20since%202004%20and%20Atozed%20was%20one%20of%20my%20%28bigger%29%20clients%20sin&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Leaving+Atozed+...&amp;link=http://www.monien.net/blog/index.php/2008/08/leaving-atozed/&amp;notes=Times%20are%20changing.%20In%20July%20CodeGear%20was%20finally%20sold%20from%20Borland%20to%20Embarcadero.%20From%20Agust%201st%202008%20I%20will%20no%20longer%20represent%20Atozed%20Software.%0D%0A%0D%0ATechnically%20Atozed%20Software%20was%20a%20client%20of%20mine.%20I%20am%20runnning%20my%20own%20IT%20consulting%20business%20since%202004%20and%20Atozed%20was%20one%20of%20my%20%28bigger%29%20clients%20sin&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Leaving+Atozed+...&amp;link=http://www.monien.net/blog/index.php/2008/08/leaving-atozed/&amp;notes=Times%20are%20changing.%20In%20July%20CodeGear%20was%20finally%20sold%20from%20Borland%20to%20Embarcadero.%20From%20Agust%201st%202008%20I%20will%20no%20longer%20represent%20Atozed%20Software.%0D%0A%0D%0ATechnically%20Atozed%20Software%20was%20a%20client%20of%20mine.%20I%20am%20runnning%20my%20own%20IT%20consulting%20business%20since%202004%20and%20Atozed%20was%20one%20of%20my%20%28bigger%29%20clients%20sin&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Leaving+Atozed+...&amp;link=http://www.monien.net/blog/index.php/2008/08/leaving-atozed/&amp;notes=Times%20are%20changing.%20In%20July%20CodeGear%20was%20finally%20sold%20from%20Borland%20to%20Embarcadero.%20From%20Agust%201st%202008%20I%20will%20no%20longer%20represent%20Atozed%20Software.%0D%0A%0D%0ATechnically%20Atozed%20Software%20was%20a%20client%20of%20mine.%20I%20am%20runnning%20my%20own%20IT%20consulting%20business%20since%202004%20and%20Atozed%20was%20one%20of%20my%20%28bigger%29%20clients%20sin&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/08/leaving-atozed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Great news: Embarcadero keeps CodeGear brand!</title>
		<link>http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/</link>
		<comments>http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/#comments</comments>
		<pubDate>Thu, 08 May 2008 20:37:14 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/</guid>
		<description><![CDATA[Yesterday&#8217;s press release of CodeGear being sold to Embarcadero was a bit vague about the company name. It left the door wide open for speculations that &#8220;CodeGear&#8221; as brand or division name might just disappear &#8211; which caused some worries in the Delphi community. Greg Keller, VP Product Management of Embarcadero just commented on this. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday&#8217;s press release of CodeGear being sold to Embarcadero was a bit vague about the company name. It left the door wide open for speculations that &#8220;CodeGear&#8221; as brand or division name might just disappear &#8211; which caused some worries in the Delphi community. Greg Keller, VP Product Management of Embarcadero just commented on this. <span id="more-30"></span></p>
<p>Greg Keller just stated in a <a href="http://myc4d.com:8080/post/Solong-Borland-it-has-been-a-true-rollercoaster-ride-with-lots-of-fun-on-the-way.aspx#comment" target="_Blank">comment to Kim Madson&#8217;s recent blog</a>, that Embarcadero will implement a CodeGear division in parallel to a DatabaseGear divison. I think this is great news. They already registered <a href="http://www.databasegear.com/" target="_Blank">www.databasegear.com</a> to complement <a href="http://www.codegear.com/" target="_Blank">www.codegear.com</a>!</p>
<p>Thanks for clearing that up, Greg!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Great+news%3A+Embarcadero+keeps+CodeGear+brand%21&amp;link=http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/&amp;notes=Yesterday%27s%20press%20release%20of%20CodeGear%20being%20sold%20to%20Embarcadero%20was%20a%20bit%20vague%20about%20the%20company%20name.%20It%20left%20the%20door%20wide%20open%20for%20speculations%20that%20%22CodeGear%22%20as%20brand%20or%20division%20name%20might%20just%20disappear%20-%20which%20caused%20some%20worries%20in%20the%20Delphi%20community.%20Greg%20Keller%2C%20VP%20Product%20Management%20o&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Great+news%3A+Embarcadero+keeps+CodeGear+brand%21&amp;link=http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/&amp;notes=Yesterday%27s%20press%20release%20of%20CodeGear%20being%20sold%20to%20Embarcadero%20was%20a%20bit%20vague%20about%20the%20company%20name.%20It%20left%20the%20door%20wide%20open%20for%20speculations%20that%20%22CodeGear%22%20as%20brand%20or%20division%20name%20might%20just%20disappear%20-%20which%20caused%20some%20worries%20in%20the%20Delphi%20community.%20Greg%20Keller%2C%20VP%20Product%20Management%20o&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Great+news%3A+Embarcadero+keeps+CodeGear+brand%21&amp;link=http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/&amp;notes=Yesterday%27s%20press%20release%20of%20CodeGear%20being%20sold%20to%20Embarcadero%20was%20a%20bit%20vague%20about%20the%20company%20name.%20It%20left%20the%20door%20wide%20open%20for%20speculations%20that%20%22CodeGear%22%20as%20brand%20or%20division%20name%20might%20just%20disappear%20-%20which%20caused%20some%20worries%20in%20the%20Delphi%20community.%20Greg%20Keller%2C%20VP%20Product%20Management%20o&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Great+news%3A+Embarcadero+keeps+CodeGear+brand%21&amp;link=http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/&amp;notes=Yesterday%27s%20press%20release%20of%20CodeGear%20being%20sold%20to%20Embarcadero%20was%20a%20bit%20vague%20about%20the%20company%20name.%20It%20left%20the%20door%20wide%20open%20for%20speculations%20that%20%22CodeGear%22%20as%20brand%20or%20division%20name%20might%20just%20disappear%20-%20which%20caused%20some%20worries%20in%20the%20Delphi%20community.%20Greg%20Keller%2C%20VP%20Product%20Management%20o&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Great+news%3A+Embarcadero+keeps+CodeGear+brand%21&amp;link=http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/&amp;notes=Yesterday%27s%20press%20release%20of%20CodeGear%20being%20sold%20to%20Embarcadero%20was%20a%20bit%20vague%20about%20the%20company%20name.%20It%20left%20the%20door%20wide%20open%20for%20speculations%20that%20%22CodeGear%22%20as%20brand%20or%20division%20name%20might%20just%20disappear%20-%20which%20caused%20some%20worries%20in%20the%20Delphi%20community.%20Greg%20Keller%2C%20VP%20Product%20Management%20o&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Great+news%3A+Embarcadero+keeps+CodeGear+brand%21&amp;link=http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/&amp;notes=Yesterday%27s%20press%20release%20of%20CodeGear%20being%20sold%20to%20Embarcadero%20was%20a%20bit%20vague%20about%20the%20company%20name.%20It%20left%20the%20door%20wide%20open%20for%20speculations%20that%20%22CodeGear%22%20as%20brand%20or%20division%20name%20might%20just%20disappear%20-%20which%20caused%20some%20worries%20in%20the%20Delphi%20community.%20Greg%20Keller%2C%20VP%20Product%20Management%20o&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/05/great-news-embarcadero-keeps-codegear-brand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

