cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

yoedhana
Journeyman III

Is ADL_Main_Control_Create still part of atiadlxy.dll?

Unable to get proc address of ADL_Main_Control_Create

Hi,

I have a laptop with an ATI Mobility Radeon HD 3670, driver version 7.01.01.798. My attempts at getting the procedure address for ADL_Main_Control_Create has not been successful. When I run depends.exe on atiadlxy.dll, I cannot find the function entry for ADL_Main_Control_Create. However I see an ADL_Main_Control_Initialize. This function seems to work when I call it using ADL_Main_Control_Create signature.

Is this the function I should call to initialize ADL?

Thanks

0 Likes
1 Reply
Byron
Staff

Don't use ADL_Main_Control_Initialize() use ADL_Main_Control_Create()

See how that works for you...

Also use DllView to see all of the _Main_ APIs, incl. Control_Create.

0 Likes