Archive for the ‘Platforms’ Category

MAC 64 bits – introducing vcomponents_x64 for ADKs/x64

Yesterday I have try to make installer of VPHP_Standalone_x64, which could be our first 64-bit ADK,  and have realize that it is not good idea keep in the same /usr/local/lib/vcomponents both 32 and 64 bit DLLs.

Read the rest of this entry »

REALbasic, the iPhone and Valentina DB

There is an interesting conversation taking place over on Bob Keeney’s blog regarding REALbasic and the iPhone.
Paradigma Software has had a Valentina Client for the iPhone for almost a year, and while its seen some use, I often feel that just having it has helped bring new customers to use Valentina DB who have no [...]

Read the rest of this entry »

Valentina Server 64-bit.

We are happy to introduce, in the release 4.5,  the result of our 8 months efforts – Valentina Server 64 bit for 3 platforms (win, mac, linux)!

Read the rest of this entry »

V4RB/V4MD Carbon deprecated in v4.5

We have decide to deprecated these two Carbon products in v4.5, which we have developed yet with help of CodeWarrior.
I think for REALbasic developers, this will not a problem, because few years REALbasic is a cocoa application itself, and works with xcode-made plugins.
For Director users, this means that v4.5 of V4MD mac, will not work [...]

Read the rest of this entry »

SNMP and Valentina Server

There is a new feature in Valentina Server – SNMP agent.
Currently we support only get() and get_next() SNMP requests for the following oids:
sysDescr(“1.3.6.1.2.1.1.1.0″ )
sysUpTime(“1.3.6.1.2.1.1.3.0″ )
Not much info but it makes a possibility to monitor vServer over SNMP.
For now, SNMP facilities are available only for Windows.
You should specify SNMP port in the server ini-file (default port [...]

Read the rest of this entry »

Valentina Server Log – Added SysLog Format

You may set LogToSysLog variable to 1 (in the INI file or via vServer properties) to make vServer put log messages into the system log:
* Event log for Windows
* SysLog for Linux.
The default state of variable is off.

Read the rest of this entry »

Improved AppleScripts on MAC to start/stop VServer.

Now scripts show dialog to ask for ADMIN password, and execute load/unload of a VSERVER under SUDO.

Read the rest of this entry »

FIXED Snow Leopard issue in VSERVR’s Sheduler.

Thorsten have found that on Snow Leopard VServer crashes if scheduler is enabled.
Problem was in ICU ucal_open() method. It looks that something was changed in the ICU used by 10.6. Now they require 3d parameter LocalName.
FIXED.

Read the rest of this entry »