cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

wb0330
Journeyman III

Delayload aticalrt.dll and aticalcl.dll make a error LNK2001: unresolved external symbol

My APP will detect whether the ATI drivers is installed at runtime , to decide call ATI stream post process or not. so I'm trying to delay-load the aticalrt.dll and aticalcl.dll.
When I try to delay load both of them, I get an unresolved symbol __tailMerge_aticalcl_dll. How to fix this issue?

I know as an option, i can LoadLibrary/FreeLibrary and GetProcAddress manual.None of it is difficult but it's quite tedious, especially when doing about 50 functions at once.

0 Likes
0 Replies