Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!mcsun!ukc!strath-cs!khalfala@cs.strath.ac.uk From: khalfala@cs.strath.ac.uk (Mohamed K. Ahmed) Newsgroups: comp.windows.misc Subject: X & Cadre Teamwork Message-ID: <6643@baird.cs.strath.ac.uk> Date: 24 Jun 91 09:44:04 GMT Article-I.D.: baird.6643 Sender: news@cs.strath.ac.uk Organization: Comp. Sci. Dept., Strathclyde Univ., Scotland. Lines: 44 Nntp-Posting-Host: maxwell Hi, I am presently working on a project which uses both X-windows and Teamwork. The following problem has arisen : In isolation, my X-windows program is working properly, but when I add code to access the Teamwork database and compile the whole program with the inclusion of the Teamwork library (twk_lib.a) in my compilation procedure, the compilation completes successfully but when excuted the X-application no longer functions correctly, and the following message appears on the screen : XToolkit Warning : Actions not found Even after removing all teamwork access calles but leaving the "twk_lib.a" library in my "makefile", after compilation the same problem occurs. My suspeicion is both the X & Teamwork libraries contain functions with identical names. The following resources have been used : Toolkit X-windows version is 11 Release 4 Machine type hp 9000/360 Operating system HP-UX V 7.0 The following procedure used to compile the program : cc -O -I/usr/hp64000/hptwk/dba -Wc,-Nd4000 -Wc,-Nd20000 -Wc,-Ns4000 -Wc,-Nt50000 -DSYSV -DNLS16 -Dhp9000s300 -o object source.c -lXm -lXt -lX11 -lPW /usr/hp64000/hptwk/dba/twk_lib.a -lm If anyone has come across this problem and could help, please reply via email. Your help is greatly appreciated. cheers in advance. Khalfala khalfala@cs.strath.ac.uk