<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Clarion T4 template walk-through</title>
	<atom:link href="http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/feed/" rel="self" type="application/rss+xml" />
	<link>http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/</link>
	<description>Simply the fastest tool available for creating custom database applications!</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:27:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Angel Bermudez</title>
		<link>http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/comment-page-1/#comment-508</link>
		<dc:creator>Angel Bermudez</dc:creator>
		<pubDate>Sat, 17 Jul 2010 01:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://clarionsharp.com/blog/?p=768#comment-508</guid>
		<description>This information is great and exciting, however, you should consider blogging more often.</description>
		<content:encoded><![CDATA[<p>This information is great and exciting, however, you should consider blogging more often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Donovan</title>
		<link>http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/comment-page-1/#comment-504</link>
		<dc:creator>Peter Donovan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://clarionsharp.com/blog/?p=768#comment-504</guid>
		<description>Will my existing Clarion code (currently in Clarion 6) be able to be ported to Clarion .NET?  Have a large existing application and need to find a way to get it to the Clarion .NET without having to re-write it.

Cam you suggest any way at all of this being able to be done?</description>
		<content:encoded><![CDATA[<p>Will my existing Clarion code (currently in Clarion 6) be able to be ported to Clarion .NET?  Have a large existing application and need to find a way to get it to the Clarion .NET without having to re-write it.</p>
<p>Cam you suggest any way at all of this being able to be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Borojovich</title>
		<link>http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/comment-page-1/#comment-502</link>
		<dc:creator>Diego Borojovich</dc:creator>
		<pubDate>Wed, 07 Jul 2010 21:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://clarionsharp.com/blog/?p=768#comment-502</guid>
		<description>Hi Graham,
Yes, you can create your own compiled symbols.
We will ship an example that it is actually used in the wizard.
There are some public interfaces to that can be used in your own code to read the DCT &amp; App properties.
As an example, the application wizard use an external assembly to create the Project and app and instead of just generate the text files by hand it use that assembly classes to create an object that represent the project and when finish write that project down to disk with out syntactic errors (to many )</description>
		<content:encoded><![CDATA[<p>Hi Graham,<br />
Yes, you can create your own compiled symbols.<br />
We will ship an example that it is actually used in the wizard.<br />
There are some public interfaces to that can be used in your own code to read the DCT &amp; App properties.<br />
As an example, the application wizard use an external assembly to create the Project and app and instead of just generate the text files by hand it use that assembly classes to create an object that represent the project and when finish write that project down to disk with out syntactic errors (to many )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Borojovich</title>
		<link>http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/comment-page-1/#comment-501</link>
		<dc:creator>Diego Borojovich</dc:creator>
		<pubDate>Wed, 07 Jul 2010 21:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://clarionsharp.com/blog/?p=768#comment-501</guid>
		<description>Hi Russ, yes, that is exactly what it means.
You can create you own assembly (DLL) with your own Type Editor and declare a property of that type and it will show in the template and you will be able to call it.
Also you can create you own functionality in a separated assembly and call it.
There is one special directory for external assemblies to be found.
The local symbols are local, but you can pass it as parameters.</description>
		<content:encoded><![CDATA[<p>Hi Russ, yes, that is exactly what it means.<br />
You can create you own assembly (DLL) with your own Type Editor and declare a property of that type and it will show in the template and you will be able to call it.<br />
Also you can create you own functionality in a separated assembly and call it.<br />
There is one special directory for external assemblies to be found.<br />
The local symbols are local, but you can pass it as parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Dawson</title>
		<link>http://clarionsharp.com/blog/2010/07/clarion-t4-template-walk-through/comment-page-1/#comment-500</link>
		<dc:creator>Graham Dawson</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://clarionsharp.com/blog/?p=768#comment-500</guid>
		<description>That looks great - many thanks for posting.

Lots of questions but I&#039;ll just post one.
&lt;#@ assembly and
&lt;#@ import namespace
should allow us to use our own assemblies within a template correct?

But will those templates be able to &#039;see&#039; the built-in template symbols, and symbols declared in a &#039;helper block&#039; within the current template.

Graham</description>
		<content:encoded><![CDATA[<p>That looks great &#8211; many thanks for posting.</p>
<p>Lots of questions but I&#8217;ll just post one.<br />
&lt;#@ assembly and<br />
&lt;#@ import namespace<br />
should allow us to use our own assemblies within a template correct?</p>
<p>But will those templates be able to &#8216;see&#8217; the built-in template symbols, and symbols declared in a &#8216;helper block&#8217; within the current template.</p>
<p>Graham</p>
]]></content:encoded>
	</item>
</channel>
</rss>

