Hi,
I installed Win7 (64 bit) and the latest Teechart AX (V8006).
When registering the ocx i get a window with a runtime error 217 at 01EFD821. What does this mean ?
Greetings,
Jack
TC 8 with WIN7 (64)
Re: TC 8 with WIN7 (64)
Hi Jack,
We've tested it in a Win7 32 bits machine and everything seems alright. We'll back to you as soon as we will be able to make a test in 64 bits.
We've tested it in a Win7 32 bits machine and everything seems alright. We'll back to you as soon as we will be able to make a test in 64 bits.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TC 8 with WIN7 (64)
Hi Jack,
We've tested it in a new fresh Windows 7 64 bits install (v6.1 build 7600) and TeeChart AX v8.0.0.6 installed without any error.
With the firsts Vista versions, some customers found a similar problem that was solved with the next Vista versions.
We don't have many experience with Windows 7 but, if it's a Vista with updates and not much more, I can't see where could be the problem with yours.
We've tested it in a new fresh Windows 7 64 bits install (v6.1 build 7600) and TeeChart AX v8.0.0.6 installed without any error.
With the firsts Vista versions, some customers found a similar problem that was solved with the next Vista versions.
We don't have many experience with Windows 7 but, if it's a Vista with updates and not much more, I can't see where could be the problem with yours.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TC 8 with WIN7 (64)
Hi Yeray,
I investigated this matter a bit further.
* My install of win7 (64) is the same as yours.
* It is also an almost clean install
* I installed only the english components (not the whole package) of the latest activex component
* I made a copy of teechart8.ocx from "c:\program files (x86)\steema software\teechart pro v8 activex english components" over to the directory "c:\users\jack\my documents\cavo28\exe"
To succesful register the component one has to start "cmd" (run as administrator !) and :
"regsvr32 teechart8.ocx" in the directory "c:\program files (x86)\steema software\teechart pro v8 activex english components"
The registration fails (with error 217) when one wants to register the component in the directory "c:\users\jack\my documents\cavo28\exe". Maybe this has something to do with the fact that this folder is shared ?!
Anyway i got the components registered, only not in the preferred directory.
TIA,
Jack
I investigated this matter a bit further.
* My install of win7 (64) is the same as yours.
* It is also an almost clean install
* I installed only the english components (not the whole package) of the latest activex component
* I made a copy of teechart8.ocx from "c:\program files (x86)\steema software\teechart pro v8 activex english components" over to the directory "c:\users\jack\my documents\cavo28\exe"
To succesful register the component one has to start "cmd" (run as administrator !) and :
"regsvr32 teechart8.ocx" in the directory "c:\program files (x86)\steema software\teechart pro v8 activex english components"
The registration fails (with error 217) when one wants to register the component in the directory "c:\users\jack\my documents\cavo28\exe". Maybe this has something to do with the fact that this folder is shared ?!
Anyway i got the components registered, only not in the preferred directory.
TIA,
Jack
Re: TC 8 with WIN7 (64)
Hi Jack,
Aha, I think it's a Windows problem registering files from a path that contains blank spaces in the address.
I could reproduce the problem when I moved the ocx to My Documents\exe. The following command doesn't seem to work fine:
But you can change "My Documents" for "Documents" and then it seems to work fine:
Aha, I think it's a Windows problem registering files from a path that contains blank spaces in the address.
I could reproduce the problem when I moved the ocx to My Documents\exe. The following command doesn't seem to work fine:
Code: Select all
C:\Windows\System32\regsvr32.exe "C:\Users\admin\My Documents\exe\TeeChart8.ocx"
Code: Select all
C:\Windows\System32\regsvr32.exe C:\Users\admin\Documents\exe\TeeChart8.ocx
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TC 8 with WIN7 (64)
Hi Yeray,
I will try that. Thanks.
Greetings,
Jack
I will try that. Thanks.
Greetings,
Jack