From 3337bd8eeec8eec42e9f6900cc74c7068c07be71 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 3 May 2009 03:52:19 +0000 Subject: Turned on exceptions. Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits. --- vcbuild/SciLexer.dsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcbuild') diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index e36d7b753..bea59eb45 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SciLexer_EXPORTS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /G6 /MT /W4 /O1 /I "..\include" /I "..\src" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SCI_LEXER" /FD /c +# ADD CPP /nologo /G6 /MT /W4 /GX /O1 /I "..\include" /I "..\src" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SCI_LEXER" /FD /c # SUBTRACT CPP /Fr /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 @@ -418,11 +418,11 @@ SOURCE=..\src\LexSQL.cxx # End Source File # Begin Source File -SOURCE=..\src\LexTADS3.cxx +SOURCE=..\src\LexTACL.cxx # End Source File # Begin Source File -SOURCE=..\src\LexTACL.cxx +SOURCE=..\src\LexTADS3.cxx # End Source File # Begin Source File -- cgit v1.2.3