- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've recently installed everything that I thought would be necessary for developing a OpenCL application, but apparently I was wrong. I have the necessary header files and the .dll files, but the .lib file that is required for the linking process for a C++ application is completely MIA.
This is what I downloaded (free edition) and installed as per the website https://software.intel.com/en-us/intel-inde/try-buy
Any ideas? I've set up other libraries easily enough, but this one seems troublesome due to the missing .lib file.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Philip,
Have you tried looking at the following folder(s), where the Code Builder is installed:
- C:\Intel\INDE\CODEBUILDER5.0\lib\x86
- C:\Intel\INDE\CODEBUILDER5.0\lib\x64
You can also use the following recommended env. variable in your project settings: INTELOCLSDKROOT\lib\x64
See more information here: https://software.intel.com/sites/landingpage/opencl/user-guide/Configuring_Microsoft_Visual_Studio.htm
Thanks,
Uri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah, that's where it is. Thank you. Now the fun begins... :)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page