CrossTalk Wizard
CrossTalk Wizard The class generator has been functional for nearly 2 months. It’s UI however was only a console application. […]
CrossTalk Master Feed
CrossTalk Wizard The class generator has been functional for nearly 2 months. It’s UI however was only a console application. […]
Enums .NET and Delphi handle enumerations quite differently. Because of this CrossTalk has to do a bit of a translation.
Overloaded Indexed Properties Delphi cannot overload indexed properties. So CrossTalk adds suffixes to the overloads. In System.Xml.XmlReader the Items property
System.XML is working CrossTalk is now advanced enough that it can use XmlReader in System.XML to read XML data. procedure
.NET DataSets CrossTalk can allow you to access .NET DataSets. Here is a DataSet with a DataTable declared in Visual
CrossTalk Project Files – *.ctp .ctp extension defines a CrossTalk Project file. CTP files list assemblies and classes that you
Debugging .NET Code from Delphi You can debug .NET code even though your main program is written in Delphi. You
Loading User Assemblies Here is how user assemblies are loaded and how paths are resolved. Earlier we discussed the CTP
CrossTalk Newsgroup Now Available A CrossTalk newsgroup is now available. We will be publishing a public beta soon. Until then
Sample CrossTalk Code Here is a sample of what it looks like to use CrossTalk. Source Code This is Delphi