TheSwamp

Code Red => .NET => Topic started by: David Hall on June 15, 2006, 04:13:39 PM

Title: dwf in .Net
Post by: David Hall on June 15, 2006, 04:13:39 PM
Does anyone know what files are needed to access the dwf stuff for autocad in .Net?  Im trying to write an app that will allow you to batch print DWF's
Title: Re: dwf in .Net
Post by: MikePerry on June 16, 2006, 09:54:50 AM
Hi

Does any of the following help...

DWF Toolkit 7.2.1 Now Available (http://dwf.blogs.com/beyond_the_paper/2006/06/dwf_toolkit_721.html)

DWF Toolkit 7.2 Handles All DWF files (http://dwf.blogs.com/beyond_the_paper/2006/06/dwf_toolkit_721_1.html)

Autodesk Web Site URLs for DWF (http://dwf.blogs.com/beyond_the_paper/2006/06/autodesk_web_si.html)

Have a good one, Mike
Title: Re: dwf in .Net
Post by: David Hall on June 16, 2006, 11:07:35 AM
ok, question, I'm using C#.  the source files are C++.  can I use them at all?

I guess the reason I ask is I thought the new thing with dot net was the ability to use different programming languages in your program.  Am I way off base?
Title: Re: dwf in .Net
Post by: MickD on June 16, 2006, 07:33:10 PM
I have no idea about dwf but if you have an api and some samples in C++ you can do this using DllImport to use the exported functions of the api.
Title: Re: dwf in .Net
Post by: Kerry on June 16, 2006, 09:15:00 PM
Can't help with DWF yet David.
Mark <the Man here> asked me yesterday to put it on my list ... so perhaps you will have it sorted out by the time I'm free to look. :-)
Title: Re: dwf in .Net
Post by: Draftek on June 19, 2006, 08:12:51 AM
David,

You should check out plotting, the dwf issue will merely be a driver selection for autocad.