.NET native DWG/DXF importer without legacy DLLs
A .NET native DWG/DXF importer without the need to link OpenDesign.com DLLs. As a managed code developer, I hate to deal with these old fashioned unmanaged DLLs and associated *.TX and *.TXV files.
A .NET native DWG/DXF importer without the need to link OpenDesign.com DLLs. As a managed code developer, I hate to deal with these old fashioned unmanaged DLLs and associated *.TX and *.TXV files.
Comments
Sounds great! Are you going to go and grab the binary layout(headers, offsets, checksums and the like) from the C++ part and create your own objects from that, or are you going to go he Hexinator way? :D
Hi Martin,
Let's say both, very hard project but vital for our tools. We cannot make any promise yet.
Please sign in to leave a comment.