similar to: Questions about Preserving registers

Displaying 20 results from an estimated 100 matches similar to: "Questions about Preserving registers"

2006 Nov 21
1
dyn.load
Hi everyone, Now I know there is information on this in the help files - which I have read. I am very close to implementing this but can't quite get how to remove this final hurdle. I have a DLL called "X.DLL" which I have no original code for, just the DLL. I have created a wrapper C file for the calls in X.DLL, and have successfully (I think) created a wrapper DLL for X
2001 Feb 07
1
Microsoft Fortran Powerstation on Linux via Wine
Hi, i'm just starting with Linux, and by ny job I have to program in Fortran, and I use Microsoft Fortran Powerstation (an IDE) because of its integrated IMSL library. Now I tried to run it from Linux simply with the command wine msdev.exe, and the first time it worked. After that when the window starts to open another window opens with the title "Microsoft Visual C++ Runtime
2006 Feb 22
1
CentOS 4.2 on AXP
hi all, I will like to test CentOS 4.2 on alpha platform. I have a Digital Powerstation 433au with 128 MB of RAM and 4 GB Scsi disk. Does this hardware meets hardware requeriments for CentOS 4.2?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2000 Oct 14
1
using DLLs with R
Hi, i tried to build a dll, that i want to use with R, so I wrote the Fortran Code and built the dll with MS Fortran Powerstation. In every subroutine I want to export I wrote a statement like this: interface !ms$attributes dllexport :: abc !ms$attributes alias:'abc' :: abc end interface abc is the name of the subroutine i want to export. Then i compiled the file using:
2005 Aug 29
2
floating point control on windows
Hi, I'm sure that this question has come up many times before. When I load an R extension dll I've built with the Microsoft compiler, I get the warning: Warning message: DLL attempted to change FPU control word from 8001f to 9001f So, what I did to try to fix the problem (to my knowledge, Microsoft will not support compile time switching of floating point control until version
2000 Apr 26
2
Cross compiling a package for Windows on Linux
I would like to compile for Windows a rather simple R package that contains some C code. It does not contain any Fortran code. I tried the cross-compilation route using the pre-built set of tools from http://www.devolution.com/~slouken/SDL/Xmingw32/, as described in $R_SRC/src/gnuwin32/INSTALL Using the sources in r-devel from the rsync site I am able to build libR.a in src/gnuwin32 but I
2006 Mar 13
1
Shocking news: Yum update repo server runs on Mirosoft IIS?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi everyone,<br> <br> Look what happens when do yum update on one of my
2019 Sep 27
2
[RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges
Fixes runpm breakage mainly on Nvidia GPUs as they are not able to resume. Works perfectly with this workaround applied. RFC comment: We are quite sure that there is a higher amount of bridges affected by this, but I was only testing it on my own machine for now. I've stresstested runpm by doing 5000 runpm cycles with that patch applied and never saw it fail. I mainly wanted to get a
2001 Oct 17
1
res0.c / by 0?
In res0.c, line 78 I get a a division by zero (look->frames==0) when running vorbisfile_example. Is this some debugging code? Note that you don't see the exception unless you insert __asm{ push edx sub esp, 4 fstcw [esp] mov dx, [esp] and dx, 0xFFFE mov [esp], dx fldcw [esp] add
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it wakes up from S3 state. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2001 Feb 08
0
hello, I need some help for using wine...
hello, thanks for all for helping me. Yves -----Message d'origine----- De : wine-users-admin@winehq.com [mailto:wine-users-admin@winehq.com]De la part de wine-users-request@winehq.com Envoy? : jeudi 8 f?vrier 2001 01:17 ? : wine-users@winehq.com Objet : wine-users digest, Vol 1 #309 - 9 msgs Send wine-users mailing list submissions to wine-users@winehq.com To subscribe or unsubscribe
2002 Nov 18
1
i386 floating point tweaking
Just been trying to get the polygon triangulation code from this package: http://www-2.cs.cmu.edu/~quake/triangle.html to dyn.load into R. Uh oh. Floating point exceptions. Track it down to some FPU diddling that the author deems is necessary. Here's my minimal code that breaks: flipme.c: #include <fpu_control.h> void flipme(){ int cword; cword=4210; _FPU_SETCW(cword);
2002 Sep 23
2
Libvorbis suggestion & floating point exception
Hello, I'm not quite sure if this is the right list for my questions, please excuse if it isn't. 1. While using vorbislib (Win2K/Borland C++ Builder 5), I'm getting reproducible floating point exceptions at lots of sample rate/bit rate combinations. For example, the original encoder_example.c, with just the initialization line changed to
1997 Nov 16
0
R-beta: installing new packages in window95 version of R
> From r-help-owner at stat.math.ethz.ch Mon Nov 17 11:20 NZD 1997 > Date: Sun, 16 Nov 1997 14:08:04 -0800 > From: Kung-Sik Chan <kchan at stat.uiowa.edu> > To: r-help at stat.math.ethz.ch > Subject: R-beta: installing new packages in window95 version of R > Mime-Version: 1.0 > > I have tried to install the leaps package in the window95 version of R. > I used
2019 Sep 27
0
[RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges
[+cc Rafael, Mika, linux-pm] On Fri, Sep 27, 2019 at 04:44:21PM +0200, Karol Herbst wrote: > Fixes runpm breakage mainly on Nvidia GPUs as they are not able to resume. I don't know what runpm is. Some userspace utility? Module parameter? > Works perfectly with this workaround applied. > > RFC comment: > We are quite sure that there is a higher amount of bridges affected by
2004 Jun 07
1
Load a dll
Hi folks, I have a question about how to load a dll. First, I use the command > dyn.load("lassofu.dll"); then, I got the message below “NULL Warning message: DLL attempted to change FPU control word from 9001f to 90003”; After I tried to use this dll in one of s functions, I got the message below “Error in .Fortran("lasso", as.double(x), as.double(y), as.double(b),
2019 Sep 27
2
[RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges
On Fri, Sep 27, 2019 at 11:42 PM Bjorn Helgaas <helgaas at kernel.org> wrote: > > [+cc Rafael, Mika, linux-pm] > > On Fri, Sep 27, 2019 at 04:44:21PM +0200, Karol Herbst wrote: > > Fixes runpm breakage mainly on Nvidia GPUs as they are not able to resume. > > I don't know what runpm is. Some userspace utility? Module > parameter? > runpm aka runtime
2007 Jun 28
3
Install XGL under CentOS 5 with ATI X600 and dual-head configuration
Hi again. I've got a laptop with an ATI X600 inside, perfectly working xorg with dual head configuration, 2 desktops (without xinerama). I've got 2 xorg.conf files, one for propietary ATI (fglrx) driver, and other to use the open source driver. The difference is very notorious. The problem I have is that I read (Saint Google) that to work with compiz/beryl and dual-head configuration, I
2007 Jun 06
1
CDR changes in 1.4.3?
Hey, I just found this in ML archives. I have pretty the same situation - i had very well written CDR processing engine on asterisk, making use of ResetCDRs, however now when we're migrating to 1.4, it's a bit pain to deal with extra CDR records. My engine is built so that MYSQL CDR can be used directly for reports (imagine - you get whatever report you need immediately). So, this way i
2007 Feb 23
3
Jumping from FC2
Some time ago I installed FC2 at the request of an employer. That contract ended over a year ago, and FC2 is an orphan. I am gradually feeling more pressure to jump from FC2, and do not wish to remain with the Fedora Core Project, as I don't want to make installing and upgrading my machine into a hobby. I already maintain a Debian machine for my girlfriend, but I'm not sure I wish make