Displaying 20 results from an estimated 100 matches similar to: "using lotusnotes r5 client on redhat 7.3 with wine 20020411"
2007 Oct 14
2
GetTimeZoneInformation question
Hi all,
The following code snippet isn''t working terribly well for me. I can get
the Bias, StandardName and DaylightName, but everything else is goofed
up. The alignment seems ok, but maybe I''ve missed something or maybe I
have to do extra work to unpack the SYSTEMTIME structures.
require ''windows/time''
include Windows::Time
buf = 0.chr * 172 #
2001 Mar 11
0
Wine and LotusNotes
I have wine installed at work, version 20010216, and it seems
to be working. I use it with installed Win98 on the hard disk
(and I have no choice in that matter). When I ran LotusNotes for
the first time, after considerable delay the LotusNotes came up
but i was wondering about whether there are any ways of speeding
up the load, and whether any of the command line options available
would be
2002 Apr 11
0
Wine release 20020411
This is release 20020411 of Wine, a free implementation of Windows on
Unix. This is still a developers only release. There are many bugs
and unimplemented features. Most applications still do not work
correctly.
Patches should be submitted to "wine-patches@winehq.com". Please don't
forget to include a ChangeLog entry.
WHAT'S NEW with Wine-20020411: (see ChangeLog for
2002 May 29
0
Starcraft + codeweavers-wine-20020411-6
I've downloaded latest codeweavers-wine and have tried to make Starcraft
work but I've failed. The installer is perfect, sound and all bitmap
work correctly, installing was successful. Unfortunately when I do wine
StarCraft.exe I get the following message:
"System Warning - Your system does not appear to be correctly
configured. This problem may corrected by changing the virtual
2004 May 12
1
wine and Lotus Notes R5
I have installed Lotus Notes r5 on a Debian box via wine, and I did this
by "wine /path to setup.exe" and now when I execute "wine
/pathtonotes.exe or /pathtonlnotes.exe" a splash screen for notes r5
comes up and goes away and wine reports it as below:
Wine exited with a successful status
Debian kernel 2.4.25
wine version 0.0.20040309-1
notes version 5.0.10
Jim
2001 Aug 16
1
Deadlock occurring while opening documents in Notes R5
Version is cvs checkout today at approx 0900 CET.
Running on a debian/unstable box with dist-upgrade as of 0830 CET
today, and with no windows installed.
Problem can easily be reproduced, and deadloc happens everytime
I do this. Open database, everything is fine, open document..
wait a few seconds and wine hangs.
output from wine:
-- err:win32:_EnterSysLevel (0x4075062c, level 2): Holding
2011 Feb 28
0
R5 multiple inheritance
Hi all -
Is anyone aware of any solutions (or workarounds) for R5 classes that allow multiple inheritance? Alternatively, if anyone has ideas about how where I may be able to start, I'm willing to delve into dark magic. It's presently possible to give multiple superclasses in contains, but method dispatch only behaves correctly for the first of them. I don't *think* this has changed
2014 Feb 01
1
Running examples with R5 constructor from package failing
I am having an issue with reference classes (R5) in a package I am developing. They have both been illustrated in the `roxygentest` package I've got hosted on Github [1].?
When I run `R CMD check .` on the source directory of my package I am told that:
> Error: could not find function "Blob"
However, when I install and load the package, I can successfully run the command in the
2012 Jun 25
1
Very simple question R5 setRefClass and Initialize
Hi,
New to this list, and glad I found R5 which si a great improvement to R
for my work.
Something seems odd anyway, when I do a setRefClass, the initialize
method execute at the class definition.
I would like it to execute only when an instance is created.
How can I do that? I found no way to test if the code execution is when
the class definition happens or when a $new instance is created.
2012 Feb 21
1
Private Variables in R5-Classes possible?
Hi list,
is there a way to define some kind of private Variable?
I would like to prevent the user from manipulating fields on his own, in
order to not destroy data structures.
The problem is, that as soon as the variable exists in the environment
it is accessible via t$secret_value.
test <- setRefClass("test", fields=list(
secret = function(value){
cat("the function was
2018 Oct 27
1
Linux 4.19 slowdown / crash - nouveau - Ubuntu 18.10 / Alienware 17 R5
Hi all. I've reported a bug over at the Ubuntu bug tracker: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799180
Given the logs in kern.log it certainly looks like the nouveau driver is the culprit. The system becomes incredibly slow ultimately becoming unusable, and the fan screams.
Full details including driver / kernel version and full kernel log over at the bug, but I see a bunch
2016 May 19
0
ati fglrx vs amdgpu absolutely mad on R5 m255 vs IRIS P520
Hello guys,
native drivers are mad for my laptop:
Downgrade to native centos kernel vmlinuz-3.10.0-327.18.2.el7.x86_64.
fglrx glxgears around ~800 in 5 seconds my test with amdgpu kernel 4.6
(intel vs amdgpu):
[andy at localhost ~]$ cat /proc/version
Linux version 4.6.0-1.el7.centos.x86_64 (andy at localhost.localdomain)
(gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) ) #1 SMP Thu May 19
2001 Nov 13
3
Lotus Notes R5, bad class name error
Hello,
I've just installed Lotus Notes 5.0.8 client on my system with wine,
on a Debian Linux (unstable dist) system.
The wine package installed is the 20011112 version, from the CVS build
deb package.
I'm running c:/Lotus/Notes/nlnotes.exe, and my Wine desktop comes up
with the Notes Workspace and a client configuration dialog with active
"Next" and "Cancel"
2018 Oct 21
4
AW: AW: Calendar function ?
I need the possibilities to Sync the calender with diffrent Clients like Outlook, LotusNotes, Android, and Iphone Devices.
-----Urspr?ngliche Nachricht-----
Von: dovecot <dovecot-bounces at dovecot.org> Im Auftrag von Marcus Rueckert
Gesendet: Sonntag, 21. Oktober 2018 15:28
An: dovecot at dovecot.org
Betreff: Re: AW: Calendar function ?
If you just need syncing without a fancy webclient:
2020 Sep 23
2
Incorrect Cortex-R4/R4F/R5 ProcessorModel in ARM.td
In ARM.td, I see that the ProcessorModel for cortex-r4, cortex-r4f, and cortex-r5 (as well as r7 and r8) is based on "CortexA8Model", which seems incorrect. When this was added in 2015, there were also comments associated with this configuration, such as "// FIXME: R5 has currently the same ProcessorModel as A8" (later removed). The processor model for Cortex-r52 appears to
2012 Nov 08
1
Dabbling with R5 setRefClass - Inheritance problems
Hello,
I wrote a class like so:
> rcfdpsuperclass <- setRefClass(
> Class="rcfdpsuperclass",
> fields = list(
> RcfpdVersion = "character"),
> methods = list(
> initialize = function(){
> 'Populates fields with defaults and lock as appropriate'
> initFields(
> RcfpdVersion =
2007 Mar 21
3
Lotus Notes and Daylight Saving Time
Hi Folks,
how do you handle the change from standard time to daylight saving time?
We are using LotusNotes 6.5.1 and Wine 20041019 on Kubuntu 5.10
Breezy Badger. This is the combination where we experienced the least
amount of Bugs.
Our hosts run UTC on the hardwareclock and live in the timezone
Europe/Vienna, which will change from CET to CEST on sunday.
Tests have shown, that
2002 Jun 11
5
problem installing WINE on Mandrake v8.2 - confirm with textutils
I'm trying to install WINE on my newly installed Mandrake v8.2 system.
The error I receive is "file /usr/bin/expand from install of
wine-cvs-unstripped-061102-1 conflicts with file from package
textutils-2.0.17-7mdk"
Any input would be greatly appreciated.
Thanks,
Josh
2002 Jul 04
3
Failed mount of Windows share on Linux box
System: Redhat 7.3
Kernel 2.4.18-5
Samba 2.2.5-1
[root@wptzfileserver root]# mount -t smbfs -o username=administrator,password=password,debug=4 //lnpznc078ph01/D$ /home/LotusNotes/
INFO: Debug class all level = 2 (pid 17329 from pid 17329)
mount.smbfs started (version 2.2.5)
added interface ip=192.168.67.21 bcast=192.168.67.255 nmask=255.255.255.0
resolve_lmhosts: Attempting lmhosts lookup for
2002 Jul 14
6
20020710 & winetest
Last 3 wines are failed to compile on various reasons.
(If I remember correctly: 20020411 compiles;
20020509, 20020605, 20020710 does not.)
wine 20020710
make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest'
gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall
-fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC