W wqh-1 Unregistered / Unconfirmed GUEST, unregistred user! 2001-06-22 #1 我先开了一个new application,再new activex,然后想注册该com,但据说要先生成 dll文件,我build object 后,没发现dll文件
W wind_cloudy Unregistered / Unconfirmed GUEST, unregistred user! 2001-06-22 #2 用run|register server注册.而且也不一定是生成dll文件,如activex control是ocx文件.
W wqh-1 Unregistered / Unconfirmed GUEST, unregistred user! 2001-06-22 #3 不好意思,没说清楚,我是new automation object ,而不是new activex library.此时 不能register server
W wind_cloudy Unregistered / Unconfirmed GUEST, unregistred user! 2001-06-22 #5 因为你先new application,再new automation object,故创建的是进程外自动化服务器, 将可执行文件运行一遍即可注册。 如果先new activex library,再new automation object,则创建的是进程内自动化服务器, 用run|register server注册,这时才生成dll文件.也可用regsvr32注册该dll文件.
因为你先new application,再new automation object,故创建的是进程外自动化服务器, 将可执行文件运行一遍即可注册。 如果先new activex library,再new automation object,则创建的是进程内自动化服务器, 用run|register server注册,这时才生成dll文件.也可用regsvr32注册该dll文件.