satellite03
IS-IT--Management
hi,
i have downloaded a library from
to make it work i read the readme file of the library.
there it is written to get exe
i have to do like below...
========================
Microsoft Visual C++ 6.0
========================
run : mkallmsc.bat (builds library + 4 executables)
so
i simply clicked on mkallmsc.bat.... a DOS window came and blinked away quickly.
then i
tried to write a small code.....the library has suggested to write #include "m_apm.h" at the begining of the code...
i did that ..
but at the compilation time it is saying :
fatal error C1083: Cannot open include file: 'm_apm.h': No such file or directory
Error
and surprisingly the demo code given in the library itself is giving the same kind of error.
why it is not able to find the library??
my program path is c:\pg\abc.cpp
and my library is in C:and path of 'm_apm.h' is C:\mapm\mapm_4.9
can you tell me why this library is not linking? how can i fix it?
any suggestion ?
i have downloaded a library from
to make it work i read the readme file of the library.
there it is written to get exe
i have to do like below...
========================
Microsoft Visual C++ 6.0
========================
run : mkallmsc.bat (builds library + 4 executables)
so
i simply clicked on mkallmsc.bat.... a DOS window came and blinked away quickly.
then i
tried to write a small code.....the library has suggested to write #include "m_apm.h" at the begining of the code...
i did that ..
but at the compilation time it is saying :
fatal error C1083: Cannot open include file: 'm_apm.h': No such file or directory
Error
and surprisingly the demo code given in the library itself is giving the same kind of error.
why it is not able to find the library??
my program path is c:\pg\abc.cpp
and my library is in C:and path of 'm_apm.h' is C:\mapm\mapm_4.9
can you tell me why this library is not linking? how can i fix it?
any suggestion ?