GPUOpen-LibrariesAndSDKs / display-library

AMD Display Library SDK
132 stars 46 forks source link

How to get .lib file? #44

Open DryreL opened 11 months ago

DryreL commented 11 months ago

Hi!

I need adl.lib file. How do I get it?

Thanks.

crowbar27 commented 9 months ago

I don't think they distribute an import library for ADL. You need to declare the function prototypes using the information from the documentation and load the pointers using GetProcAddress like in the sample.