44 | | '''ati''':: CAL version 1.0.0+, amd_* DLLs |
45 | | '''ati13amd''':: CAL version 1.3+, amd_* DLLs |
46 | | '''ati13ati''':: CAL version 1.3+, ati_* DLLs |
47 | | '''ati14''':: CAL version 1.4+, ati_* DLLs |
| 44 | '''ati''':: CAL version 1.0.0+, amd* DLLs |
| 45 | '''ati13amd''':: CAL version 1.3+, amd* DLLs |
| 46 | '''ati13ati''':: CAL version 1.3+, ati* DLLs |
| 47 | '''ati14''':: CAL version 1.4+, ati* DLLs |
| 48 | |
| 49 | You can verify which DLLs your application is linked against by using [http://www.dependencywalker.com/ Dependency Walker] against your application. If your executable contains DLL names prefixed with 'amd' then your plan class will be ati or ati12amd depending on which version of the CAL SDK you are using. If the DLL names are prefixed with 'ati' then use the ati13ati or ati14 plan classes. |