cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

hphung
Journeyman III

A question of running Stream-based application without installing SDK.

Hello,

I would like to ask a question about running the ATI-Stream based application on a platform without installing SDK.

I've tried that in addition to necessary headers, copying both "brook.lib" and "brook.dll" to the new platform will be OK (Of cource, the #pragma comment(lib, "brook.lib") has been added). However, copying only "brook.lib" will make the developed dll not registered successfully. Does this phenomenon indicate that the brook.lib always depends on brook.dll?

Does anyone knows the formal procedure of running the ATI-Stream based application on a platform without installing SDK?

 

0 Likes
1 Reply
gaurav_garg
Adept I

You would only need brook.dll and brook_cal.dll. Header and .lib files are required only for development, not to run the application.

0 Likes