Re: VC++ demangling tool

2006-02-08 Thread Michael Stefaniuc
Molle Bestefich wrote: Andreas Mohr wrote: Detlef Riekenberg wrote: schrieb Michael Stefaniuc: Why not make winedump a Wine app Please do not do that. winedump now works on windows without an wine-specific dll. I second that. winedump has the potential to become a very powerful yet smal

Re: VC++ demangling tool

2006-02-08 Thread Molle Bestefich
Andreas Mohr wrote: > Detlef Riekenberg wrote: > > schrieb Michael Stefaniuc: > > > Why not make winedump a Wine app > > > > Please do not do that. > > winedump now works on windows without an wine-specific dll. > > I second that. > winedump has the potential to become a very powerful yet small uni

Re: VC++ demangling tool

2006-02-08 Thread Michael Stefaniuc
Andreas Mohr wrote: On Wed, Feb 08, 2006 at 01:31:23PM +0100, Detlef Riekenberg wrote: Am Dienstag, den 07.02.2006, 22:48 +0100 schrieb Michael Stefaniuc: Why not make winedump a Wine app Please do not do that. winedump now works on windows without an wine-specific dll. Huh? Who said someth

Re: VC++ demangling tool

2006-02-08 Thread Andreas Mohr
Hi, On Wed, Feb 08, 2006 at 01:31:23PM +0100, Detlef Riekenberg wrote: > Am Dienstag, den 07.02.2006, 22:48 +0100 schrieb Michael Stefaniuc: > > Why not make winedump a Wine app > > Please do not do that. > winedump now works on windows without an wine-specific dll. I second that. winedump has

Re: VC++ demangling tool

2006-02-08 Thread Detlef Riekenberg
Am Dienstag, den 07.02.2006, 22:48 +0100 schrieb Michael Stefaniuc: > Why not make winedump a Wine app Please do not do that. winedump now works on windows without an wine-specific dll. -- By By ... ... Detlef

Re: VC++ demangling tool

2006-02-07 Thread Michael Stefaniuc
Eric Pouech wrote: Michael Stefaniuc wrote: winedump has a VC++ symbol demangling function but that is bitrotting as it is a copy of the msvcrt.__unDname . As i wanted to use the newer msvcrt.__unDname funtion i have written a quick and dirty program that is basicaly only a wrapper around UnDeco

Re: VC++ demangling tool

2006-02-07 Thread Eric Pouech
I'm wondering, why can't winedump import msvcrt and call what it needs, instead of duplicating code? (Just me thinking aloud) - because we don't want winedump to be winelib app - because winedump does a bit more than just demangling (like adding pmt names) which requires an extra level of inte

Re: VC++ demangling tool

2006-02-07 Thread Joris Huizer
Eric Pouech wrote: Michael Stefaniuc wrote: Hello! winedump has a VC++ symbol demangling function but that is bitrotting as it is a copy of the msvcrt.__unDname . As i wanted to use the newer msvcrt.__unDname funtion i have written a quick and dirty program that is basicaly only a wrapper arou

Re: VC++ demangling tool

2006-02-07 Thread Eric Pouech
Michael Stefaniuc wrote: Hello! winedump has a VC++ symbol demangling function but that is bitrotting as it is a copy of the msvcrt.__unDname . As i wanted to use the newer msvcrt.__unDname funtion i have written a quick and dirty program that is basicaly only a wrapper around UnDecorateSymbolNa