search for: e2356

Displaying 1 result from an estimated 1 matches for "e2356".

Did you mean: 2356
2001 Jan 27
0
Vorbis with BCB
...] 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?! Must be a ANSI vs K&R thing, I figured. Well, if change the definition for getopt_long, I get this: [C++ Error] getopt1.c(67): E2356 Type mismatch in redeclaration of 'getopt_long'. [C++ Error] getopt.h(160): E2344 Earlier declaration of 'getopt_long'. I've tried various things, but I'm stumped. Anyone have any ideas? Also, while looking at 'getopt.h' I noticed a couple lines (85 and 129) tha...