Eric Pouech <[EMAIL PROTECTED]> writes: > what you would need in some cases, for callback, is to create 32 bit > callbacks > for 16 bit procedure. however, if the address of the 16 callback is not > passed > back in the callback (DDEML for example), then you should create some 32 > bit > code to do the glue. I may extend winebuild to create such callbacks
In that case you need a small thunk to call the 16-bit proc, we are doing this at a number of places already. I don't really see how you would do that in winebuild since they need to be allocated dynamically. -- Alexandre Julliard [EMAIL PROTECTED]