New in version 6.1.0: See the new features.

Keyed file librariesΒΆ

Three pure client libraries have been implemented. Pure client means that to access any keyed file, or any other service/functionality provided it must connect to a Sculptor server.

Each library has been implemented in different programming languages, so that a maximum number of languages, platforms and devices is adressed. These are the libraries with a link to each specific help:

Language

Help

Description

.Net

KfLibDNet

.Net and mono environments

Java

KfLibJava

This Java library can be run on many platforms and devices including Android

C++

KfLibCpp

Native implementation, allows to be linked from a C++ program or any other language supporting a C++ library

Note: The programing interface in the three libraries is as similar as possible, using the same class names, method names, variable names and data types.

New in version 6.2.0: See the new features.

The Server class added some informational functions (more information in any of the three library help links):

New methods

getFix64()

getIsDos()

getMaxUsers()

getScDateVers()

getScFixVers()

getScMainVers()

getScSubVers()

getSculptorDir()

getServerName()

getSrvMainVers()

getSrvSubVers()