Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!julius.cs.uiuc.edu!apple!well!beoneel From: beoneel@well.sf.ca.us (Bruce O'Neel) Newsgroups: comp.lang.c++ Subject: Re: HELP: TC++ and Paradox Message-ID: <22481@well.sf.ca.us> Date: 7 Jan 91 22:43:24 GMT References: <1991Jan4.224159.22263@qut.edu.au> Lines: 32 mills@qut.edu.au writes: >Hi, > before I make a complete fool of myself, has anyone had any trouble >with turbo C++ and borlands paradox(together that is!). >I cannot get it to link if i use C++(.cpp) but if i compile it and link it >as a "normal" C program everything is fine. This happens with IDE > and with commmand line versions. If there isn't a bug with either paradox >or Turbo C++ I will post more info, but right now I am hving trouble with >my terminal emulation package!. >Please email me at: >t.mills@qut.edu.au >Thanks in advance, >Tim mills >PC Support Specialist >Computer based Education >Queensland uni of Tech. >Australia. Try extern "C" { at the beginning and } at the end of pxengine.h This turns off name mangeling for safe linking for c++ bruce