similar to: WINEDLLPATH weirdness

Displaying 20 results from an estimated 1000 matches similar to: "WINEDLLPATH weirdness"

2002 Oct 07
1
any WINEDLLPATH caveats I should know about?
Hi, I am attempting to run the libiconv test-suite using wine and one of the problems I am having is that the executables are not able to find the DLL, even when setting WINEDLLPATH, as in: WINEDLLPATH=../lib/.libs wine .libs/table-to Am I doing something wrong? Thank you, Elizabeth
2007 Sep 24
1
WINEDLLPATH doesn't work
Hi I have some win32 DLL (native DLL) which is required to run my application. If I copy the DLL to $HOME/.wine/drive_c/windows/system32/ ... my application runs OK. But if I out the DLL to ... eg. $HOME/.wine/drive_c/myDLL and doing following export WINEDLLPATH=$HOME/.wine/drive_c/myDLL wine myapp wine simply complain that my DLL not found !! Well, I really don't want to put everything
2007 Jan 19
5
C vs. C++ as learning and development tool for R
I have 3 years of experience with R and have an interest in becoming a better programmer so that I might someday be able to contribute packages. Other than R, my only experience was taking Lisp from Daniel Friedman in the 1970's. I would like to learn either C or C++ for several reasons: To gain a better concept of object oriented programming so that I can begin to use S4 methods in R. To
2009 Jul 20
2
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
> In languages without stack-allocated objects (ie. most languages that > support exceptions) there is no need to unwind frame-by-frame, the > unwind simply needs to make a single jump to the invoke instruction and > restore the context (which in x86 is just 6 registers). > No. Java, C#, Ruby and Python all support the finally/ensure block; C# supports the using( IDisposable x
2008 Dec 28
4
Driver installation after reboot
Hello, I have installed a Windows game using Wine. ("Ritter Rost", basically a simple point and click adventure for children, see http://www.terzio.de/produkte/677/Ritter_Rost_Geisterjagd_Wasserpost.html) When starting the game, I receive a message that some drivers are being installed. (That's okay, I receive the same message when running the game for the first time on Windows.)
2009 Feb 03
1
Next libvorbis release?
Hi all, Any ideas when the next libvorbis release will be? I'm particularly interested in this fix: r13571 | erikd | 2007-08-19 19:36:24 +1000 (Sun, 19 Aug 2007) | 1 line Make vorbis comment functions const correct. with which I get a warning when compiling libsndfile. The configure.ac for libsndfile I'm about to release currently depends on the SVN version of libvorbis so
2008 Dec 28
1
stdint.h on Solaris 7
Erik de Castro Lopo wrote: > Both <inttypes.h> and <stdarg.h> are part of the 1999 ISO C Standard > (yes, a standard that is now 10 years old). Any compiler which has one > or the other missing does not comply with the standard. Fairly old standard. ;) > > > Maybe you can ask SUN to fix their compiler. Okay, maybe that was not fully clearto you. I use the GCC from
2008 Jan 17
1
compression level
hi I was wondering how many difference in % of cpu load (on same cpu) exists between compression level 1 and 8 while decoding. Also same question for encoding. Is the difference in % of cpu load while decoding/encoding the reason different compression levels were created or another reason? thx -- 'C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows
2008 Feb 07
1
Nullsoft winamp's FLAC plugin
Hi, Does anybody know if the FLAC plugin of Nullsoft winamp (the one included with winamp itself, not the one you can download on the FLAC website) uses the reference FLAC decoder? thx -- 'C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg.' --Bjarne Stroustrup, The Creator of C++ 'And so at last the beast fell and the
2013 Jun 09
0
xattrs, Operation not supported during rsync
All, I was just running an rsync mirror script and noticed some errors in my brick log file: [2013-06-09 17:48:38.527144] E [posix.c:1755:posix_create] 0-data-posix: setting xattrs on /mnt/gfs/wingu0/sda1/data/mirror/archlinux/core/os/x86_64/.core.db.tar.gz.NhEheR failed (Operation not supported) [2013-06-09 17:48:38.598159] E [posix.c:1755:posix_create] 0-data-posix:
2013 Aug 20
0
sf bug 256 - Virtual functions in destructor
In 2007, user reported a segfault in FLAC::Encoder::File::progress_callback() when called from ~Stream(). Original report at https://sourceforge.net/p/flac/bugs/256/ Hello! Sorry, english is not my best language. I use libFLAC++ API. I have some problems. In libFLAC API all OK. Unhandled exception at 0x00000000 in Test.exe: 0xC0000005: Access violation reading location 0x00000000. Call stack
2008 May 05
0
flac/metaflac 32/64 Universal OS X builds
Brian Willoughby wrote: > In my experience, with the gcc compiler, cross-compiling is highly > reliable. Your experience doesn't match mine. > If your code runs on one processor, then it will run on > all. That can easily break down in all sort of places. For instance, I'm the main author of libsndfile and when Apple first announced Intel based machines I started
2008 Feb 06
4
wav to flac corruption
So some research and experimentation I think I found the problem, but I'm not sure how to go about fixing it. If I import one of the wav files into Audacity then export them as "16 bit PCM" then they encode to flac and play fine. The files bitrates are currently at 24. If I export them from audacity as a 24 or 32 (anything higher than 16), flac fails on me. With a bitrate of 24, the
2016 May 05
3
pread() failures when using mdbox on btrfs
(Note: I am not subscribed to this ML, so please be sure to CC me in replies.) Hello, I see a strange bug when running dovecot under btrfs with a mailbox in mdbox format. At some point, which can take a few minutes or more than a day, dovecot starts logging pread() failures, like so: Apr 02 23:43:42 thetick dovecot[570]: imap(marcec): Error: pread() failed with file
2005 Oct 04
0
Flac and OggFlac
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > HI all, > > I have already added FLAC support to libsndfile and I am now > working on adding support for OggFLAC. cool. > I have a couple of > question about things that seem radically different between > regular FLAC and OggFLAC. > > 1) FLAC has a function: > >
2012 Oct 27
7
How does btrfs behave on checksum mismatch?
I came across the tidbit that ZFS has a contract guarantee that the data read back will either be correct (the checksum computed over the data read from the disk matches the checksum stored on disk), or you get an I/O error. Obviously, this greatly reduces the probability that the data is invalid. (Particularly when taken in combination with the disk firmware''s own ECC and checksumming.)
2005 Jul 11
3
Apple's Core Audio File container format
Hi all, It hasn't really been publicized much yet, but Apple has a new container file format called CAF: http://developer.apple.com/documentation/MusicAudio/Reference/CAFSpec/ CAF files current support integer and float PCM formats, A-law, u-law and a number of others including AAC and Apple's own Apple Lossless Audio Codec (alac). I have already implemented support for what I can
2005 Jul 12
2
Apple's Core Audio File container format
Avuton Olrich wrote: > On 7/11/05, Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > >>and I'm thinking of adding support for FLAC in a CAF container >>as well. Is anyone else working on this? If so please let me >>know so we can agree on how FLAC should be contained with CAF. > > > I'm sorry, but what are the advantages to the different
2008 Jan 23
4
[wishlist, patch] Removing .bzr/ directory when calling R CMD build (PR#10625)
Full_Name: Ben Goodrich Version: 2.6.1 OS: Debian Submission from: (NULL) (128.103.222.166) bzr is another version control system and adds a .bzr folder to the top-level directory of a package, similar to .svn and .git for subversion and git respectively. However, while R CMD build removes directories called .svn, .git, and some others, it does not remove .bzr . As a result, the .bzr folder is
2007 Apr 05
1
sizeof(std::string)
Currently we carefully try to pass std::string by const reference everywhere, which is a good idea if one assumes it's an object of non-trivial size. Bjarne Stroustrup's guideline is "more than a couple of words): http://www.research.att.com/~bs/bs_faq2.html#call-by-reference I've noticed that under GCC at least (I tried 2.95, 3.3, and 4.1) std::string just holds a pointer to