Dmitry Timoshkov wrote:
"Mike McCormack" <[EMAIL PROTECTED]> wrote:
It looks like the only dependency is from the PostMessageA in
dlls/winsock/async.c #514.
The windows version of ws2_32.dll does not link to user32.dll however,
it appears to load it on demand. I can see the following strin
Boaz Harrosh wrote:
Ken Larson wrote:
This assumes that I'm using winelib, correct? (I currently am not, I'm
compiling on windows, but considering using winelib instead)
Yes!! Winelib can be both your DLL calling code, and you complete Linux
application. No need for .EXE compiled or crossco
On Sun, 2005-10-02 at 22:19 -0700, Dan Kegel wrote:
> I'd love that. It should sense _X86_ and set __i386__ if
> found, too.
Does this work?
Index: include/windef.h
===
RCS file: /var/cvs/wine/include/windef.h,v
retrieving revision
On 10/2/05, Dimi Paun <[EMAIL PROTECTED]> wrote:
> > You need one more define: -Dinline=__inline
>
> This is non-obvious. Can't we detect MSVC (say in windef.h)
> and define inline and the other defines that we need?
I'd love that. It should sense _X86_ and set __i386__ if
found, too.
On Sun, 2005-09-25 at 23:44 +0200, Kai Blin wrote:
> Hi folks,
>
> Dimi asked me to give a little status about the single sing-on summer of
> code project I was doing to the list, and I'm happy to oblige.
Thank you! Sorry for the late reply, too much email lately :)
> * Getting the code into cvs
On Fri, 2005-09-30 at 15:11 -0600, Tony Lambregts wrote:
> I have a question though what should I call this release in bugzilla?
>
> 20050930
> 20050930 pre beta 0.9.0
> 0.9.0 pre beta (20050930)
>
> other suggestions
Keep it in synch with the real release. 20050930 should do just fine.
--
On Sat, 2005-10-01 at 20:12 +0200, Francois Gouget wrote:
> Btw, why not put the Wine documentation in the same CVS as the Wine
> sources, Website, the AppDB, etc. It seems like this would simplify
> explaining how to get it a lot (and it would automatically work with
> cvsup too).
It's just si
On Sun, 2005-10-02 at 15:25 +0200, Jacek Caban wrote:
> As Dimi suggested, I'm writing here a summary of my
> SoC project.
Thanks for taking the time to do so -- it has been
most informative.
> - More functionality of MSHTML: there are leaks in its
> functionality. Although I don't think edit mo
On Mon, 2005-10-03 at 09:17 +0900, Dmitry Timoshkov wrote:
>
> 1. As far as I know licensing patented hinting technology from Apple
> is a 1 time cost, and not huge amount of money at all.
This makes no difference, as it will not allow others to redistribute
the distro, which makes it a non-optio
On Mon, 2005-10-03 at 09:29 +0900, Dmitry Timoshkov wrote:
> You need one more define: -Dinline=__inline
This is non-obvious. Can't we detect MSVC (say in windef.h)
and define inline and the other defines that we need?
It seems rather silly to have to specify them on the command line.
--
Dimi P
On 10/2/05, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
>> cl -DSTANDALONE -D_X86_ -D__i386__ -I../../../include file.c
> > ../../../include\winbase.h(2271) : error C2054: expected '(' to follow
> > 'inline'
> >
> You need one more define: -Dinline=__inline
Ah. Thanks. (I haven't tried it yet,
On Sunday 02 October 2005 5:45 pm, Brian Vincent wrote:
> Maybe we need to collect things like this into a "Release Notes" page
> on the wiki? In this case it would look something like, "GENTOO
> USERS: After placing the bullets in the chamber, pointing the gun at
> your foot, and typing emerge yo
"Dan Kegel" <[EMAIL PROTECTED]> wrote:
> ../../../include\winbase.h(2271) : error C2054: expected '(' to follow
> 'inline'
>
> Evidently cl doesn't like the inline functions in winnt.h and winbase.h.
>
> Any suggestions? It seems a bit strange to be using wine's winnt.h
> when I have MS's head
"Mike Hearn" <[EMAIL PROTECTED]> wrote:
> > In any case if a Wine user wants to see correctly displayed TrueType
> > fonts with correct document layout (as it depends on the rendered glyph
> > metrics) he/she has to use patented FreeType. And that's for sure the
> > problem of a Linux distro vendo
On Sun, 2005-10-02 at 20:18 +, Molle Bestefich wrote:
> Brian Vincent wrote:
> > Anyway, the filename here has "demo" in it, so I'm not sure if this is
> > the full IDA Pro everyone has used in the past.
> > http://www.download.com/IDA-The-Interactive-Disassembler/3000-2218_4-10361515.html?tag=
> "Eric" == Eric Pouech <[EMAIL PROTECTED]> writes:
Eric> Uwe Bonnes wrote:
>> Hello,
>>
>> AVRStudio.exe hits an unimplemented msxml function and tries to start
>> the debugger. For me this fails: /home/wine/wine/wine
>> AvrStudio4/AVRStudio.exe fixme:ole:CoRegisterMe
On Sun, 2 Oct 2005, Lionel Ulmer wrote:
[...]
The only problem I see is with people having a self-compiled FreeType
library with hinting enabled. Why cripple their configuration too by default ?
Yes, why cripple Wine for people using a real Linux distribution like
Debian. ;-)
--
Francois Go
> I don't even know how to debug this-- or even if it needs debugging-- as
> I don't know how to tell the difference between how Wine would act if
> the libraries cannot be found because of a lack of this update, and how
> Wine acts when the environment has been correctly updated.
My $.02 is if yo
Marcus Meissner wrote:
> > Where we're at now:
> > * None of the IDA versions actually both install and work under Wine.
>
> You can buy it. It then comes with a Linux console version.
>
> Its however pretty high priced.
Hehe. Guess that's not an option, then.
> The Windows GUI version of IDA wo
> Where we're at now:
> * None of the IDA versions actually both install and work under Wine.
You can buy it. It then comes with a Linux console version.
Its however pretty high priced.
The Windows GUI version of IDA works fine, the Win32 console version
too. Don't remember the install anymore ;
Alexandre Julliard schreef:
> Folks,
>
> I just released 20050930, this should be considered the pre-0.9
> release, so please give it some good testing. In particular, please
> test the things that new users will encounter first, like the
> automatic .wine creation and winecfg.
>
> Even if you
Please ignore this patch it is not correct.
> Vitaliy Margolen
> changelog:
> shlwapi
> -stub IUnknown_CPContainerInvokeParam
Brian Vincent wrote:
> Anyway, the filename here has "demo" in it, so I'm not sure if this is
> the full IDA Pro everyone has used in the past.
> http://www.download.com/IDA-The-Interactive-Disassembler/3000-2218_4-10361515.html?tag=lst-0-1
No-go, that version expires in 1998.
There's a newer (4.
Stephen Torri wrote:
On Sun, 2005-10-02 at 13:24 -0600, Vitaliy Margolen wrote:
Delete all *spec.def files and try again. You should "make clean" before
updating cvs.
I did my make clean after updating cvs. So now I did:
1. find -name '*.def' | xargs rm
2. cvs up
3. make depend
4. m
On Sun, 2005-10-02 at 13:24 -0600, Vitaliy Margolen wrote:
> Delete all *spec.def files and try again. You should "make clean" before
> updating cvs.
>
I did my make clean after updating cvs. So now I did:
1. find -name '*.def' | xargs rm
2. cvs up
3. make depend
4. make -j2
I still get the err
On Sun, 2005-10-02 at 10:08 -0700, Dan Kegel wrote:
> D'oh. No, it's not quite that simple to build standalone with cl;
> you have to avoid using wine's headers
That doesn't seem right -- AFAIK, it should work with the Wine headers.
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Sunday, October 2, 2005, 1:00:09 PM, Stephen Torri wrote:
> avifile.spec.o(.data.rel.ro+0x678):/home/storri/src/wine/dlls/avifil32/avifile.spec.c:144:
> more undefined references to `__wine_call_from_16_long' follow
> collect2: ld returned 1 exit status
> winegcc: gcc failed.
> make[2]: *** [avifil
I am having difficulty in compiling wine CVS. I synced up with the
repository this afternoon. The error I am getting is:
make[2]: Entering directory `/home/storri/src/wine/dlls/avifil32'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./avifil32.spec
avifile.spec.o acmstream.o api.o
Uwe Bonnes wrote:
Hello,
starting AvrStudio from the wine debugger on my non-installed wine setup,
the debugger doesn't find the source:
/home/wine/wine/programs/winedbg/winedbg AvrStudio4/AVRStudio.exe
WineDbg starting on pid 0xa
In 32 bit mode.
0x7bb7159d start_process+0xcd
[/home/wine/wi
Uwe Bonnes wrote:
Hello,
AVRStudio.exe hits an unimplemented msxml function and tries to start the
debugger. For me this fails:
/home/wine/wine/wine AvrStudio4/AVRStudio.exe
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
fixme
paul wrote:
I did regression testing and found patch Id=19048 triggers this error
wine-pthread: run.c:142: ME_RunOfsFromCharOfs: Assertion `nCharOfs >=
nParaOfs' failed.
filed http://bugs.winehq.org/show_bug.cgi?id=3239
The application is a free download and the bug has steps to generate th
Molle wrote:
> My current mental state is that of loathing Wine's Bugzilla,
> searching for bugs in it using Google and otherwise ignoring it's
> existence. And I already have far too many logins for various web
> based systems lying around. But I'll consider going through the login
> creation th
On Sun, 02 Oct 2005 13:21:21 +0900, Dmitry Timoshkov wrote:
> That's not a Wine problem, that's a correct behaviour.
This is a reasonable argument, but for such a user visible and annoying
problem I think we have to make this a special case.
> I'd argue that it's not a Wine problem/bug at all
I
On 10/2/05, Dan Kegel <[EMAIL PROTECTED]> wrote:
> To compile a test standalone, one should be able to do e.g.
> cd dlls/msvcrt/tests
> cl -DSTANDALONE -D_X86_ -I../../../include file.c
D'oh. No, it's not quite that simple to build standalone with cl;
you have to avoid using wine's headers, l
While looking at
http://bugs.winehq.org/show_bug.cgi?id=1899
I noticed that dlls/msvcrt/tests/file.c didn't test
O_APPEND, so I thought I'd try building that
test standalone, running it under Windows,
and adding the missing test logic.
(Rather than building under Windows, I used
a shell script tha
Ahh. This should be easy to fix, I must not have tested that page
before checking it in. Thanks for the bug report Jon.
Chris
On 10/2/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote:
> Hello,
>
> The upgrade to xinha broke the "submit new version" page (submit new
> application works like a char
Hello,
The upgrade to xinha broke the "submit new version" page (submit new
application works like a charm now even with both htmlarea editors). I
have no time to look into it but it seems that xinha doesn't know that
it has to convert the textarea whose id is editor2.
The JavaScript console show
Molle Bestefich wrote:
> Bug 717, status NEW.
> http://bugs.winehq.com/show_bug.cgi?id=717
>
> "StarCraft installer can't create icons."
>
> This bug seems fixed in CVS HEAD, the StarCraft installer now creates
> icons just fine.
>
> Please close the bug.
Other installers are broken, though.
err:
Hi,
some combination of wine and my system seems to be triggering a strange
bug:
Every program that uses OpenGL or D3D crashes upon trying to initialize
the graphics. Here's a sample:
--snip--
[EMAIL PROTECTED]:~/.wine/drive_c/Dynamix/TRIBES$ WINEDEBUG=+opengl
~/src/wine-20050930/wine Tribes.exe
Dan Kegel wrote:
> Molle wrote:
> > My current mental state is that of loathing Wine's Bugzilla,
> > searching for bugs in it using Google and otherwise ignoring it's
> > existence. And I already have far too many logins for various web
> > based systems lying around. But I'll consider going thro
It's been a year or so since my last complaint, time
to complain again!
wcmd is currently unusable when DISPLAY is not set.
Normally, you can do
programs/wcmd/wcmd
and get a nice DOS prompt. However, if you do
unset DISPLAY
programs/wcmd/wcmd
you get a nonfunctional DOS prompt; for each ke
Molle Bestefich wrote:
> What doesn't work: Sound.
> I've got kernel 2.6 with 1000Hz timing fidelity on a 2+GHz machine,
> and there is an awful scratching noise in every sample. That goes for
> both the Starcraft music (played off the CD) and the sound effects.
> The fullscreen video displays wit
Jonathan Ernst wrote:
> Thanks for testing... I added your comments and closed the bug.
Thanks!
> As you seem to be motivated into testing/closing bug reports, why don't
> you create yourself a bugzilla account and ask Tony Lambregts
> to give you rights to close and modify bugs ?
Hm. My curren
Le dimanche 02 octobre 2005 à 14:34 +, Molle Bestefich a écrit :
> Molle Bestefich wrote:
> > Bug 717, status NEW.
> > http://bugs.winehq.com/show_bug.cgi?id=717
> >
> > "StarCraft installer can't create icons."
> >
> > This bug seems fixed in CVS HEAD, the StarCraft installer now creates
> > i
Molle Bestefich wrote:
> Bug 717, status NEW.
> http://bugs.winehq.com/show_bug.cgi?id=717
>
> "StarCraft installer can't create icons."
>
> This bug seems fixed in CVS HEAD, the StarCraft installer now creates
> icons just fine.
I don't have a Bugzilla login and I can't be bothered to create one
Bug 717, status NEW.
http://bugs.winehq.com/show_bug.cgi?id=717
"StarCraft installer can't create icons."
This bug seems fixed in CVS HEAD, the StarCraft installer now creates
icons just fine.
In addition, the game can now switch to fullscreen mode, which leads
to the mouse cursor not "running i
On Sun, Oct 02, 2005 at 08:19:58AM +0200, Lionel Ulmer wrote:
> The only problem I see is with people having a self-compiled FreeType
> library with hinting enabled. Why cripple their configuration too by default ?
>
> Is there no way to detect at compile / run-time what kind of FreeType
> library
For those of you who might be interested, I wrote a test harness for winedbg
It still doesn't cover all of the commands of winedbg, but it's very
good starting point for catching some errors (and regressions). Basic
features are tested (starting winedbg, step & cont, break points & watch
point
Hello.
As Dimi suggested, I'm writing here a summary of my
SoC project. I was working on MSHTML implementation.
More about what is MSHTML is on the wiki:
http://wiki.winehq.org/MozillaIntegration
so I won't rewrite it here.
MSHTML generally works as HTML is displayed, but
there is still a bit to
Dan Kegel wrote:
> Molle Bestefich wrote:
> > I'd like to take a stab at helping clear out bugzilla.
> >
> > I've chosen this particular entry:
> > http://bugs.winehq.org/show_bug.cgi?id=2658
> >
> > A trial version can be downloaded here:
> > http://www.download.com/Trillian/3000-2150-10047473.htm
Le dimanche 02 octobre 2005 à 09:47 +0530, Vijay Kiran Kamuju a écrit :
> Hi jonathan,
>
> Your patch for Printdlg fix null pointers is missing in the list.
> Please send in another mime format.
>
> Thanks,
> Vijay
I remove my pgp signature since it seems to confuse the web based
archives of w
Ken Larson wrote:
This assumes that I'm using winelib, correct? (I currently am not, I'm
compiling on windows, but considering using winelib instead)
Yes!! Winelib can be both your DLL calling code, and you complete Linux
application. No need for .EXE compiled or crosscompiled for windows, N
Molle Bestefich wrote:
I'd like to take a stab at helping clear out bugzilla.
I've chosen this particular entry:
http://bugs.winehq.org/show_bug.cgi?id=2658
A trial version can be downloaded here:
http://www.download.com/Trillian/3000-2150-10047473.html
The installer runs the setup wizard, whi
53 matches
Mail list logo