help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave 5.1.0.0 32 bit doesn't run on Windows XP


From: Nicholas Jankowski
Subject: Re: octave 5.1.0.0 32 bit doesn't run on Windows XP
Date: Fri, 22 Mar 2019 10:26:48 -0400

On Fri, Mar 22, 2019 at 9:01 AM Игорь Дворцов <address@hidden> wrote:
The program doesn't run on Windows XP with the error message - entry point RegGetValueW not found in advapi32.dll

The googling gives the solution: https://social.msdn.microsoft.com/Forums/vstudio/en-US/910a0e22-42bf-437d-8f5b-0162cc691f89/the-procedure-entry-point-reggetvaluea-could-not-be-located-in-advapi32dll?forum=vcgeneral

In short, RegGetValueW is only available in 64-bit version of advapi32.dll. They recommend using RegQueryValueEx instead.


hmm.. so, is the error specific to WinXP, or would it carry through to other 32bit versions of Windows? unclear from the information on that page.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]