Chilkat Cocoa Objective-C 30-Day Trial
The fully-functional Chilkat
libraries and components are always downloadable at http://www.chilkatsoft.com/downloads.asp
Chilkat components and libraries
are unlocked at runtime by calling the UnlockComponent method
once at the beginning of a program. A 30-day trial automatically
begins if an invalid unlock code is passed to UnlockComponent.
For example:
NSMutableString *strOutput = [NSMutableString stringWithCapacity:1000];
CkoFtp2 *ftp = [[CkoFtp2 alloc] init];
BOOL success;
// Any string unlocks the component for the 1st 30-days.
success = [ftp UnlockComponent: @"Anything for 30-day trial"];
if (success != YES) {
[strOutput appendString: ftp.LastErrorText];
[strOutput appendString: @"\r\n"];
self.mainTextField.stringValue = strOutput;
return;
}
When a license is purchased,
you will receive a valid and permanent unlock code that should
be inserted in the call to UnlockComponent.
|
Privacy
Statement. Copyright 2000-2012 Chilkat
Software, Inc. All rights reserved.
(Regarding the usage of the Android logo) Portions of this page are reproduced from work created and shared by Google
and used according to terms described in the Creative Commons
3.0 Attribution License.
Send feedback to support@chilkatsoft.com
Software components and libraries for Linux, MAC OS X, IOS (IPhone), Android™, QNX, Solaris, HP-UX, RHEL/CentOS Microsoft Windows 7, Vista, XP, 2000, 2003 Server, 2008 Server, and Windows 95/98/NT4.
|
|