my program is written in vb6.0. the program runs great under autocad R14 but not under autocad 2002.
autocad 2002 opens okay from the program, however when it comes to the following line
AutoCDoc.new "c:\program files\AutoCad 2002\template\acad.dwt"
i receive an error
-2145320848 method not available in MDI mode Use open method of documents collection. i'm not sure what is missing. what do i need to change to make this work.
autocad 2002 opens okay from the program, however when it comes to the following line
AutoCDoc.new "c:\program files\AutoCad 2002\template\acad.dwt"
i receive an error
-2145320848 method not available in MDI mode Use open method of documents collection. i'm not sure what is missing. what do i need to change to make this work.