Displaying 20 results from an estimated 200 matches similar to: "GetWindowLongA"
2001 Aug 12
2
WND structures
hi all,
executing a certain program with wine, we get several crashes, in the
RDW_UpdateRgns function (winetop/windows/painting.c) and in a DLL of the
program itself.
the program always crashes after the creation of a subwindow, and the
problem appears to be the same, that is, somewhere before the crash the
window tree structure gets corrupted.
in order to find the exact point in which this
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 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
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine
except often it doesn't recognize the release of a mouse click, so
tools/selections continue even after you've released the mouse button.
I have no idea as to how to solve this, but anyone with any info it would
be much appreciated.
Thanks
On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote:
> Hello,
> Does anyone
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 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
Hello,
when i run Wiso Sparbuch with wine 20010824 i get the error
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 4579
Current serial number in output stream: 4579
Is there a patch to fix this problem or is someone interested to give me
some advise for debugging?. There is a trace
2001 Jul 21
0
traceback on save in Camedia Master
Auto-generated debug report by Wine Quick Debug Report Maker Thingy:
WINE Version: Wine release 20010629
Windows Version: Windows 98
Distribution: Slackware 7.1 (modified)
Kernel Version: 2.4.2
OS Type: Linux
CPU: i686
GCC Version: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
2001 Apr 03
1
UnhandledExceptionFilter
High,
i'm currently try to get VPinball to run and know hanging at the
UnhandledExceptionFilter.
It seems that after this messages the application terminates.
peter
Call user32.335: GetWindowLongA(00000dd4,fffffff0) ret=4096b955 fs=008f
Ret user32.335: GetWindowLongA() retval=50000000 ret=4096b955 fs=008f
Call kernel32.642: MulDiv(00000001,0000009c,00000064) ret=4096b9d3
fs=008f
Ret
2001 Mar 15
2
Entropia distributed computing client won't install
Hi,
Because our institute is planning a distributed-computing project in
cooperation with the Entropia software, and I do not like the idea of
excluding all Linux users from the project, I tried to get the Entropia
software running using a recent version of wine (Wine release 20010305),
which I compiled & installed on a SuSE Linux 6.4 machine (glibc 2.1.3,
kernel 2.2.14) (the entropia
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
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 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
Hi all.
We have a win32 application linked to Far Point's Spread32 library;
the application crashes when referencing a NULL pointer returned by
GlobalLock,
but obviously it runs perfectly under win98SE (see previous post about
GetWindowLongA) .
The behaviour of SCROLL_GetPtrScrollInfo, with nBar parameter = SB_CTL,
is to return wndPtr->wExtra as it were a pointer.
Actually we found that,
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 Feb 01
1
flash5 ?
i'm trying to install flash5-trail with wine ...
but it runs an hour while using 90% of my Prozezzor,
and nothing happens !
i use the CVS version from yesterday.
i've no windows on my box !
the installdialog stops at the prompt : content of packages gets read.
can enyone help ?
how do i install it ?
i ran 'wine flash5-trialG.exe'
and in the setup i set desktop to 640x480 (does
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 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