highflybird 发表于 2011-5-17 14:14:11

回复 sachindkini 的帖子

Can you register DynamicWrapperX by hand?

sachindkini 发表于 2011-5-17 15:40:06

回复 highflybird 的帖子

dear sir,
not clear for me, by hand mean?
yes i can register manualy

highflybird 发表于 2011-5-17 16:58:59

回复 sachindkini 的帖子

How about to Create a DynamicWrapperX instance.
(setq DWX (vlax-create-object "DynamicWrapperX"))
ifthe return valueis notnil, then ,you needn't to run RegisterDynWrapX.

sachindkini 发表于 2011-5-19 13:01:21

dear sir,
sorry for delay, result is nilCommand: (setq DWX (vlax-create-object "DynamicWrapperX"))
nil

highflybir 发表于 2011-5-19 14:25:03

本帖最后由 highflybir 于 2011-5-19 14:25 编辑

回复 sachindkini 的帖子

Can you registerDynwrapx.dll?

copydynwrapx.dll to your   windows\system32\
thenrun : regsvr32.exedynwrapx.dll

Register the component in one of these two ways:
regsvr32.exe path-to-the-component\dynwrapx.dll - for all users.
regsvr32.exe /i path-to-the-component\dynwrapx.dll - for the current user.


If dynwrapx.dll is located in the System32, System, Windows directory, the current directory or one of those listed in the PATH environment variable, the path is optional. After registering dynwrapx.dll for the current user, the DynamicWrapperX object will only be available to this user.

Unregister the component as follows:
regsvr32.exe /u path-to-the-component\dynwrapx.dll - for all users.
regsvr32.exe /u /i path-to-the-component\dynwrapx.dll - for the current user.


On Windows 98 you will possibly have to specify the full path to regsvr32.exe (the System folder). Also, registration for the current user makes no sense here because the component won’t work.



http://www.script-coding.com/dynwrapx_eng.html

sachindkini 发表于 2011-5-19 14:37:48

Dear Sir,
Thx for helping
see the next error

highflybir 发表于 2011-5-19 14:56:51

本帖最后由 highflybir 于 2011-5-19 14:58 编辑

回复 sachindkini 的帖子

Maybe you should check your system security setting?
or you can register an account in this website,then ask the author directly.
this is the link:
http://forum.script-coding.com/viewforum.php?id=22
I also asked the author some questions about dynamicWrapperX:
http://forum.script-coding.com/viewtopic.php?id=5583

highflybir 发表于 2011-5-19 15:19:51

回复 sachindkini 的帖子

First check you login system as administrator.

http://support.microsoft.com/kb/827659
Maybe this is helpful.
http://social.msdn.microsoft.com/Forums/en/windowsgeneraldevelopmentissues/thread/9a78c867-0822-46b0-accc-d96eb9a416fe

sachindkini 发表于 2011-5-19 16:33:19

Dear sir,
thx for reply, & sorry i will not check my admin policy,
my company administrator disabled the regedit, i will try at my home today night

zmzk 发表于 2020-2-20 14:35:34

你们好厉害!都用上 英语对话,我是一点也没看懂!对了,"sachindkini"朋友,你是哪个国家的啊?既然能看懂我们的汉字,为什么不用汉字和我们沟通啊?
页: 1 [2]
查看完整版本: 【飞鸟集】ToolTip ,气泡通知