errant
February 18th, 2003, 11:59 PM
When I migrate a project from vc6 to vc.net, I encountered compile error :
"Cannot open include file: 'gsmlib/gsm_win32_serial.h': No such file or directory"
but no problem in vc6, why?
The source code fragment:
// * File: gsmctl.cc
...
#ifdef WIN32
#include < gsmlib/gsm_win32_serial.h >
#else
#include < gsmlib/gsm_unix_serial.h >
#include < unistd.h >
#endif
"Cannot open include file: 'gsmlib/gsm_win32_serial.h': No such file or directory"
but no problem in vc6, why?
The source code fragment:
// * File: gsmctl.cc
...
#ifdef WIN32
#include < gsmlib/gsm_win32_serial.h >
#else
#include < gsmlib/gsm_unix_serial.h >
#include < unistd.h >
#endif