Displaying 9 results from an estimated 9 matches for "idntoascii".
2015 May 06
2
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
Dear list,
With the new R 3.2.0 on the aforementioned platform, I get the following
pop-up error when I enter "?update.packages" using R64:
"The procedure entry point IdnToAscii could not be located in the dynamic
link library KERNEL32.dll"
That is, my command never gets executed. This does NOT happen with R32.
I previously noticed this error starting with R 3.0.0 with the RCurl
package (1.95-4.5): I get the same issue when I execute "library(RCurl)" in
R...
2015 May 06
0
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On 06/05/2015 10:57 AM, Vinh Nguyen wrote:
> Dear list,
>
> With the new R 3.2.0 on the aforementioned platform, I get the following
> pop-up error when I enter "?update.packages" using R64:
>
> "The procedure entry point IdnToAscii could not be located in the dynamic
> link library KERNEL32.dll"
>
> That is, my command never gets executed. This does NOT happen with R32.
>
> I previously noticed this error starting with R 3.0.0 with the RCurl
> package (1.95-4.5): I get the same issue when I execute &qu...
2018 Mar 21
3
R 3.4.4, internet access fails on Windows XP
I can install and run R 3.4.4 on Windows XP (32bit). However, calling "Update Packages..." or "Html help" from the RGui.exe main menu fails with a Windows MessageBox saying:
"The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll"
and the following text printed to the RGui console window:
"...
In addition: Warning message:
In download.file(url, destfile = f, quiet = TRUE) :
unable to load shared object 'C:/R/R-3.4.4/modules/i386/internet.dll'...
2015 May 06
1
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On Wed, May 6, 2015 at 9:44 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On the MSDN page for that function, it mentions that you need a header file and DLL to use it in XP or Server 2003. You might try downloading the DLL to see if it works for you automagically; I think it's unlikely we will put in code to special case that version in the general release of R, as
2018 Mar 21
0
R 3.4.4, internet access fails on Windows XP
On 21/03/2018 8:27 AM, Holger Taschenberger wrote:
> I can install and run R 3.4.4 on Windows XP (32bit). However, calling "Update Packages..." or "Html help" from the RGui.exe main menu fails with a Windows MessageBox saying:
>
> "The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll"
>
> and the following text printed to the RGui console window:
>
> "...
> In addition: Warning message:
> In download.file(url, destfile = f, quiet = TRUE) :
> unable to load shared object 'C:/R/R...
2018 Mar 22
1
R 3.4.4, internet access fails on Windows XP
...to a completely different OS, or switching to an older version of R.
R i386 runs without problems on Windows XP up to and including version 3.4.2.
Only R i386 3.4.3 & R i386 3.4.4 cannot access the internet on my Windows XP.
I supposed this is not so much a problem with the OS (because "IdnToAscii" exists on WindowsXP SP3 as well), but rather with the header files and/or import libraries of the MinGW environment.
Perhaps it does not take too much effort to restore WindowsXP compatibility. The described symptoms are at least easy to debug.
I know that WindowsXP is no longer supported b...
2018 Mar 22
0
R 3.4.4, internet access fails on Windows XP
...fferent OS, or switching to an older version of R.
>
> R i386 runs without problems on Windows XP up to and including version 3.4.2.
> Only R i386 3.4.3 & R i386 3.4.4 cannot access the internet on my Windows XP.
> I supposed this is not so much a problem with the OS (because "IdnToAscii" exists on WindowsXP SP3 as well), but rather with the header files and/or import libraries of the MinGW environment
>
> Perhaps it does not take too much effort to restore WindowsXP compatibility. The described symptoms are at least easy to debug.
>
> I know that WindowsXP is no...
2012 May 11
0
Wine release 1.5.4
...t handler pointer.
msxml3: Add a helper to check that lexical handler is set.
msxml3/tests: Correct variant type.
msxml3/tests: Really test load() on files with leading spaces.
Piotr Caban (7):
kernel32: Support multiple labels in IdnToNameprepUnicode.
kernel32: Added IdnToAscii implementation.
kernel32/tests: Added IdnToAscii tests.
kernel32: Added IdnToUnicode implementation.
kernel32/tests: Added IdnToUnicode tests.
comctl32: LVM_SETITEMTEXT is not supported on LVS_OWNERDATA.
comctl32: Make icons not overlapping in LVS_ICON mode.
Stefan Le...
2020 Mar 13
0
Wine release 5.4
...Add a test whether the buffer is a valid global memory.
dsound: Make GlobalHandle() for the sound buffer failed.
Alexandre Julliard (35):
ntdll: Delay NFC table loading on macOS.
ntdll: Reimplement IdnToNameprepUnicode() using the NLS normalization table.
ntdll: Reimplement IdnToAscii() using the normalization table and the ntdll helpers.
ntdll: Reimplement IdnToUnicode() using the normalization table and the ntdll helpers.
kernel32: Remove the nameprep tables.
kernel32: Move Idn functions to kernelbase.
dxerr8: Use wide character string literals.
d...