Topic: Borland C++ v4.0 Problem
Author: khoff@titan.ucs.umass.edu (Kevin Hoffman)
Date: 2 Dec 1994 19:02:46 GMT Raw View
I just upgraded from C++ v3.0 for Dos to BC++4, and I'm
having a slight problem.
I have three source files,
x.cpp, y.cpp and z.cpp
and a library, opendoor.lib
The library was compiled under DOS in the Large Memory
model.
I went through and got the targetExpert to reflect a
DOS application, and made sure all the settings were
what seemed to be proper for the app,
but when I compile, it compiles fine, and during the link,
it tells me that every symbol from the opendoor.lib
file was undefined.
Each of the .cpp files #includes opendoor.h, which
declares all the functions..
I'm wondering - how should my project file look, or
is that the problem? And if not, what could the
problem be? I've been tearing my hair out about
this for weeks.
Please, if you know anything about this, respond
or E-mail me....I'm desperate.
--
[ Recursion (n) ] - If you don't understand it, see Recursion.