similar to: Re: Server Requirements

Displaying 20 results from an estimated 3000 matches similar to: "Re: Server Requirements"

2007 Aug 23
1
MemoriesOnWeb and wine
In http://www.edsupport.cc/mguhlin/archives/2007/08/entry_3550.htm, Miguel Guhlin asked how to install MemoriesOnWeb and its recommended codecs under Wine, so here goes. All I did was translate his instructions to wine-ese. 1. Download xvid for windows from http://www.xvid.org/Downloads.15.0.html, install it the obvious way: $ wine XviD-1.1.3-28062007.exe 2. Download lame from
2006 Jan 28
1
Re: Help with wine install
On 1/28/06, Rhys OReily <charger426bl@yahoo.com> wrote: > I have recently downloaded the Wine 0.9.2 RPM and > installed it on my computer, but when I tried to run > winecfg it came with a message saying there was no > such command. A little commandline magic located it: $ rpm -q -l -p wine-0.9.2-1fc4winehq.i686.rpm | grep winecfg /usr/bin/winecfg So it looks like it's in
2010 Feb 24
0
Re: Winelib application linking with non-system Windows DLL - ho
Unfortunately not all our documentation is up to date. We try to move more to our wiki and update it there but I'm not sure if there is winegcc stuff there already. You have roughly two options. The easiest one is to dynamically load the dll using LoadLibrary and load the functions you need using GetProcAddress. Another way is to create a dummy dll against which you can link. You need
2007 May 09
1
Porting a Win32 application using Winelib...
Hello, I'm currently trying to use Winelib to port a fairly big windows application to Linux. The application consists of quite a lot of DLLs, some of which don't depend on the Win32 API (they can be compiled with gcc). I think I read all available documentation, but I still have a few questions: - is it possible to link a linux binary with "linux" shared libs and
2005 Dec 13
0
Re: BricsCad and VB application
ghenao@gmail.com wrote on Sept 15, 2005: > We are developing a VB 6.0 application to work with BricsCad (last linux version). > But when I try to connect to BricsCad in Linux using the VB > application it hangs the system. But if I do the same in Windows it > works perfectly. > Wine doesn't throw any error message, just hang the computer. > We use SuSE 9.3 64 bits, and wine
2006 Sep 28
0
re: Wine 1.0 criteria
Bojan wrote: > Is there a list of criterias for a 1.0 release of Wine? I couldn't find > one. I was looking in the developers mailing list. But there's only a > collection of bugs that must be fixed. ... http://winehq.org/?issue=320 has a summary of Alexandre's talk at Wineconf recently. It said in part: "... a 1.0 release seems to be near... The current plan is to
2006 Oct 27
0
Yet Another Call for Installer Bugs...
Thanks to James Hawkins and Mike McCormack, loads of progress has been made in fixing installer bugs lately, but there are probably many such bugs hiding in plain view still. It would be very helpful if people could look for installer bugs which: a) appear to be MSI or setupapi related, and b) aren't already in bugzilla (see
2007 Jun 26
0
Random USB success story: i-Blue 747 GPS's datalog.exe
Found this while surfing random 'linux wine' blog hits: http://larsgard.com/nilsmagnus/?p=15 is a recipe for getting the datalog.exe tool that comes with the i-Blue 747 GPS reciever working in Wine. It uses usb as if it were a serial port. Kinda cool... - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv
2006 Jan 04
1
what i should use?wine or winelib
Welcome, We are developing a program for Windows(using MSVC if it matter). It was found some time ago that it would be good to have linux version. But program can't be ported easily becouse our own (non-gui) code cannot be easily ported, also, we use some third-party components which simply is not avaible under linux(we have only binary DLLs).Functionality of those components cannot be easily
2007 Jan 06
1
Running Creatoon [was: Increasing swap space]
Matt Jordan wrote: > I think I'm tantalizingly close to being able to use a program called > Creatoon (http://www.creatoon.com) via Wine on my Ubuntu Edgy set-up. > The Creatoon interface loads but doesn't seem to do anything. During > Creatoon's start-up, I get two identical messages telling me that some > unspecified module could not be loaded. Nah, it's not swap
2012 Dec 10
1
Long equation in documentation
I have a long equation that I need to break in the R documentation of a package or it trails off the right hand side of the page. Here's the formula: \deqn{Cov(r_{ist}, r_{iuv})= [.5\rho_{ist}\rho_{iuv}(\rho_{isu}^2 + \rho_{isv}^2 + \rho_{itu}^2 + \rho_{itv}^2) + \rho_{isu}\rho_{itv}+ \rho_{isv}\rho_{itu}-(\rho_{ist}\rho_{isu}\rho_{isv} + \rho_{its}\rho_{itu}\rho_{itv}) +
2006 Apr 18
0
BriscCAD - Installation and problems
Hi All, I am running Debain|testing, and have a problem with BricsCAD. I downloaded the rpm from http://www.bricscad.com, and used alien to convert to a deb. All seemed ok, but a doubleclick on the icon gave no result. With everything installed, I could read the readme. The definitive statement appeared to be: "This version will not run with WINE releases older than september 2005" I
2007 Mar 19
1
help in using both linux and windows lib
hi all, i am writing this app thich needs some thirty party libs. the problem is some of the library are compiled in linux while others are compiled in windows. i am new to this Wine thing. therefore, just wondering that if Winelib is definitly a solution to my problem. thanks jasoncrab
2007 Aug 08
0
FW: OT - Callto:// tags inside web pages
Olivier, I think you are getting confused. Call me on 212-203-4357 and I'll answer your questions but basically I think you are doing this the wrong way. Regards, Dean Collins Cognation Pty Ltd dean at cognation.net <mailto:dean at cognation.net> +1-212-203-4357 Ph +61-2-9016-5642 (Sydney in-dial). ________________________________ From: asterisk-users-bounces at
2011 Nov 18
1
Gomez Peer on Ubuntu??
German: Hallo, kann mir jemand helfen Gomez Peer unter Ubuntu zu emulieren? Ich bekomme es nicht hin Installation geht wunderbar nur wenn ich da Programm starte dann ist das Fenster durchsichtig kann also nichts lesen :( Kann mir jemand via Teamviewer helfen? Einfach mir eine PN schreiben ... --- English: Hello, Gomez Peer can someone help emulate under Ubuntu? I get it to install is
2001 Jun 28
3
Porting with Winelib
Hi, I am looking into good way to port Windows applications to Linux and hopefully any other Unixes. I'd like to know about questions below. If anyone answer them, I'd appreciate it. 1. Can I use Winelib to port commercial application whose sources will be not disclosed ? 2. Is it possible to link Winelib statically with an application and distribute it ? 3. In case that I
2002 May 22
0
Correction - RE: using winbind in pam.d/system-auth, doub le prompts for password
Er, The relevant part of my /etc/pam.d/login (on Debian Potato) actually looks more like this: auth sufficient pam_winbind.so auth required pam_unix.so use_first_pass Manuel Gomez -----Original Message----- From: Manuel Gomez [mailto:ERG@e-r-solutions.com] Sent: Wednesday, May 22, 2002 12:18 PM To: 'Gregg Lebovitz'; 'samba@lists.samba.org' Subject: RE: [Samba] using
2012 Feb 04
1
winelib shared memory problem
Hi I have two programs: The first is a windows binary compiled in Visual C++ which acts like a Server. The second program is a Client, which I compile from sources. Both are written in C++. Server and client communicate using two IPC mechanisms: named pipe and shared memory. shared memory consists of a structure, e.g.: Code: struct GameData Using mingw compiler Client compiles well. Then I
2001 Nov 12
0
WineLib and Static Libs
I read the following on wine HQ: Linking in .lib Files .... You cannot use .lib files directly with Winelib. The reason is that winebuild does not support reading .lib files. Support for '.lib' files (or possibly even '.dll' files) could be added in but it is not there currently. Exactly how you deal with that depends on what your situation: 1.if you
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote: > Hi! > > I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 > application, but I need VCL library: vcl.h. > > Any ideas?? I would want to make it run natively on Linux. You can't. Winelib still requires Wine to run it. It's a library not an executable. If you want to write native Linux application that can run by itself