Re: question for dumps

2008-01-28 Thread Juan Carlos Montes
I'm working in a new patch to add the new channel to can dump the buffers. regards, Dmitry Timoshkov wrote: Juan Carlos Montes [EMAIL PROTECTED] wrote: At this time, i have dumps for WriteFile, ReadFile, WSASendTo and WSARecvFrom. But i need it for Registry set value functions... Do you

Re: question for dumps

2008-01-25 Thread Dmitry Timoshkov
Juan Carlos Montes [EMAIL PROTECTED] wrote: At this time, i have dumps for WriteFile, ReadFile, WSASendTo and WSARecvFrom. But i need it for Registry set value functions... Do you want that i make a diff with all change? This dumping feature doesn't belong to Wine, if you need it use either

Re: question for dumps

2008-01-25 Thread Juan Carlos Montes
Ok, i can make the patch. what do you need to make the new channel? I use this code to dump: // Insert to dump buffers // Inserted by Juan Carlos Montes // Date: 23/01/08 char file_name[255] = ; sprintf( file_name,

Re: question for dumps

2008-01-23 Thread Juan Carlos Montes
I dont like change the source to use all versions of wine... but... I'll try make a debugger to dump the memory. So... thanks a lot. Stefan Dösinger escribió: Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes: Hi all, I need dump the data using the debug log.

Re: question for dumps

2008-01-23 Thread Alex Villací­s Lasso
Juan Carlos Montes escribió: I dont like change the source to use all versions of wine... but... I'll try make a debugger to dump the memory. So... thanks a lot. Stefan Dösinger escribió: Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes: Hi all, I need dump the

Re: question for dumps

2008-01-23 Thread Juan Carlos Montes
I'll send u a mail to detail the process, :) Alex Villací­s Lasso escribió: Juan Carlos Montes escribió: I dont like change the source to use all versions of wine... but... I'll try make a debugger to dump the memory. So... thanks a lot. Stefan Dösinger escribió: Am Dienstag, 22.

question for dumps

2008-01-22 Thread Juan Carlos Montes
Hi all, I need dump the data using the debug log. trace:winsock:WSASendTo socket 00f8, wsabuf 0x34e1e0, nbufs 1, flags 0, to (nil), tolen 0, ovl (nil), func (nil) if have this one, can i dump the data in 0x34e1e0 with another option in debug, or i need change the source? thanks a lot, --

Re: question for dumps

2008-01-22 Thread Stefan Dösinger
Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes: Hi all, I need dump the data using the debug log. trace:winsock:WSASendTo socket 00f8, wsabuf 0x34e1e0, nbufs 1, flags 0, to (nil), tolen 0, ovl (nil), func (nil) if have this one, can i dump the data in 0x34e1e0 with