D
Dave
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" {
Is this library file included for exception handling? I'm just trying to
set up a simple program to experiment with file and directory handling with
VC++.NET and used a try/catch block for the file read.
Any help would be appreciated. Thanks.
Dave Scott
build error tells me that there is a missing ';' before 'string' at the line
in excpt.h that reads
extern "C" {
Is this library file included for exception handling? I'm just trying to
set up a simple program to experiment with file and directory handling with
VC++.NET and used a try/catch block for the file read.
Any help would be appreciated. Thanks.
Dave Scott