d3d8 test failure, more details.

2009-12-03 Thread David Anderson
Thanks to James Mckenzie and Austin English for earlier hints. I've installed more stuff (ubuntu packages) and spent a bit more time with d3d8. I assume most people get these tests to work, so I'm a bit distressed I cannot seem to get them to work properly, 100%. The large amount of test code t

Tests question.

2009-12-02 Thread David Anderson
I am trying to get the tests to run before I submit a patch to shdocvw/webbrowser.c. My first attempts to get the tests to run. This morning I did cd /home/davea/winebld/wine git fetch; git rebase origin # make sure you're up to date ./configure && make depend && make # rebuild the tr

Rude hack fixes Run Time Error 445:Object Doesn't Support This Action

2007-07-07 Thread David Anderson
oint. If anyone could make a suggestion of something *meaningful* I could do about this that would be great. What if the above simply returned S_OK with a FIXME instead of E_NOTIMPL??? Would that be an acceptable hack for the official source? David Anderson

Run-time error 445

2006-10-23 Thread David Anderson
An app (apparently Visual Basic) fails with Run-time error '445' Object doesn't support this action in a message box. I click OK (the only choice) and the app dies. A winedbg breakpoint on MessageBoxA does not trigger.On one occasion I got a breakpoint to work and a traceback and the trace

FC4 issue with 0.9.20

2006-09-02 Thread David Anderson
ry rpm) did not have this problem. The app was only barely usable, some little buttons showed no text labels, so all was not totally well before either. David Anderson (I'll also try this app building wine with latest wine source on an AMD athlon 64bit with wine built -m32 to see what happens).

Build on kubuntu 6.06,amd_64 works

2006-06-14 Thread David Anderson
th,/lib32 -Wl,-rpath,/usr/lib32" \ ./configure make depend make all sudo make install If all needed libraries are present there will be no missing-library warnings or errors anywhere. wine seems to work (installed in /usr/local) Hope this is of some interest. David Anderson

return void function

2006-05-28 Thread David Anderson
would be better written as simpler C as I suggest (and others hinted). David Anderson: just making a suggestion here. (author of the (first-ever-shipped, possibly) full ANSI C compilation environment, shipped by SGI in 1990 (only usable on SGI MIPS/IRIX machines)).

Re: 4979: wine 9.11 make fails on AMD64, more info

2006-05-16 Thread David Anderson
nstalled from scratch and will be much more careful now... And keep better records of what I install! David Anderson.

Re: 4979: wine 9.11 make fails on AMD64, more info

2006-05-16 Thread David Anderson
I just installed kubuntu 6.06 on a new laptop (no binary avail), AMD64. Compiling wine failed as 4979 says, no libfreetype.so that is compatible. The problem is not in the -L or in gcc or in wine. The problem is in the m32 libfreetype. /usr/lib32 is searched (as /usr/lib/../lib32) by gcc automa