From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9e2afb0f43835324,start X-Google-Attributes: gid103376,public From: dulman@ibm.net Subject: Vad 3.1 BLT package Leonid Dulman Date: 1999/08/04 Message-ID: <7oa04e$t3u$1@news.ibm.net.il>#1/1 X-Deja-AN: 508869709 X-Complaints-To: postmaster@ibm.net X-Trace: news.ibm.net.il!ibm.net 933790670 29822 (none) 139.92.88.55 Organization: Unspecified Organization Reply-To: dulman@ibm.net Newsgroups: comp.lang.ada Date: 1999-08-04T00:00:00+00:00 List-Id: Using package BLT with VAD 3.1 For using package BLT with Vad 3.1 need to do : 1. Copy directory blt to Tcl/lib ( to do it visible for require BLT) 2. copy bltinit.tcl to project directory and write script: source bltinit.tcl, if you want directly work with BLT in VAD 2. In initialize part change Execute("source tclinit.tcl");(if it present) to Rcom.Blt.Bltinit; That's all in Windows. If you want work with BLT in Unix(Linux), you need blt2.4.so library and change blt80.dll to this library and correct pkgindex.tcl file Free download http://ada95.freeservers.com/vad31blt.zip Regards. Leonid(dulman@ibm.net)