Quote Originally Posted by johnmcloud@libero.it View Post
The directory is in visual studio, folder "include"?
I try it but not work
The error is the same, file not exist.
What did you try?
Does the folder "bzscmn" exist within the VC "Include" directory?
Does the file "file.h" exist within "bzscmn" folder?
Did you try
Code:
#include <bzscmn\file.h>
or
Code:
#include "bzscmn\file.h"
rather than
Code:
#include <bzscmn/file.h>
Quote Originally Posted by johnmcloud@libero.it View Post
I'll post the library, so you can try.
Don't do it. No one here needs it.