Hi,
On Thu, Oct 20, 2005 at 08:33:47AM +0200, [EMAIL PROTECTED] wrote:
> On Thu, 20 Oct 2005 07:37:19 +0200, Dan Kegel <[EMAIL PROTECTED]>
> wrote:
> >But the IE registry key is something
> >Wine should maybe set by default.
>
> Nonsense, then every prog would be misled as to what is present on
On Thu, 20 Oct 2005 07:37:19 +0200, Dan Kegel <[EMAIL PROTECTED]>
wrote:
The latter three problems really aren't Wine's fault; the app
leaves them out because most windows systems have
them these days (really?).
That might just be why it was checking for the presence of IE6. A pretty
clumbsy
The downloadable trial version of the VB application "Church Windows"
installs fine... IF you first
create a registry key to make it think IE6 is installed
install the VB6 runtime
install MFC40.DLL
install MFC42.dll
The latter three problems really aren't Wine's fault; the app
leaves them o
On Thu, 20 Oct 2005 13:12, Rob D wrote:
> As a developer of several applications that need to run on Windows and
> *nix, I am VERY interested in knowing more about the possible ways to
> accomplish this, and would be more than willing to help update whatever
> stuff is required.
There is an old pa
"Vincent Béron" <[EMAIL PROTECTED]> wrote:
> > We have major discrepancies in different language resource files. Some
> > missing
> > stuff like font dialog (except few buttons and text). Some have not been
> > updated
> > in ages.
> >
> > Should we net them together adding what's missing from E
As a developer of several applications that need to run on Windows and
*nix, I am VERY interested in knowing more about the possible ways to
accomplish this, and would be more than willing to help update whatever
stuff is required.
At 04:52 PM 10/19/2005, Troy Rollo wrote:
On Thu, 20 Oct 2005
On Wed, 2005-10-19 at 15:51 +0200, Andreas Mohr wrote:
> Hi,
>
> On Wed, Oct 19, 2005 at 02:33:02PM +0200, Alexandre Julliard wrote:
> > Jonathan Ernst <[EMAIL PROTECTED]> writes:
> >
> > > http://bugs.winehq.org/show_bug.cgi?id=1301 is in Wine 0.9 blocker list.
> > > I guess this patch should go
I'm afraid it's too big a change to get in at this point. Besides,
> there are still problems with that patch.
Which problems are you referring to? It's true that there are some
issues with it, but those (at least in my testing anyway) are limited to
Gnome. With other desktops, such as XFce and Ice
Le mer 19/10/2005 à 20:06, gslink a écrit :
> If Wine is going to enter beta soon then someone ought to document the
> procedure for compiling the source. If FC is used to attempt such a
> compile and the instructions packaged with the source are followed the
> result will be a compile failure
Patches gladly accepted. You clearly know more about it than I do at
this point.
On 10/19/05, gslink <[EMAIL PROTECTED]> wrote:
> If Wine is going to enter beta soon then someone ought to document the
> procedure for compiling the source. If FC is used to attempt such a
> compile and the instruc
If Wine is going to enter beta soon then someone ought to document the
procedure for compiling the source. If FC is used to attempt such a
compile and the instructions packaged with the source are followed the
result will be a compile failure in fonts. This is in spite of
installing fontforge
Is it common for Visual Basic applications to
have problems installing under Wine?
Take the recent post by Denis, for instance.
He's trying to install a fairly complex Visual Basic
app that uses MDAC, and the installer just
won't run properly under Wine. (I've corresponded
with him privately, and
On Thu, 20 Oct 2005 03:05, Vitaliy Margolen wrote:
> Wednesday, October 19, 2005, 10:47:11 AM, Alexander Efremov wrote:
> > Hello,
> >
> > is it possible to link Win32 Wine libraries (*.dll.so) with a Linux
> > application. Suppose we have a simple Linux gcc program main.cc
>
> Yes. It is called wi
Le mer 19/10/2005 à 15:12, Vitaliy Margolen a écrit :
> We have major discrepancies in different language resource files. Some missing
> stuff like font dialog (except few buttons and text). Some have not been
> updated
> in ages.
>
> Should we net them together adding what's missing from English
Le mardi 18 octobre 2005 à 09:55 -0600, Brian Vincent a écrit :
> On 10/14/05, Brian Vincent <[EMAIL PROTECTED]> wrote:
[...]
>
> One thing that would be nice to have is a complete list of registry
> keys and values. Bonus points for explaining what they do. It's not
> terribly difficult to gene
On Wed, Oct 19, 2005 at 11:31:07PM +0200, Lionel Ulmer wrote:
> On Wed, Oct 19, 2005 at 10:24:32PM +0100, Huw D M Davies wrote:
> > It's going to be used to enable OpenGL to draw on dibsections (ie
> > PFD_DRAW_TO_BITMAP). The deal is that while you can use a Window as a
> > glx drawable you can't
On Wed, Oct 19, 2005 at 10:24:32PM +0100, Huw D M Davies wrote:
> It's going to be used to enable OpenGL to draw on dibsections (ie
> PFD_DRAW_TO_BITMAP). The deal is that while you can use a Window as a
> glx drawable you can't use a Pixmap, so the old drawable Escape
> wasn't sufficient. There
On Wed, Oct 19, 2005 at 11:13:03PM +0200, Lionel Ulmer wrote:
> > Which patch is that? I couldn't find it...
>
> * dlls/x11drv/bitmap.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c,
> dlls/x11drv/x11drv.h:
> Huw Davies <[EMAIL PROTECTED]>
> Add an x11drv escape
> Which patch is that? I couldn't find it...
* dlls/x11drv/bitmap.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c,
dlls/x11drv/x11drv.h:
Huw Davies <[EMAIL PROTECTED]>
Add an x11drv escape that returns a glx drawable.
At the tim
Lionel Ulmer wrote:
Huw has done some work on this using pbuffers but I'm not sure how far he's got.
I thought it was GLXPixmaps seeing the patch he submitted to wine-cvs :-)
Which patch is that? I couldn't find it...
--
Trying to get a job as a c++ developer? See
http://kegel.com/acade
We have major discrepancies in different language resource files. Some missing
stuff like font dialog (except few buttons and text). Some have not been updated
in ages.
Should we net them together adding what's missing from English resources? And
set policy: if you do change resource file, change
> Huw has done some work on this using pbuffers but I'm not sure how far he's
> got.
I thought it was GLXPixmaps seeing the patch he submitted to wine-cvs :-)
Lionel
--
Lionel Ulmer - http://www.bbrox.org/
Hello,
I have read a little bit more into the concept of vertex buffering, and I
wanted to make sure that I've understood everything correctly and ask some
WineD3D questions.
According to some documents I've found on the internet and the description in
the DX7 SDK, the the application uses Vert
Now that my php script to randomly choose a working mirror for Mozilla ActiveX
has been added by Jeremy, we can use it in Wine.
Changelog:
- use WineHQ's mirror selection script to get the Mozilla AciveX Control
Index: tools/wine.inf
=
Hi,
On Wed, Oct 19, 2005 at 09:55:49AM -0700, Damjan Jovanovic wrote:
> Finally, could this kernel module be distributed with
> wine? Its acceptance into the Linux kernel tree is
> doubtful.
I'm afraid I can't answer your questions, but is there really a need to
development a kernel module for you
Wednesday, October 19, 2005, 10:47:11 AM, Alexander Efremov wrote:
> Hello,
> is it possible to link Win32 Wine libraries (*.dll.so) with a Linux
> application. Suppose we have a simple Linux gcc program main.cc
Yes. It is called winelib application.
Vitaliy
I am working on STI for wine, and there is an issue I
want to ask about.
At present, I changed CreateFile() to open
/dev/USBSCAN... on a "\\.\USBSCAN..." device, where
/dev/USBSCAN... comes from a Linux kernel module that
does the equivalent of Window's USBSCAN.SYS. And
NtDeviceIoControl() checks
Hello,
is it possible to link Win32 Wine libraries (*.dll.so) with a Linux
application. Suppose we have a simple Linux gcc program main.cc
#include
int main(int argc, char** argv)
{
AVIFileInit();
}
which utilizes Win32 library features. When I try to compile it and
link I do not have any pro
I have kept it there incase of regressions
We can just easily uncomment and test.
Thanks,
Vijay
On 10/19/05, Hans Leidekker <[EMAIL PROTECTED]> wrote:
> On Wednesday 19 October 2005 09:19, Vijay Kiran Kamuju wrote:
>
> > - /* MS mangled names always begin with '?' */
> > - if (*sym->current != '?
On Wednesday 19 October 2005 09:19, Vijay Kiran Kamuju wrote:
> - /* MS mangled names always begin with '?' */
> - if (*sym->current != '?') return FALSE;
> + /* MS mangled names always begin with '?'
> + if (*sym->current != '?') return FALSE; */
It's better to remove code then disab
Hi,
On Wed, Oct 19, 2005 at 02:33:02PM +0200, Alexandre Julliard wrote:
> Jonathan Ernst <[EMAIL PROTECTED]> writes:
>
> > http://bugs.winehq.org/show_bug.cgi?id=1301 is in Wine 0.9 blocker list.
> > I guess this patch should go in before Wine 0.9 is released. (same goes
> > for finalizing the do
Jonathan Ernst <[EMAIL PROTECTED]> writes:
> http://bugs.winehq.org/show_bug.cgi?id=1301 is in Wine 0.9 blocker list.
> I guess this patch should go in before Wine 0.9 is released. (same goes
> for finalizing the docs); isn't it ?
I'm afraid it's too big a change to get in at this point. Besides,
Hi,
if I understand correctly, integer identifiers (MAKEINTRESOURCE) passed to
LoadIcon actually identify an icon directory. LoadIcon tries to find the icon
in the directory, which best matches the current display device
characteristics. Does anybody know how I can query the identifier of the
33 matches
Mail list logo