cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

KumarSaurabh
Journeyman III

Installin OpenCl on Windows 7 32 bit system.

Hi friends,

i have been trying to install opencl setup on my system.
mine is a windows 32 bit operating system.

it has the processor- AMD Anthlon(tm)II P340 Dual-Core Processor 2.20GHz.

i installed open cl through the link-

http://processor2020.files.wordpress.com/2011/06/instructions_for_setting_up_opencl_lab.pdf

 

my installation completed successfully, but know i am getting this error whnever i reboot my system-

"EXT_framebuffer_object extension was not found"

Also, the error that i get when i am running my opencl codes is-

 

Error 1-  fatal error C1083: "Cannot open include file: 'd3d10_1.h': No such file or directory "

 

could anyone help me out with this error, plz...???

0 Likes
2 Replies
3dmashup
Journeyman III

 

d3d10_1.h

It's a header file that is  part of MSFTs'  DifrectX SDK.

You can bypass this by not building this example. To do that  use the Visual studio Configuration manager and un-check the project.

If you need to build this project, then

1) Download and install  the  latest DirectX SDK

2) Set the Include directories in the project profile to include the DirectX include directory.

 

0 Likes

Thanks a lot friend, your suggestion helped me exeecute codes.

0 Likes