When I build my project I get an error in the excpt.h header file. The build error tells me that there is a missing ';' before 'string' at the line in excpt.h that reads

extern "C" {

Another error is "missing storage-class or type specifiers" and "fatal error C1004: unexpected end of file found"

All errors are points to extern "C" in excpt.h header file.
Any help would be appreciated. Thanks.

Best Rgds,
su myat

what compiler are you using? I just tried it with VC++ 2005 Express and had no problems.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.