For fuctions that are not documented with a lib on msdn, how to know which lib it needs. The 2 functions that i am currently trying to link are FONTOBJ_pxoGetXform and XFORMOBJ_iGetXform.
This is a GDI API that only DRIVERS can call. It is defined in winddi.h and whatever components are needed should already be linked in by whaetever the instructions are for correctly building a driver.
I am using it within a driver. I am modifying one of the DDK samples for my needs and cannot find what to link to it to get it to compile. (I am working with the sample *WINDDK\2600\src\print\oemdll\oemps)
How to find what library to link to?
ShaadShid
Anyway, this question should be handled in the device driver forum here:
http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.development.device.drivers&lang=en&cr=US
Ronald Laeremans
Visual C++ team
destroy
Isnt there a way to find out what lib it needs