NetTalk Source Code

 
Vote for this Product at ClarionShop
 
Buy now at ClarionShop
Version 3.27
Copyright © 2000-2005 by CapeSoft Software (Pty) Ltd
www.capesoft.com
Updated 07 February 2005
c3pa approved
     

NetTalk Source Code


 

Contents - NetTalk Source Code
  Introduction  
Requirements
What's Included
License Agreement & Copyright
Buying NetTalk Source Code
Downloading
Installation Instructions
Support
     

General Information

Introduction (recommended reading)

NetTalk is the de-facto standard tool for TCP/IP networking in Clarion. And from using it extensively ourselves, we know why. There simply is no easier way to add robust networking to your Clarion application. Built by people who use Clarion, for people who use Clarion, it's no wonder that NetTalk offers a level of integration simply not found in other tools.

This document is all about the source code for the NetTalk DLL. Should you wish to read the normal documentation please read it here.
 

Requirements   (recommended reading)


What's Included (recommended reading)

The following files are included in the source code (and are installed into Clarion\3rdParty\Source\NetTalkSource):

*.prj   These are all the Project files. For example for compile the NetTalk Lib file in Clarion 6 you would use the c60nxl.prj or to compile all the Clarion6 versions you could compile net60all.prj. The 60 is actually a Clarion 6.1 build.
To compile your own DLL or LIB files simply open the correct Project file and press the compile button in Clarion.
*.bat   These are all batch files that are run for each project file. They will copy the built file (e.g. the DLL or LIB file) into the correct place e.g. c:\Clarion6\3rdParty\Lib. If you are running Clarion on another drive, please edit these batch files and enter the correct location.
NetBrand.clw  This clw allows you to customise the NetTalk DLL for yourself. In this file you can set the default NetTalk Encryption PassKey. It's made up of two strings here, but you can modify these and keep your own file. Be sure to backup this file, before installing a new version of the NetTalk source code.
*.clw  & *.inc These are all the NetTalk DLL inc & clw files.
netdll.res NetTalk DLL Resource File.
*.exp Export files used in the compile.
*.lib Library files used in the compile.

License Agreement & Copyright (recommended reading)

This product, and all the files contained therein, are copyrighted by CapeSoft Software (Pty) Ltd who trade as CapeSoft.

Each programmer who plans to build applications that have NetTalk in them is still required to purchase the normal NetTalk package, which includes the compiled DLLs, the template, and the Object files. Information about this package is available here.

You are not allowed to copy any of the other files, including but not limited to, Library (LIB) files, Source Files (CLW & INC), Project Files, Batch Files and documentation files. In other words each developer using the source code for the NetTalk DLL (in full or in part) needs his own license to use NetTalk. (Need to buy more licenses?)

You are not allowed to use this source code (in part or in full) to develop 3rd Party Accessories (for Clarion or any other language), without consulting CapeSoft to negotiate a royalty fee. This code may only be used in applications, not programming toolkits or accessories.

This product is provided as-is. CapeSoft Software (Pty) Ltd (trading as CapeSoft), employees of CapeSoft, and Dealers of CapeSoft products, explicitly accept no liability for any loss or damages which may occur from using this package. Use of this package constitutes agreement with this license. This package is used entirely at your own risk.

Buying NetTalk Source Code (recommended reading)

Remember: Upgrades at the moment are free, so please make sure you keep up-to-date with the latest version of NetTalk.

The full working version of NetTalk is available from:

CapeSoft Sales

  Web  
Email
Telephone
+27 21 715 4000
Fax
+27 21 715 2535
Post
PO Box 511, Plumstead, 7801, South Africa
     

Buy Online
  Price: $1995  
 
 
 
 
     

Go to www.clarionshop.com to purchase and register. You will then be sent your password to unlock the product.

Downloading (recommended reading)

NetTalk Source Code can be downloaded from the NetTalk Downloads Page.

Installation Instructions (recommended reading)

To install NetTalk run the supplied installation program. Download the latest version of NetTalk from: www.capesoft.com/nettalkd.htm.

The installation application will install the following:

Clarion\3rdParty\Docs\NetTalkSupport

Clarion\3rdParty\Source\NetTalkSupport

Support (recommended reading)

The first place you turn to for support is www.capesoft.com/docs/nettalk/NetTalkSupport.htm#Support



[End of document]