Can you register DynamicWrapperX by hand? 回复 highflybird 的帖子
dear sir,
not clear for me, by hand mean?
yes i can register manualy 回复 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. dear sir,
sorry for delay, result is nilCommand: (setq DWX (vlax-create-object "DynamicWrapperX"))
nil 本帖最后由 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 Dear Sir,
Thx for helping
see the next error
本帖最后由 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
回复 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 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
你们好厉害!都用上 英语对话,我是一点也没看懂!对了,"sachindkini"朋友,你是哪个国家的啊?既然能看懂我们的汉字,为什么不用汉字和我们沟通啊?
页:
1
[2]