DWF
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
Obtaining content from DWFX file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
570 Views, 0 Replies
11-14-2012 04:03 AM
Hi,
I'm using DWFToolkit 7.7 to access DWFX files. to obtain geometries and the corresponding layer of each geometry.
I've tried using the samples "ReadContentDefinition" and "ObjectDefinitionReader" to do this, but this samples don't process the DFWX files that i'm using.
In the case of the "ObjectDefinitionReader" sample, there are no instances in the following line:
DWFDefinedObjectInstance::tList::const_iterator iInst = oRootInstances.begin();
In the case of the "ReadContentDefinition" sample, it crashes in the following line:
pContent->load();
Both samples are specifically looking for DWFPackages and not for DWFXPackage, wich is the case.
Is there other way of doing this for DWFX files?
Any help is appreciated.
Thanks,
Pedro Cruz
