I've got code that compiles under many compilers, but Borland C++BuilderX is
telling me something is awry. I have several classes each in the "JSBSim"
namespace (in fact ALL of our classes are in the JSBSim namespace). I have
one file in which I define a main() that uses some of the classes. I clarify
the usage of these classes like this, for example (in JSBSim.cpp):
--- start ---
FDMExec = new JSBSim::FGFDMExec();
msg = FDMExec->ProcessMessage();
--- end ---
When I try to link, I get this error:
Error: Unresolved external 'JSBSim::FGJSBBase::ProcessMessage()' referenced
from JSBSIM.OBJ
Like I said, this all builds fine under gcc. Can anyone tell me what I need
to do?
Jon
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel