DWF
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Newbie in DWF Toolkit, get all objects in dwf file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Now I try to run with the option "Start without Debugging" (Ctrl + F5) and the errors don't appear. I read in some sites that the PDB files are temporary files to debug, aren't they?
Nevertheless I'm not seeing the output. What should appear? If I understand it would create a DWF file, right? Where?
Sorry for all these question but I don't find documentation about the examples.
Re: Newbie in DWF Toolkit, get all objects in dwf file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi,
pls check the staticorshared and debugorrelease option in the Configure.vsprops file when you build dwf toolkit. and make sure it suitable to your option "Debug (Read-write WChar DLL)"
Re: Newbie in DWF Toolkit, get all objects in dwf file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Voicon, I open my Configure.vsprops that are inside the folder DWFToolkit-7.7\samples. It is below:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="DWF Toolkit Libraries"
>
<UserMacro
Name="Platform"
Value="Win32"
/>
<UserMacro
Name="StaticOrShared"
Value="shared"
/>
<UserMacro
Name="DebugOrRelease"
Value="release"
/>
<UserMacro
Name="VCOutDir"
Value="vc8.0"
/>
<UserMacro
Name="binloc"
Value="bin"
/>
</VisualStudioPropertySheet>
I try to change the version to 10.00, after to static, and debug. But with same problems. When I "start without debugging", appears a screen and disappear soon. Is it correct? Thanks a lot for your responses.
Re: Newbie in DWF Toolkit, get all objects in dwf file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi,
so, currently which options you use in your configure.vsprops, also "debug read-write WChar DLL" is in use ?
as your errors, some dll files are miss, please check the path to dll file in Project properties
Re: Newbie in DWF Toolkit, get all objects in dwf file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
How can I see this in Visual Studio? How can I open this file?
Re: Newbie in DWF Toolkit, get all objects in dwf file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content


