Re: Newbie question clipboard

2006-05-02 Thread Duane Clark
Thomas Hehl wrote: 2. I haven't found a user32.c and have found many, many hits in the source for GetClipboardData that I'm trying to sort through? How do I find the source code for that call? I'll just add one other simple method, since others did not mention it. In: http://source.winehq.or

Re: Newbie question clipboard

2006-05-02 Thread Mike Hearn
On Tue, 02 May 2006 09:12:11 -0700, Thomas Hehl wrote: > Please forgive a newbie. I have extensive development background, but am > new to wine and, though I've used VB a lot, am somewhat new to API > programming. Welcome! Don't worry, we all started in the same position as you did :) > > I have

Re: Newbie question clipboard

2006-05-02 Thread leslie . polzer
On Tue, May 02, 2006 at 09:12:11AM -0700, Thomas Hehl wrote: > 1. On the line: Call user32.GetClipboardData(0001) ret=00439e26, > what does the ret mean? Isn't the return value posted later in the > log? a) "ret" is the return address of the function. b) the return value is posted at the end o

Newbie question clipboard

2006-05-02 Thread Thomas Hehl
Please forgive a newbie. I have extensive development background, but am new to wine and, though I've used VB a lot, am somewhat new to API programming. I have an error while running Pagemaker 7.0 and try to paste text from the clipboard that I put into the clipboard from another app. I tried ru