recently i'd downloaded a source code in c++ and tried to compile and run in VS C++ 6.0. however the source code couldn't be compiled. the error is as follows>
before that, there is a header file in the source code written like this #include "..\..\..\VspAp i\VspApi.h"
and the error message is as follows:
the include file couldnt be opened '..\..\..\VspAp i\VspApi.h' : file or directory couldn be found...
what should i modify here to get it working....FYI i'd added all the files (.cpp,.lib,.h) and also the VspApi.h file into the same file in myproject folder.......pl ease explain.
im working on Win XP platform.
before that, there is a header file in the source code written like this #include "..\..\..\VspAp i\VspApi.h"
and the error message is as follows:
the include file couldnt be opened '..\..\..\VspAp i\VspApi.h' : file or directory couldn be found...
what should i modify here to get it working....FYI i'd added all the files (.cpp,.lib,.h) and also the VspApi.h file into the same file in myproject folder.......pl ease explain.
im working on Win XP platform.
Comment