高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】rendering With Dwgdirec
rendering with dwgdirect
rendering with dwgdirect
we just joined. i'm tasked with replacing a lousy in-house code library with dwgdirect. we basically just need to read and display a drawing file. ours is an mfc app, but we don't use the document/view architecture, so i think the odamfcapp example is of limited use to us. before, we read the file into our data structures and if that didn't crash, then we looped through and drew things to the window. until rendering is implemented in dwgdirect, i think we'll have to take a similar approach - traverse the database and draw what we find. does anyone know of some sample code for an mfc app that doesn't use document/view and that does do drawing? also, is there any documentation/explanations of any of the example code, like the odreadex example?
thanks.
michael
currently, the example programs in nonlibs.zip are all that we have available. we will be adding to the documentation for the sample programs in the near future.
|