Title: | ObjectBroker Development - BEA Systems' CORBA |
Notice: | See note 2 for kit locations; note 4 for training |
Moderator: | RECV::GUMBEL d |
Created: | Thu Dec 27 1990 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2482 |
Total number of notes: | 13057 |
When including obbmgt.h you need to bracket it as follows #ifdef __cplusplus extern "C" { #endif #include obbmgt.h> #ifdef __cplusplus } #endif else the linker refuses to resolve references to the MGT API. Is this intended or was something missed - since I've never had to do this with any other ObjectBroker include file? Ron
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2421.1 | PTR 16-3-226 | REQUE::BOWER | Peter Bower, ObjectBroker | Tue Jan 28 1997 06:54 | 7 |
I have entered a PTR on this - 16-3-226. For now, bracket the include. The extern "C" { statements will be added to the obbmgt.h file in a similar manner to those already in orb.h and the other OBB include files. |