| Author | Topic: Windows 8.1 64-bit |
---|
| Nevzat Kanbur | Windows 8.1 64-bit
on Thu, 16 Jan 2014 16:31:35 +0200Hi,
I am getting nil value on Windows 8.1 64-bit with regclass function.
This does not happen on Windows 8.1 32-bit.
? ProductId() --> nil
any help please?
regards
Nevzat |
| Nevzat Kanbur | Re: Windows 8.1 64-bit and Thomas Braun's regclass function
on Thu, 16 Jan 2014 16:39:50 +020016.1.2014 16:31 tarihinde, Nevzat Kanbur yazdı:
> Hi,
> I am getting nil value on Windows 8.1 64-bit with regclass function.
> This does not happen on Windows 8.1 32-bit.
>
> ? ProductId() --> nil
>
> any help please?
>
> regards
> Nevzat
It is the Thomas Braun's class. |
| Thomas Braun | Re: Windows 8.1 64-bit
on Mon, 20 Jan 2014 09:30:42 +0100Nevzat Kanbur wrote:
> Hi,
> I am getting nil value on Windows 8.1 64-bit with regclass function.
> This does not happen on Windows 8.1 32-bit.
>
> ? ProductId() --> nil
Hi Nevzat,
there is no such funciton in my library, so I suppose this is some of your
code.
Unfortunately I have no access to any Windows 8 or 8.1 PC, so I can't do
any testing anyways...
Maybe if you provide the source of your ProductId() function someone else
with Windows 8.x can try to debug this and see what goes wrong here.
Thomas |
| Nevzat Kanbur | Re: Windows 8.1 64-bit
on Tue, 21 Jan 2014 12:35:12 +020020.1.2014 10:30 tarihinde, Thomas Braun yazdı:
> Nevzat Kanbur wrote:
>
>> Hi,
>> I am getting nil value on Windows 8.1 64-bit with regclass function.
>> This does not happen on Windows 8.1 32-bit.
>>
>> ? ProductId() --> nil
>
> Hi Nevzat,
>
> there is no such funciton in my library, so I suppose this is some of your
> code.
>
> Unfortunately I have no access to any Windows 8 or 8.1 PC, so I can't do
> any testing anyways...
>
> Maybe if you provide the source of your ProductId() function someone else
> with Windows 8.x can try to debug this and see what goes wrong here.
>
> Thomas
Hi,
Sorry it was GetProductId() function.It is in reghelp.prg file.
It works on Windows 8, 8.1 32-bit. No problem.
But problem is on 64-bit.
Regards
Nevzat |
| Thomas Braun | Re: Windows 8.1 64-bit
on Mon, 27 Jan 2014 12:46:38 +0100Nevzat Kanbur wrote:
> Sorry it was GetProductId() function.It is in reghelp.prg file.
I don't have this function in my version of reghelp.prg (which is not my
work anyways). That's why I asked for the actual source code of
GetProductID()
You also could use the debugger and step into that routine to see what goes
wrong.
thomas |
| Nevzat Kanbur | Re: Windows 8.1 64-bit
on Thu, 30 Jan 2014 12:17:05 +020027.1.2014 13:46 tarihinde, Thomas Braun yazdı:
> Nevzat Kanbur wrote:
>
>> Sorry it was GetProductId() function.It is in reghelp.prg file.
>
> I don't have this function in my version of reghelp.prg (which is not my
> work anyways). That's why I asked for the actual source code of
> GetProductID()
>
> You also could use the debugger and step into that routine to see what goes
> wrong.
>
> thomas
Hi Thomas
it is basicaly your ReadValue function.
I've added it as GetProductId() for my .dll for compability reasons.
Again, I use debugger. It reads most of the keys in registery file but
skips ProductId key. This happens only 64-bit version of Win 8.1.
I tested the same function with Win 8.1 32-bit. It works.
Does Win 8.1 64-bit protects the reading of ProductId key in Registery file?
regards
Nevzat PRODUCTID.PRG |
| Paul Chong | Re: Windows 8.1 64-bit
on Sat, 25 Jan 2014 11:19:17 +0800On Mon, 20 Jan 2014 09:30:42 +0100, Thomas Braun wrote:
>
> Unfortunately I have no access to any Windows 8 or 8.1 PC, so I can't do
> any testing anyways...
>
> Maybe if you provide the source of your ProductId() function someone else
> with Windows 8.x can try to debug this and see what goes wrong here.
>
> Thomas
Hi, Thomas
Does regclass runs on Windows 7 64 bit? |
| Thomas Braun | Re: Windows 8.1 64-bit
on Mon, 27 Jan 2014 08:15:55 +0100Paul Chong wrote:
>
> Does regclass runs on Windows 7 64 bit?
I can't see any reason why it shouldn't. |