Hi all.
I have what may be a really dopey question.
The 3.9 includes are riddled with 'void *' types which C++ doesn't like at all.
I was wondering what the best way around this is in GCC 2.95.x.
Is there a switch to ignore the problem, a different version of the include files (perhaps with replacement ULONGs) or something else?
This has stopped me using C++ in favour of C in the past and I probably don't have to. May as well sort it out now.
Any help would be appreciated.