From: Wojciech K. <woj...@ko...> - 2003-01-23 17:25:54
|
Hemang Lavana wrote: > Hello, > > I am having exactly the same problems as Wojciech. My system is > [cut] Ok, I finally got the 3.0 to work! I read a bit on the tclplugin's CVS version and found that it is a problem caused by not finding the dlls. The problem is that NpLoadLibrary() should look up both KHEY_LOCAL_MACHINE and HKEY_CURRENT_USER... It only checks registry in LOCAL_MACHINE context. Anyway, you should copy some parts of HKEY_CURRENT_USER\Software\ActiveState\ActiveTcl to HKEY_CURRENT_USER\Software\ActiveState\ActiveTcl Especially CurrentVersion value and the 8.4.1.1 key. That helped me. I guess installing for everybody and not only current user would help - but I never install testing software for everybody. I hope NpLoadLibrary() will get some fix to look in HKEY_CURRENT_USER as well ;-) -- WK (written at Stardate 57060.9) "Data typing is an illusion. Everything is a sequence of bytes." -Todd Coram |