Alaska Software Inc. - Windows 8.1 64-bit
Username: Password:
AuthorTopic: Windows 8.1 64-bit
Nevzat KanburWindows 8.1 64-bit
on Thu, 16 Jan 2014 16:31:35 +0200
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
Nevzat KanburRe: Windows 8.1 64-bit and Thomas Braun's regclass function
on Thu, 16 Jan 2014 16:39:50 +0200
16.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 BraunRe: Windows 8.1 64-bit
on Mon, 20 Jan 2014 09:30:42 +0100
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
Nevzat KanburRe: Windows 8.1 64-bit
on Tue, 21 Jan 2014 12:35:12 +0200
20.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 BraunRe: Windows 8.1 64-bit
on Mon, 27 Jan 2014 12:46:38 +0100
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
Nevzat KanburRe: Windows 8.1 64-bit
on Thu, 30 Jan 2014 12:17:05 +0200
27.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 ChongRe: Windows 8.1 64-bit
on Sat, 25 Jan 2014 11:19:17 +0800
On 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 BraunRe: Windows 8.1 64-bit
on Mon, 27 Jan 2014 08:15:55 +0100
Paul Chong wrote:

> 
> Does regclass runs on Windows 7 64 bit?

I can't see any reason why it shouldn't.