Newsgroups: comp.lang.prolog Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tsou From: tsou@magnus.acs.ohio-state.edu (Po-Yu Tsou) Subject: Turbo Prolog / Turbo C connecting problem Message-ID: <1991Apr25.174951.8160@magnus.acs.ohio-state.edu> Originator: tsou@top.magnus.acs.ohio-state.edu Sender: news@magnus.acs.ohio-state.edu Nntp-Posting-Host: top.magnus.acs.ohio-state.edu Organization: The Ohio State University Date: Thu, 25 Apr 1991 17:49:51 GMT Lines: 21 I am working on a program which uses Turbo Prolog and Turbo C simultaneously. The main program is written in Prolog and some subroutines are written in C of numerical calculations and its graphics. However, there are some problems happening while I link the program. The problems are: 1. There is a warning when LINK Turbo Prolog and Turbo C " Undefined symbol '_SCANTODVECTOR' in module SCANTOD." Note : the statement "READ IN" is used in Turbo C. 2. The variable declared in Turbo C to be DOUBLE or FLOAT cannot function in computations. 3. The graphic mode failed in Turbo C. Can someone helps to answer my problems? In advance, thanks! -------------------------------------------------------------- Poyu Tsou | Knowledge rests not upon truth alone, email : Tsou.1@osu.edu | but also upon error. -- Carl Jung --------------------------------------------------------------