how to use the library

I have created project in code blocks and I linked the refu.dll library.

This is the code for the project and it includes sources for refu library:
https://github.com/LefterisJP/OpenCL_Gaussian_Blur
Main file is gaussian.c

As far as I understand the article, the refu library should not be compiled.
I have the refu.dll but I cannot find out how to make it to use.

For example it includes
#include <rf_setup.h>
but I got errors like this:

\rf_utils.h:23:22: fatal error: rf_setup.h: No such file or directory

I tried #include <refu/rf_setup.h>

Solved
Last edited on
Topic archived. No new replies allowed.