Switch to: V12V11V10V9V8V7V6V5

Valentina for Revolution Example Guide Introduction

Local and Client-Server modes

Please note, that practically all above examples are developed to be able to work in both LOCAL and CLIENT - SERVER modes.

To switch modes you should open in your project module ExampleTools, go to the method initValentina() and set the variable gClient to be TRUE.

gClient = true

To be able to work in the different modes, the ExampleTools module contains few methods, which do work according to the value of gClient flag.

ATTENTION: Valentina Examples cannot work with Valentina Server that runs using license_emb_dddddd file, because VServer in this case expects connection signature, which Examples do not provide. Please use the Examples only with Vserver that runs with license_mac_dddd or license_win_dddd files.