Yes, both data and functions are exported from A.
Here's the static declaration, from DLL A:
namespace NS { vector<CORBA::Narrow_proto
Here's the access, from DLL B:
struct _global_init_MYPLUGIN_Deri
_global_init_MYPLUGIN_Deri
{
vector<CORBA::Narrow_proto
if( vec == NULL )
vec = ::NS::BasicType::_narrow_h
vec->push_back( MYPLUGIN::DerivedType::_na
}
} __global_init_MYPLUGIN_Der
Main Topics
Browse All Topics





by: NickRepinPosted on 2000-05-09 at 14:08:27ID: 2794492
So you export the data, not functions only, from the A?
Could you show the code related to the static data?