Communication between Uniface applications
Author: s.bisseux@gie.codelog.fr (Stephane BISSEUX)
hello I need to run two distinct Uniface applications and make them talk together. Each application is a uniface.exe process using different asn and ini files. What is the best way to activate several "uniface.exe" process and allow communication between them? In application A, how can I send message to application B? (in app A, can I use postmessage instruction? do I need an handle on application B? if yes, how can I get this handle?...) The aim of this, is to build a tool wich will be able to manage component version, export and compile component from/to different uniface environments (DEV, TEST, VALIDATION, PRODUCTION, ...) Any help will be appreciate Stéphane