similar to: Wine Setup

Displaying 20 results from an estimated 600 matches similar to: "Wine Setup"

2001 May 23
0
Rep:Wine Setup
Sorry, I'm new to this group, therefore I couldn't answer until now. I think I may have some answers, all related to Wine source distrib, but they should be adaptable to CodeWeavers Wine: 1) Don't know... 2) for uninstalling win32 apps, you have to use "uninstaller". This program is in ./program/uninstaller from the wine source tree. It is very easy to install actually:
2004 Sep 10
2
Inclusion of debian packaging info (was Re: libFLAC docs)
>This question comes up regularly on the Debian mailing lists, and there are >arguments for both approaches. I am against the practice of including a >debian/ directory in upstream source distributions for the following >reasons: >- For the same reason, the Debian maintainer would have to have write access to > the upstream CVS repository. This is often otherwise unnecessary
2001 Nov 21
1
advapi32.dll
Hello, Have solved all my problems with WINE, but one, which seems harder ;-) I have to run a little proggie "filesign.exe", and the lil bastartd relies heavily on advapi32.dll crypto stuff, (CryptAcquireContextA(), for example). From what I read on the code (dlls/advapi32/crypt.c), most of this functions are stubs, so no luck (it crashes all over with the return FALSEs) So, I tried
2004 Dec 10
1
Modification for mkmf
Hi all, I came across this page today: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog /winprog/using_the_windows_headers.asp Based on that, I think we need a patch for mkmf when on Windows that sets _WIN32_WINNT automatically based on platform. This is the basic code I''ve come up with: require "mkmf" require "win32ole" require
2008 Jan 27
1
[AGI 1.4] C sample?
Hello I'm pretty much a newbie when it comes to C, but I have to use this language to write a couple of AGI proggies because I need them to be statically compiled. Strangely enough, Google didn't return much when looking for the "Hello, world!" of AGI in C. The following doesn't work: The file never gets written: =========== //check_cid.c #include <stdio.h> #include
2003 Jun 11
6
Testing two E400P with E1 cross-cable
Hi! I have the chance to play with a couple of E400P cards, each installed in a IBM e330 XSeries servers (2 x 1GHz P-III CPU 2 Gb RAM, 36Gb SCSI HDD with RH8.0 2.4.18-smp kernel), and I'm trying to test/benchmark this e330/E400P combo generating calls thru /var/spool/asterisk/outgoing One e400P if doing the carrier work making calls and the other just receives the calls: Server#1
2006 Jun 14
2
flac seektable during encoding
Please excuse me, I haven't yet dug into the code too far. What I'd like to do: I'm using ecasound to record for 24 hour periods, which pipes the output directly to flac. I would like to be able to decode sections of this (using until/skip) during recording/encoding. I understand currently that flac can't do this, unless I pipe into dd to skip after decoding (which would be an
2007 Sep 23
5
Burn flac to cd
> You don't. Audio CDs don't support ReplayGain tags. The only thing > you may do on Audio CDs is to use Volume Normalize techniques > available on certain programs. Normalization of sound is not a good, > clean thing, though. Surely it would be possible to have something apply the ReplayGain to the WAV after decoding and prior to writing them to CD... but I don't know
2020 Apr 08
6
Parallel transfers with sftp (call for testing / advice)
Hello, I'd like to share with you an evolution I made on sftp. 1. The need I'm working at CEA (Commissariat ? l'?nergie atomique et aux ?nergies alternatives) in France. We have a compute cluster complex, and our customers regularly need to transfer big files from and to the cluster. Each of our front nodes has an outgoing bandwidth limit (let's say 1Gb/s each, generally more
2001 Apr 28
9
DLL Error When Installing Programs
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> Running Codeweavers Preview 3 over Helix, X4, & kernel 2.4.2. <p>Notepad & sol run fine, but when I try to install a program like Netscape (just testing) I get the following error: <p><font color="#990000">Invoking /opt/wine/bin/wine.bin cc32d475.exe ...</font>
2013 Sep 04
1
Problem at boot
Hello to all, I have a question, maybe it's a very newbie question. I've installed CentOS 6.4 on my notebook but sometimes when I boot it, after the screen "booting CentOS in 4..3..2..1" I receive a black screen and not the logo of CentOS with loading progress. Is it normal? There are some know issue about it? Best regards, Fabrizio -- "The intuitive mind is a sacred
2014 Jan 16
2
Your opinion about RHCSA certification
Hello to all, I'm currently studying (and collecting notes here https://github.com/fdicarlo/RHCSA_cs) for RHCSA. My plan is to RHCSA -> RHCE and then RHCSS. What I want to ask you is: - What do you think about it? - Did you find it useful? - Do you have any advices? Best regards, Fabrizio -- "The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have
2001 May 01
1
cannot find libntdll.so
Sorry to bug everyone. I can't find the messages about this one any more. I have had wine running in the past but currently it gives me the error about being unable to find libntdll.so (wine: error in loading shared libraries: libntdll.so: cannot open shared object file: No such file or directory). I had codeweavers 20010305 installed and our application sort of running under it. I wanted
2014 Jan 12
2
Credentials issue
Hello to all, I've a frustrating issue, everytime I'm trying to connect to some website (like Linkedin, VMware, CertCollection, etc etc) I have issue with credentials... Or the website didn't recognize my login (and I'm still in login page) or for example I'm logged in linkedin but I'm not able to see which visit my profile cause it ask me my credentials and when I enter
2020 Apr 09
4
Parallel transfers with sftp (call for testing / advice)
> Le 9 avr. 2020 ? 00:34, Nico Kadel-Garcia <nkadel at gmail.com> a ?crit : > > On Wed, Apr 8, 2020 at 11:31 AM Cyril Servant <cyril.servant at gmail.com> wrote: >> >> Hello, I'd like to share with you an evolution I made on sftp. > > It *sounds* like you should be using rparallelized rsync over xargs. > Partial sftp or scp transfers are almost
2003 Jun 20
5
.ogg file extension for both audio and video?
Hi, If I understand things correctly them Ogg is the wrapper format that is also going to be used for Xiph's upcoming video compressor. Does that mean that the .ogg file extension will also be used for video? This could present problems regarding mapping the .ogg file extension to an application if for example I want audio to be handled by Winamp2 and video by something else.
2013 Dec 09
3
making a script into a service
We have a python script that is currently run from cron. We want to make it into a service so it can be controlled with service start/stop/restart. Can anyone point me at site that has instructions on how to do this? I've googled but haven't found anything.
2008 Oct 16
9
Shared SAN disk LUN between 2 servers and migration problem
HI Dom0 is CentOS 5.2, 64-bit, Xen version 3.2.1 and 3.2.2. I got Fiber SAN disk system and 2 servers and i am making shared LUN available to both servers. Then i got multipath layer running on both Dom0s and so Xen is seeing device-mapper file, instead of two /dev/sdX devices, then i have setup Xen domU (HVM Windows 2003) using /dev/mapper/sharedLUN as physical storage to my windows server.
2002 Jul 18
3
Oddity with names
Hi all, I'm using R 1.5.1 on Windows 2000. The following snippet of code doesn't seem to do anything - no error is reported, and there is no name change. names(myFrame[,c(1:3)]) <- c("name1", "name2", "name3") This code however works nicely: names(myFrame)[c(1:3)] <- c("name1", "name2", "name3") Can anyone suggest why
2013 Jul 15
1
image versus levelplot
Dear R users, I'm currently using the Graphics package to display several hundred of matrix objects, using a layout and the image() function. It works well except for large matrices (> 1000*1000) or for a large number of matrices (there is a limitation around 400 if I remember well) To solve these issues, I move to the Matrix package which is much more efficient for large sparse matrix,