Displaying 1 result from an estimated 1 matches for "e2342".
Did you mean:
2342
2001 Jan 27
0
Vorbis with BCB
...s:
extern int getopt_long ();
I tried declaring '__STDC__', but this causes problems with 'strdup'
from Borland's 'string.h'. Then I tried hacking getopt.h so that BCB
would use the full prototypes that start on line 140, but then I get:
[C++ Error] getopt1.c(73): E2342 Type mismatch in parameter
'argv'.
[C++ Error] getopt1.c(73): E2342 Type mismatch in parameter
'options'.
[C++ Error] getopt1.c(73): E2342 Type mismatch in parameter
'long_options'.
So, it accepts the type for argc, but is convinced the remaining
parms are mismatched?!...