Displaying 20 results from an estimated 6000 matches similar to: "Question"
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
--
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Wine Weekly News
All the News that Fits, we print.
Events, progress, and happenings in the Wine community for March 05,
2001 .
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
--
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Wine Weekly News
All the News that Fits, we print.
Events, progress, and happenings in the Wine community for March 05,
2001 .
2008 Dec 10
3
What is Judy?
I am trying to build Miredo 1.1.5
(http://www.remlab.net/miredo/devel.shtml.en)
I have followed the rpmbuild instructions from:
http://www.owlriver.com/tips/non-root/, and have the miredo source in
~/build/miredo-1.1.5.
I run ./configure (as the INSTALL text file tells me to do) and get the
error:
checking for Judy.h usablity... no
checking for Judy.h presence... no
checking for Judy.h...
2008 Jan 08
3
tar bug in CentOS 4.6?
Since upgrading my server from CentOS 4.5 to 4.6 I've been getting the
following error from amanda backups:
mutilate /home lev 1 FAILED [compress got signal 11, /bin/tar got
signal 13]
I was away from the house for most of the end of December and had a
couple of other issues that came up that could have been related but
apparently weren't (why is it that several things all go wrong
1998 Jun 06
0
smbmount won't set group ownership
-----BEGIN PGP SIGNED MESSAGE-----
hello, all!
[metainfo: i'm using redhat linux 5.0, and have tried both the rpm
that came with redhat and 1.9.18p7-50.1 from the samba
website.]
i can't seem to get smbmount to mount a share and give the files in
the mountpoint group ownership of anything but root.
the version of the man page on the samba website says you can
2004 May 21
2
question about --bwlimit=
I am doing some benchmarking of rsync. I am using the --bwlimit= option to throttle down rsync to predict its operation over slow communications links. I am using rsync 2.6.2 from the release site without any patches. I downloaded the release rather than pull from the CVS tree.
I have 2 servers "wilber" (the remote archive) and "judy" (the local archive) connected with a gig
2008 Sep 16
1
analyze subsample of dataframe
Hi there,
I'm dealing with a pretty big dataset (~22,000 entries) with numerous
entries for every day over a period of several years. I have a column
"judy" (for Julian Day) with 0 beginning on Jan. 1st of every new year (I
want to compare tendencies between years). However, in order to control for
a leap year (2004), I simply need to subtract 1 from every judy value for
the year
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
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
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
2011 May 26
2
How to kill a running wine application
Question: How to kill a Windows application that runs with wine?
I have installed new stable version of wine for Debian. Then the Windows application starts OK but hangs for some reason (its the application logic fault). However I can't see any way to close the application window or to kill the application. I tried as in documentation:
# wineserver -k
bash: wineserver: command not found
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
2005 Feb 07
1
Winetools not working on my desktop
So, I installed Wine 20050111 and Winetools 2.1 on my desktop which is
a P4 HT 3.4ghz ICH6 chipset based box. Redhat seems to function just
fine on it, and I'm running the latest stable SMP Kernel.
My problem is included in the following test. When I launch WineTools,
it starts complaining about not being able to create directories and
the such, but I'm running this as root (I can hear
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
2005 Feb 24
1
[Fwd: Re: Execution of WineTools with Wine version 20041201 on RedHat 9]
Joachim, apologies again for bothering you,
but after I sent the email below, I managed to link Xdialog in /usr/bin
to /usr/local/Winetools to get Winetools to work (I'm still getting used
to the 'peculiarities' of linux!). I went through the Base Setup
procedure as advised, and it seemed to work 'mostly OK', but I think
there is a problem with my glibc as you advised - a
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this:
Winemaker currently sucks, and the makefiles it creates are
nonfunctional and you'll have to redo them by hand anyway.
Yeah. If I knew anything about how to fix it I just might be tempted to
do so :)
Thanks,
Scott Ritchie
On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote:
> Building MFC for winelib has been
2008 May 12
2
Wineserver is not shooting down
First - Wine is great. I love it totally.
To login into a company website I have to use IE6 - Firefox is not handling the Web Site due to some reglementations.
IE6 runs fine and there are NO problems. Only after exit, the Wineserver keeps running and takes away a lot CPU Power. I can stop it manually (System Monitor -> Process. Right Click and I can stop it (and it relieves the Power from the
2009 Jan 23
6
compiling windows C++ code base using winelib
Hi,
My application holds few windows exe's developed using .lib libraries. This application which got developed using VC++ is working fine when executed using wine.I want to compile the same source using winelibraries in linux. How can I include c++ header files? I can see only windows and msvcrt header files under wine?
Any help would be appreciated on this C++ header stuff for wine.
2008 Apr 07
1
9.58 ies4linux busted: Repository with 9.44?
My debian Synaptic just updated me with winelib 9.58, which I should have been looking out for - because winelib 9.58 totally messes up internet explorer's display of pages with fixed backgrounds. (Repeated images, garbles everything). But winelib 9.44 is Ok, so I need to downgrade. Does anyone know of a repository that has winelib 9.44? Thanks.
2020 Sep 25
0
Wine release 5.18
The Wine development release 5.18 is now available.
What's new in this release (see below for details):
- Vulkan shader compilation using the new vkd3d-shader library.
- USER32 library converted to PE.
- Console no longer requires the curses library.
- Support for display modes with various orientations.
- A number of syntax fixes in the WIDL compiler.
- Non-recursive makefiles.