When I used FW1.9.5 + clipper I used
- Code: Select all Expand view
- oReg2 := TReg32():Create(HKEY_LOCAL_MACHINE,"SOFTWARE\classes\clsid\{6B455450-5344-4F43-4879-653132303137}\AppID")
oReg2:Set('AppID','test')
But now in FWH it does't work anymore.
I only can read the key.
If I use
- Code: Select all Expand view
- oReg := TReg32():Create( HKEY_LOCAL_MACHINE, "SOFTWARE\FiveWin\Reg32 Class Test" )
There is no problem...
What can be the problem?
Regards,
Marc