cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

MaSachse
Journeyman III

fatal error LNK1104: cannot open file 'SDKUtil.lib'

missing SDKUtil.lib

Hi,

I tried to compile the matrix multiplication example. but I just received the error message

1>LINK : fatal error LNK1104: cannot open file 'SDKUtil.lib'

Then I searched for the SDKUtil.lib in my system, but was not founding it. After reinstalling all the drivers and SDK it still wasn`t there.

 

Has anyone a clue to solve that issue?

 

Thanks

 

 

My System:

Windows 7 64 bit

HD4850, Cataclyst 10.2, SDK 2.01

MSVS Express C++ 2008

0 Likes
1 Reply
genaganna
Journeyman III

Originally posted by: MaSachse Hi,

 

I tried to compile the matrix multiplication example. but I just received the error message

 

1>LINK : fatal error LNK1104: cannot open file 'SDKUtil.lib'

 

Then I searched for the SDKUtil.lib in my system, but was not founding it. After reinstalling all the drivers and SDK it still wasn`t there.

 

 

Has anyone a clue to solve that issue?

 

 

 

My System:

 

Windows 7 64 bit

 

HD4850, Cataclyst 10.2, SDK 2.01

 

MSVS Express C++ 2008

 

MaSachse,

            You are using to MatrixMultiplation.vcproj to compile.  You should use OpenCLSamples.sln file to compile any sample where it automatically compile first SDKUtil.lib and then builds sample.

0 Likes