Accessing gdi32.dll functions from another dll
20 Jan
2006
20 Jan
'06
9:28 a.m.
I need a bit of help with the correct way to do this. In usp10.c I need to access GetGlyphIndicesW. Given that it is part of gdi32, I assume that I will need to reference the function in the gdi32.dll rahter than linking it into usp10.dll. What is the approved method of setting up the access? Jeff
20 Jan
20 Jan
9:41 a.m.
On Fri, Jan 20, 2006 at 08:28:17PM +1100, Jeff L wrote:
I need a bit of help with the correct way to do this. In usp10.c I need to access GetGlyphIndicesW. Given that it is part of gdi32, I assume that I will need to reference the function in the gdi32.dll rahter than linking it into usp10.dll. What is the approved method of setting up the access?
In Makefile.in, add it to the "IMPORTS" line. Ciao, Marcus
7267
Age (days ago)
7267
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeff L -
Marcus Meissner