T.R | Title | User | Personal Name | Date | Lines |
---|
1386.1 | Yes, but you can rebuild for Borland! | REQUE::whocrz.zko.dec.com::Gumbel | Dick Gumbel | Thu Mar 20 1997 13:06 | 16 |
|
You are correct - the c++ support for ObjectBroker is based on
a static library built with Microsoft VC++. If you check out
section 10.8.4 in the 'Designing and Building Applications'
book (page 10-41), you will see a list of the supported
c++ compilers on each platform. That section also describes how
you can rebuild the OBB c++ static library with another compiler.
If you need to use Borland on NT or Win95, you can rebuild the
c++ static library as described in that section of the book.
Dick Gumbel
ObjectBroker development
|
1386.2 | | REQUE::BOWER | Peter Bower, ObjectBroker | Tue Mar 25 1997 22:24 | 6 |
| I believe MSVC is the only supported compiler for NT.
obb32.lib is the .lib for the obb32.dll - I seem to remember you
you can create a .lib from a .dll using a program (implib ?). You
may be able to create a .lib that you can link against with Borland.
|
1386.3 | | EMNTAL::STADELMANN | Sepp @ZUO 760-2609 | Mon Apr 14 1997 07:21 | 13 |
| the way how you can create a .LIB is described in one of the MSDN
CDROM's. depending on many things, sometimes straigth forward and
done in a few minutes, sometimes harder to resolvebut it can be done.
Also my question, what are all the source files for under
.\LIB\CXXSRC
can the full ORB LIB be rebuilt uing this library's make file for
i.e. Borland C++, Can someone deliver a few hints. Just a bit more
then what is in the docu. please.
Sepp,
|
1386.4 | | REQUE::BOWER | Peter Bower, ObjectBroker | Tue Apr 15 1997 07:47 | 12 |
|
The C++ binding pseudo object code is in an object library. If you need
to rebuild the library for a different version of the compiler, then
the documentation has the details. If you want to try to rebuild
the library with a different compiler, then it is much more difficult.
cxxmakef.w32 is the makefile that is used to rebuild the library
on NT. It is designed for the MSVC compiler. You might be able
to take cxxmakef.win (designed for Borland on windows 3.1) and
update it for Borland on NT. Look at the various options that
cxxmakef.w32 is using and make sure the corresponding options in
Borland are set.
|
1386.5 | | EMNTAL::STADELMANN | Sepp @ZUO 760-2609 | Thu Apr 17 1997 06:47 | 1 |
| Peter Bower, thank you very much. Sepp
|