t_ramesh
April 20th, 1999, 02:34 PM
Hi gurus,
I am trying to extract some phrases from a text file by processing it line by line. i am using cstdiofile and CString member functions for accomplishing this. i wrote a function which has more of CString methods such as mid, left, getlength etc. after that when i tried to compile i got a error after corecting some couple of syntax errors. the following is the error list.
--------------------Configuration: DataRepair - Win32 Debug--------------------
Compiling...
RepairDataDialog.cpp
C:\users\rkt5\project\tobacco\DataRepair\RepairDataDialog.cpp(172) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Error executing cl.exe.
DataRepair.exe - 1 error(s), 0 warning(s)
@@@@@@@@@@@@@@
i don't know what exactly the problem. i tried looking into knowledge base of microsft support.. but everthing says that bug has been fixed after vc++1.5 version.
regards
ramesh
I am trying to extract some phrases from a text file by processing it line by line. i am using cstdiofile and CString member functions for accomplishing this. i wrote a function which has more of CString methods such as mid, left, getlength etc. after that when i tried to compile i got a error after corecting some couple of syntax errors. the following is the error list.
--------------------Configuration: DataRepair - Win32 Debug--------------------
Compiling...
RepairDataDialog.cpp
C:\users\rkt5\project\tobacco\DataRepair\RepairDataDialog.cpp(172) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Error executing cl.exe.
DataRepair.exe - 1 error(s), 0 warning(s)
@@@@@@@@@@@@@@
i don't know what exactly the problem. i tried looking into knowledge base of microsft support.. but everthing says that bug has been fixed after vc++1.5 version.
regards
ramesh