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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,97ce41cf36cbf5ee,start X-Google-Attributes: gid103376,public From: wlane@csulb.edu (William Lane) Subject: linking C functions into GNAT ADA95 progs... Date: 1996/10/26 Message-ID: <54rph9$4gl@hatathli.csulb.edu>#1/1 X-Deja-AN: 192100457 organization: Cal State Long Beach newsgroups: comp.lang.ada Date: 1996-10-26T00:00:00+00:00 List-Id: I'm a beginning ADA95 programmer who's interested in linking in some Borland C++ v2.0 functions. These functions just play songs (via the soundon(), soundoff(), and delay() functions) and clear the screen. I've gleaned from Dr. Feldman's book that it is possible to link c functions in w/my ADA95 code, but since the library and header files differ from Borland C++ and DJGPP it I'm stumped. I was thinking of simply having my ADA95 program call the C++ routines as external modules by that is too slow... thanks in advance, -Bill Lane