Displaying 20 results from an estimated 200 matches similar to: "WND structures"
2001 Aug 31
1
GetWindowLongA
hi all,
we have a win32 application (no source), and we need it to work under wine.
after debugging a bit, we found that it crashes because it obtains a
pointer by calling GetWindowLongA() with offset param = 0, and dies
after accessing it, since GetWindowLongA returns 0.
this happens under wine; under win98SE the same function call returns a
valid pointer.
we tried executing step by step
2001 Aug 10
1
A bug in WIN_SetWindowLong ?
Hi all.
While debugging some program, I discovered what looks like a bug. Please
be patient if I'm wrong.
In the WIN_SetWindowLong function, in order to get the address of
wExtra, there is:
ptr = (LONG *)(((char *)wndPtr->wExtra) + offset);
but this takes the *CONTENT* of wndPtr->wExtra.
The correct code should be
ptr = (LONG *)(((char
2001 Aug 07
3
Troubles with Farpoint Spread controls
Hi all.
The environment we are working on is a Red Hat Linux 6.2, with XFree 4.0
and KDE 2.1.
The wine has been compiled using egcs-1.1.2. Wine itself is latest
snapshot (20010731).
The application we're trying to run crashes when tries to display a
dialog box using Spread controls (from Farpoint). The crash occurs
during a WM_PAINT.
By exploring the builind of the window, the control
2001 Sep 17
1
Using a native windows DLL in wine
Hi all.
As said in the subject, we wonder whether is possible to use some
native MS dlls (comctl32.dll, commctrl.dll)
in a wine installation, for commercial purpose.
And, if possible, what kind of restrictions are supposed to be applicated?
I'm sure I'm not the first asking such a thing...
Thx
2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
Hi all,
I'm working on an nt40 program under Wine.
It works well using the Microsoft's OLE32, but we *absolutely* need it
to work without it.
I'm using the 2001-07-31 release of wine, and the program crashes little
after starting, inside the DataCache_GetAdvise function (in
datacache.c), on the instruction:
IAdviseSink_QueryInterface(this->sinkInterface,
2001 Oct 01
1
Latest CVS of wine won't compile
Hi!
I tried to compile the latest CVS version (fetched this morning) of wine,
but compilation fails with:
gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c
In file included from ../../include/wine/winuser16.h:5,
from ttydrv.h:19,
2013 Jun 08
1
Need help on window() function of the 'zoo' package
Hi,
I observed that if I use window() function available with the 'zoo' package to extract a portion of my times series and if that time series data is stored in some 'zoo' object with only 1 column, then the resulting zoo object is becoming vector.
Here is my observation:
> library(zoo)
> Dat <- matrix(1:3, nc = 1)
> Dat
[,1]
[1,] 1
[2,] 2
[3,] 3
2001 Sep 10
1
Devmode problems for printing
Hi all.
I'm using wine-20010824 snapshot, and I'm trying to configure WINE PS
driver.
The setup is a No Windows one, on a RH 6.2 with KDE 2.1 and XFree 4.0.1
I've been successful in having the Printer Dialog showing the Wine
Postscript Printer driver in the list, after applying the winespool
patch from Takeshima Hidenori (winspool.diff). However, I can wine
complaining about not
2012 Mar 08
6
how to modify the tickment of x-axis
hi
I plot a series of observation data every minutes in a day as the
attachment below
plot(wnd,type='l',lty=1,col='red',lwd=1,xlab=xxlab,ylab=yylab,ylim=YY)
In the figure, the x-axis tickment is the number of data How can I change
it
fore example 1h 2h 3h 4h and so on ?
--
TANG Jie
Email: totangjie at gmail.com
Tel: 0086-2154896104
Shanghai Typhoon Institute,China
2002 Sep 08
2
Printing via smbprint to a WinPrinter
Hi all.
I would like to print from a Linux Server to a printer connected to a Windows ME machine. I'm able to connect via smbclient, with
smbclient //windowsme/printer -U '' -N
and I receive the smb> prompt
Now, when I try to print any file, nothing comes out from the printer. The printer is a Canon LBP-810 which, according to
www.linuxprinting.org site, is a WinPrinter. My
2001 Sep 03
1
A problem in SCROLL_GetInfoPtr<
--
Marco Bizzarri - Responsabile Tecnico - Icube S.r.l.
Sede: Via Ridolfi 15 - 56124 Pisa (PI), Italia
E-mail: m.bizzarri@icube.it WWW: www.icube.it
Tel: (+39) 050 97 02 07 Fax: (+39) 050 31 36 588
2001 Nov 28
0
Question about toolbar...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
What message is 2210 in Toolbar ? I tried to take a look at commctrl.h,
but I wasn't able to figure it out.
I'm receiving the folliwing messages:
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001002a
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001002d
This is the message the ToolbarWindowProc
2002 Jan 16
1
Looking for a research institute to promote the development of wine
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
I understand the following could be considered a little off topic on this
list, so please forgive me.
Our company is considering to promote an european funded research project,
which should use wine as one of his major components.
We are looking for a research institute within european community willing
to be funded for doing the research
2002 Feb 01
0
Eudora 5.1 working ...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
I would like to share with all the wine users my appreciation for wine
developers. I was able to install and run Eudora 5.1 without any problem.
The only problem I encountered was in the setup, where if you choose to
run the wizard instead of the advanced setup the system freezes.
I'm using wine from the last CVS on a RH Linux 6.2
2002 Jun 25
0
Printing problems with wine
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
I've a problem with printing from an application.
My environment: a no windows installation based on Debian (testing).
I've successfully installed a printer, and I'm able to print. However,
when I print from this application, a huge (40MB) postscript file is
created.
Can anyone provide any suggestion?
Thank you all in advance
2001 Nov 28
1
Signal 11 while compiling wine...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
Yesterday I updated my version of wine from cvs. Now, when I try to
compile I receive a signal 11 error.
The message is as follows:
make[2]: Leaving directory `/localhome/emmebi/wine/dlls/lzexpand'
make[2]: Entering directory `/localhome/emmebi/wine/dlls/version'
make[2]: `libversion.so' is up to date.
make[2]: Leaving
2008 May 30
5
color management spec
As part of my GSoC project I have to work out a spec that covers how
applications should communicate color management related properties
between each other and the compositing manager. The main idea of the
project is to let the compositing manager do the color management on
behalf of the applications. But before that can happen, the applications
have to tell the compositing manager how they want
2002 Mar 01
4
UI regression
Hi,
Earlier this year I "upgraded" from wine 20010510 to 20011226 in order
to see if some kind of resource leak was fixed which caused screen
redraws to get progressively slower and slower and slower and slower, ....
That was fixed but there seemed to be a significant number of graphics
and UI regressions. I've just upgraded to 20020228 to see if things
were any better and within
2006 Nov 15
1
compiz does not group windows
hello
I am using compiz in fc6 and have this problem (tryed 0.3.2 and still
have the same issue):
When a window that have subwindows like gets minimized and I klick on it
on the panels taskbar onle the subwindow shows up, but not the main
window. I have to use alt+tab to open it. it also happens with floating
buttonbars in openoffice so I add a list in openoffice it shows the bar
with the
2009 Nov 12
1
trap window pop up when running 'bugs' in R
Hi,
I'm writing to ask what is the reason that a Trap window always pops up in
WinBUGS? I'm tring to run the function 'bugs' in R for a zero-inflated
gaussian model. The contents appear in the Trap window is as follows:
*incompatible copy
BugsCmds.TextError [000003A1H]
.beg INTEGER 1636169112
.end INTEGER 16861596
.name ARRAY 256 OF CHAR