I am having a look at a google earth problem where Google earth says "Google
earth has a problem and needs to close, sorry for the inconvenience".
Seems to be font related, here is the relay dump just prior to the crash. The
exception occurs in Application code. Any guesses would be appreciated.
On 5/29/06, Dan Kegel <[EMAIL PROTECTED]> wrote:
Say, whatever happened to Maarten Lankhorst from Feb 2,
http://www.winehq.org/pipermail/wine-patches/2006-February/023911.html
that implemented part of what's needed for windowless RichEdit support?
Was it too much of a stub?
Maarten would have a
Say, whatever happened to Maarten Lankhorst from Feb 2,
http://www.winehq.org/pipermail/wine-patches/2006-February/023911.html
that implemented part of what's needed for windowless RichEdit support?
Was it too much of a stub?
- Dan
--
Wine for Windows ISVs: http://kegel.com/wine/isv
Sunday, May 28, 2006, 12:19:30 PM, Andrew Talbot wrote:
> On reflection, I think I need to look at constifying the structure members,
> where possible, rather than unconstifying the values that are fed to them.
Exactly. Except that's the part that we can't do nothing about - that's the
way they ar
Your comment about
return RpcRaiseException(hr);
is quite interesting, but, IMO, it's not a good choice.
RpcRaiseException(hr);
return;
is c-like whereas
return RpcRaiseException(hr);
is a (slightly arcane)
C++-ism which, I gather, really only came about because template/generic
programmin
Greetings,
My testing reveals that a large number of ddraw games crash with the new ddraw
patch. These ran fine with the version from 8th April.
Games that crash on startup
- Heroes of Might and Magic IV
- Heroes of Might and Magic III Complete
- Stronghold
- Warlords Battlecry
- Warlords Battl
Frank Richter wrote:
On 26.05.2006 21:17, Eric Pouech wrote:
+/**
+ *SymGetSymFromAddr (DBGHELP.@)
+ *
+ */
+BOOL WINAPI SymGetSymFromAddr64(HANDLE hProcess, DWORD64 Address,
+PDWORD64 Dis
On reflection, I think I need to look at constifying the structure members,
where possible, rather than unconstifying the values that are fed to them.
-- Andy.
On 26.05.2006 21:17, Eric Pouech wrote:
>> +/**
>> + *SymGetSymFromAddr (DBGHELP.@)
>> + *
>> + */
>> +BOOL WINAPI SymGetSymFromAddr64(HANDLE hProcess, DWORD64 Address,
>> +PDWORD64 Displacement,
* Kai Blin <[EMAIL PROTECTED]> [27/05/06, 15:45:57]:
> +trace("blub\n");
That one slipped me. I'll send an amended patch shortly.
Kai
--
Kai Blin, (blin at gmx dot net)
In spite of everything, I still believe that people are good at heart.
-- Ann Frank
HelloI currently trying to run the Domino Client (Lotus Notes R7) on Wine 0.9.14 but couldn't get success yet. Does somebody has experience about running the R7 on Wine? I tried a lot of diffrent WINEDLLOVERRIDES settings but all I get is that Lotus brings the crash dialog (which creates a crash er
11 matches
Mail list logo