This is the error when building code from Article 307398 - File I/O:
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\excpt.h(36):
fatal error C1075: end of file found before the left brace '{' at
'c:\Q307398\Form1.h(5)' was matched
I cannot find whats not correct and at what point this code in being
compiled - has anyone else had this difficulty

Signature
gordon
Ashish Kaila - 20 Nov 2004 16:50 GMT
Your class / function braces are unmatched. Check to see the pairs.
Ashish
> This is the error when building code from Article 307398 - File I/O:
> C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\excpt.h(36):
[quoted text clipped - 3 lines]
> I cannot find whats not correct and at what point this code in being
> compiled - has anyone else had this difficulty