Hi,
I have a C++ code. I tried to open and run in in VC++.Net
and it gave me an error: fatal error C1083: Cannot open
include file: 'getopt.h': No such file or directory
Somehow it did not find the standard C++ library. And the
question is what do I need to do in order to run the C++
code in VC++.Net and get it working or can I do it at all.
What should I do with the not found getopt.h library?
Thatnks in advance,
Peter
I have a C++ code. I tried to open and run in in VC++.Net
and it gave me an error: fatal error C1083: Cannot open
include file: 'getopt.h': No such file or directory
Somehow it did not find the standard C++ library. And the
question is what do I need to do in order to run the C++
code in VC++.Net and get it working or can I do it at all.
What should I do with the not found getopt.h library?
Thatnks in advance,
Peter
Comment