A
auditory
I have sources written on linux quite long ago.
They are compiled good on current linux machine.
but not in VS2005.
The cause of problem is #include<getopt.h>.
Is there any correspoinding files which can be used instead of getopt.h??
I tried xgetopt.h from codeproject
http://www.codeproject.com/cpp/xgetopt.asp
but this is not compatible with getopt.h at all, and
gives lots of error in compile time.
( eg. not defined structure option, macro requied_options and so on.)
Is there any way to re-use these sources with the least modifications?
They are compiled good on current linux machine.
but not in VS2005.
The cause of problem is #include<getopt.h>.
Is there any correspoinding files which can be used instead of getopt.h??
I tried xgetopt.h from codeproject
http://www.codeproject.com/cpp/xgetopt.asp
but this is not compatible with getopt.h at all, and
gives lots of error in compile time.
( eg. not defined structure option, macro requied_options and so on.)
Is there any way to re-use these sources with the least modifications?