similar to: General tweaking tips for wine?

Displaying 20 results from an estimated 900 matches similar to: "General tweaking tips for wine?"

2001 Mar 12
2
How to debug/fix "err:win32:fixup_imports"
I ran into the following error message : ---snipp--- Call kernel32.495: LoadLibraryA(102951c8 "ctmp3Lib.dll") ret=1025f5ad fs=008f Call kernel32.922: __wine_register_dll_16(418ff5ac) ret=418bd4f0 fs=008f Ret kernel32.922: __wine_register_dll_16() retval=418ff5ac ret=418bd4f0 fs=008f err:win32:fixup_imports No implementation for NTDLL.dll.3(IoUnregisterDeviceInterface), setting to
2004 Sep 10
2
Cross Platform audio library
Hello all, I am currently using libao for audio output in my FLAC project. I am using linux, but I would like the program to be portable to windows. I am having no luck finding information about audio output API's that are cross platform compatable. libao is designed to be, but does anyone know it it ACTUALLY works under windows? I cant seem to find out! Failing that, are there any other
2002 Jun 06
1
sampling from data frame
Hello, after searching through the archives and not finding a thread that answers this question, I thought I'd pass it on to the list. Given a data frame and given a factor variable that assigns a class to each case in the data frame, what is the most efficient way to sample a given number of cases from each class? I've found a roundabout solution that works as follows: for each class:
2009 Jun 16
1
Output of Anova (CAR package) in Sweave
Dear list, I use Sweave almost exclusively for writing papers, and I have become quite spoiled by the excellent xtable export facilities. Has anybody written an xtable method for the Anova function in CAR, or has anybody used a different set of functions to import Anova results into a table in an Sweave document? If not, any handy hints on how to write a good homebrew based on the output of Anova
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi, It would be nice if it were easier for relative novices to build whole-program bitcodes for large, complex applications with hairy build systems. Several readers of this list have been trying various approaches for a few months but as far as I know we haven't yet found a good general solution. Approaches that have been tried include 1) placing wrappers for the usual tools (gcc, ar, as,
2000 Feb 02
0
Factor Analysis?
Hello. I have been browsing the R- manual and not seen any direct implementation of Factor analysis. Is there anyone out there who has run Factor Analysis with R? Thanks Michael -- Michael Preminger Forsker / Research Scientist Avdeling for journalistikk, bibliotek- og informasjonsfag / Faculty of Journalism, Library and Information Science H?gskolen i Oslo / Oslo College
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi Terence, I believe that this is in fact similar to an approach Coverity uses (or used at one time) as a robust solution to determine what was done during a build. I can imagine that one can build a robust system following this technique, but it also seems like it might be quite a bit of work. Another possible alternative not mentioned is to teach the compiler driver (clang, most likely) to
1999 Jun 05
2
R: question about vectors + for loop
Hi, first of all: I'm not only new to R, but also to S. I hope this is the right forum for asking the following very stupid questions: a) is there a straightforward way of saying for all factors f in a data frame { any old function, e.g. max(f) } b) how can you construct a new data frame d' from a given data frame d which contains only rows with [X=="A"] (x is
2004 Jan 04
4
Cisco to Cisco - poor quality
I am just starting to deploy asterisk in our office to use as our primary phone system - we plan to use a Voicetronix OpenLine4 card as our PSTN gateway - but one thing at a time... haven't got that far yet. Currently, i'm trying simple IP to IP calls within the office using our Cisco 7960's phones running SIP. When I make a call between these two phones, the conversation is of a
2001 Mar 11
3
Cannot even compile Wine
Hello, I am not great at figuring out compilation problems - usually I just curse and give up. Trying to compile Wine from binaries I get the following error, anyone knows what's wrong and can offer some help on how to get it to work? (the stuff at the top was cut out to save space) ----- make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/specmaker' cd `dirname
2018 Feb 16
1
Out of memory on lmtp vsz_limit
How about you try moving the mail into another folder on daily basis, this way the INBOX would stay nice and empty. doveadm move -u archive at company.com Archive MAILBOX INBOX SENTBEFORE todays-date Aki On 16.02.2018 06:19, Terence Lau wrote: > > Bump. > > ? > > Any advice would be most appreciated. > > ? > > Thanks. > > ? > > *From:*Terence Lau >
2001 Mar 07
0
Any idea how/when "No implementation for NTDLL.dll.3" can be fixed
You guys/girls rock! I worked with wine for the first time last night. Pretty Cool! Although I had to get a lot of dll's from my computer at work to make some programs work. But that's ok. Trying to get Creative PlayCenter2 running (so that I can make better use of my Jukebox) I finally ran into the following message: Call kernel32.495: LoadLibraryA(102951c8 "ctmp3Lib.dll")
2004 Jan 17
1
Voicetronix OpenLine4: disable answering on a particular channel & delay before dial
2009 Aug 01
3
[LLVMdev] building whole-program bitcode with LLVM
Hi, Professor Adve suggested that we post this question to llvm-dev. Thanks in advance for your advice. My colleagues and I want to create whole-program bitcode for large real programs like Apache, BIND, OpenLDAP, etc. We want the whole-program bitcode to include every part of the program for which we have source code. For example, in the case of Apache's "httpd" server, we want
2016 Jul 25
4
No luck contacting Chris Lattner re commit access
Hi all, As per the instructions here <http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access>, I contacted Chris Lattner to obtain commit access but haven't received a response (either positive or negative). What's the expected turnaround time for this (I contacted him five days ago)? In case he's currently unavailable, is there someone else I could contact? Thanks,
2009 Dec 13
1
[LLVMdev] ANTLR+LLVM example for simple C
Howdy, I just finished a book called Language Implementation Patterns but I ran out of room at 400 pages before I could squeeze in an LLVM example. I left a link in the book to the ANTLR wiki so I can slap something together: http://www.antlr.org/wiki/display/ANTLR3/LLVM The code is good but the description was slapped together I'm afraid (i.e., don't take it as an example of the book
2013 Mar 21
9
Asterisk disconnecting SIP Calls after 15 Minutes
Hi @ll, I just moved my Asterisk Box and changed the Provider and Internet Access to a full IP Access by Deutsche Telekom. I set up my sip.conf as I found various examples throughout the Net. Calls and some other stuff is basically working. The problem I ran into is, that the outgoing and incoming calls are dropped after exactly 15 Minutes. Solution for this should be setting the
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
--emit-llvm?? On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov <vkutuzov at accesssoftek.com>wrote: > Hello everyone, > > I'm working on passing parameters for gold/LTO plug-in and could add this > one as well. > Just need an option name. Could anybody suggest one? > > Viktor > > ----- Original Message ----- > From: "Nick Lewycky" <nicholas at
2003 Aug 10
3
Registering SIP with FWD and ICONNECTHERE
Hi! I am new to Asterisk too, I got the similar problem and I would like to know how to get * to work behind NAT. When I have the SIP Debug turn on, I got the error 479 from FWD when * try to register with FWD, it looks like * is using the local IP (192.168.x.x) in the Contact field. I have put the nat=yes in the [FWD.Pulver.com] content, but it does not seems to make Asterisk aware the
2001 May 06
1
Wine & Superbase
Hello, all. I am a very experienced computer user/developer who is new to Linux and to Wine. I have decided to migrate off of Windows - can't stand Microsoft and have only been using their products due to sheer necessity. In order to migrate, I need to have Wine working just about completely. Because of that, and because of my background, I will probably volunteer to help in the not