Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing Source Code to work with .dwg files

Status
Not open for further replies.

TStone619

Aerospace
Joined
Mar 10, 2007
Messages
5
Location
US
I am trying to write some source code that can work with .dwg files. I want to be able to show the files in my own window and be able to zoom in and zoom out of the files. I will eventually want to do this with other drafting files as well. What is the best language to use to do this? Which language has the most code already written to manipulate files?
 
I would think C++ since you can use Autodesk's SDK to manipulate the drawing files. With what you are wanting to do, I would guess this would be your best bet.


"The fear of the Lord is the beginning of wisdom"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top