a question about how to get ole object's data
a question about how to get ole object's data
hi, i am developing a program to read dwg\dxf file. i want to read the data of ole object's that in dwg file, then use these data to create a ole object which be inserted to my program. but i didn't konw how to do this.
you may look at odamfcapp sample, cdwgviewer:

ninsertoleobject() function. there ole object is inserted , but it may help you to do a reverse task.
vladimir
quote:
originally posted by wvk
you may look at odamfcapp sample, cdwgviewer:

ninsertoleobject() function. there ole object is inserted , but it may help you to do a reverse task.
thanks
best regards