Sometimes I'm kinda slow on the uptake, but I've recently re-installed WINE
on my Linux partition, and a thought occurred to me -- since the big
problem with writing a GDI32 wrapper DLL is learning about all of the
undocumented exported functions and their parameters, why not take the work
done by the WINE project and strip all the actual logic out?  That would
leave you with a shell of all the functions, and you could put in whatever
you needed along with the passthrough to GDI32WIN.DLL or whatever you wish
to rename the original GDI32.DLL to.

Of course, it is Linux GCC code, so I have no idea how nasty it will be
getting it into VC...

 _____________________________     /"\
 Mac Reiter                        \ /    ASCII Ribbon Campaign
 Nomadics, Inc.                     X     Against HTML Mail
 [EMAIL PROTECTED]               / \
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to