Re: winedbg - using pdb from Visual Studio 2005

2008-02-06 Thread Francois Gouget
On Tue, 5 Feb 2008, Eric Pouech wrote: [...] that's to be looked at and is the cause of your problems can you send me your mydll.pdb file ? (off mailing list) On a somewhat related subject, do you know if the performance issues related to our handling of the PDBs hashtables has been fixed?

winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Michel Jacques
Hello, I am using PDBs generated with 2005 with wine version 0.9.54. I get errors related to my PDBs and I am wondering if I need to change the pdb format? Anything special to do when using 2005? Here are the errors I get, each time one of my pdb gets loaded:

Re: winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Vijay Kiran Kamuju
Hi, can you try this patch: http://www.winehq.org/pipermail/wine-patches/2008-January/049156.html I think currently dbghelp in wine doesnt support pdb files generated by VS 2005. Thanks, VJ On Feb 5, 2008 12:54 PM, Michel Jacques [EMAIL PROTECTED] wrote: Hello, I am using PDBs generated

Re: winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Vijay Kiran Kamuju
can you also try this patch also? -- VJ On Feb 5, 2008 12:02 PM, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, can you try this patch: http://www.winehq.org/pipermail/wine-patches/2008-January/049156.html I think currently dbghelp in wine doesnt support pdb files generated by VS 2005.

Re: winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Eric Pouech
Michel Jacques a écrit : Hello, I am using PDBs generated with 2005 with wine version 0.9.54. I get errors related to my PDBs and I am wondering if I need to change the pdb format? Anything special to do when using 2005? Here are the errors I get, each time one of my pdb gets loaded:

Re: winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Eric Pouech
Vijay Kiran Kamuju a écrit : Hi, can you try this patch: http://www.winehq.org/pipermail/wine-patches/2008-January/049156.html I think currently dbghelp in wine doesnt support pdb files generated by VS 2005. Thanks, VJ On Feb 5, 2008 12:54 PM, Michel Jacques [EMAIL PROTECTED] wrote: