Displaying 2 results from an estimated 2 matches for "wost".
Did you mean:
host
2010 Oct 23
1
FirefoxPortable and ThunderbirdPortable and Wine 1.3.5
...wine upgrade they don't start anymore.
Anyone has experience of them working under wine 1.3.5 (the current versione of wine)?
Or has an idea about the cause and/or solution to my problem?
I've tried to reinstall wine without any luck :(
This is FirefoxPortable console output.
[edotgm at wost ~]$ wine S:/PortableApps/FirefoxPortable/FirefoxPortable.exe
err:shell:SHGetFileInfoW pidl is null!
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0xdfe994, overlapped 0xdfe978): stub
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:S...
2000 Oct 25
3
.Alias
Probably I've just misread the documentation, but I don't understand the
behavior of .Alias.
Consider this (on R-1.1.1, both Windows and SGI):
> tmp <- matrix(nrow=3,ncol=2)
> new <- .Alias(tmp)
> new[1,1] <- 1
> tmp
[,1] [,2]
[1,] NA NA
[2,] NA NA
[3,] NA NA
> new
[,1] [,2]
[1,] 1 NA
[2,] NA NA
[3,] NA NA
I expected tmp[1,1] to