I'm not familiar with code blocks, but see if you can find out how to
add the simpledb directory with SimpleDB.h in it to you list of include
paths. Alternatively, you could change
#include <SimpleDB.h>
to
#include "SimpleDB.h"
so that the compiler will search for SimpleDB.h in the same directory as
the source file being compiled.
Cheers,
Russell
On 09/09/11 21:11, Jean-Yves VAUTRIN wrote:
> hi,
>
> I'am a rookie in C++. I have downloded simpledb-1.14.tar and extract it.
>
>
> Then, I have load the files in Code::Blocks and try to compile them.
> SimpleDB.h can't b found
>
>
>
> Could you help me?
>
> Thank you.
>
> Kind regards,
>
> JY Vautrin
> F-Paris
>
|