Autodesk GIS Design Server
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
!dbobji.cp p@6266: eNotOpenFo rWrite
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
1418 Views, 0 Replies
10-23-2007 12:47 PM
Hi. Somebody please help me.
I get this error when I try to plot a Map in Autodesk Map 3D 2006 / AGDS 8.4.1:
"INTERNAL ERROR: !dbobji.cpp@6266: eNotOpenForWrite"
I have created an input adapter and attached it to the current document.
pIAdapter = new CFurnasAdapterInput();
AcApDocument *doc = curDoc();
pIAdapter->setDocument( doc );
bool CAdapterInput::addingEntity(AcDbEntity *pEnt, LPCTSTR sHandle) {
if ( !this->addEntity( pEnt, sHandle ) )
return(false);
return(true);
}
The plot command calls the addingEntity method. If I comment this line: "this->addEntity( pEnt, sHandle )", it doesn't crash.
It's strange that in Autocad Map 2004, the plot command doesn't call this method, so it doesn't crash. Message was edited by: stancato
I get this error when I try to plot a Map in Autodesk Map 3D 2006 / AGDS 8.4.1:
"INTERNAL ERROR: !dbobji.cpp@6266: eNotOpenForWrite"
I have created an input adapter and attached it to the current document.
pIAdapter = new CFurnasAdapterInput();
AcApDocument *doc = curDoc();
pIAdapter->setDocument( doc );
bool CAdapterInput::addingEntity(AcDbEntity *pEnt, LPCTSTR sHandle) {
if ( !this->addEntity( pEnt, sHandle ) )
return(false);
return(true);
}
The plot command calls the addingEntity method. If I comment this line: "this->addEntity( pEnt, sHandle )", it doesn't crash.
It's strange that in Autocad Map 2004, the plot command doesn't call this method, so it doesn't crash. Message was edited by: stancato
