Patch level : 10.0

Files correlati     : ba8
Ricompilazione Demo : [ ]
Commento            :
Eliminate fastidiose segnalazioni su errori ALX


git-svn-id: svn://10.65.10.50/trunk@19537 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2009-10-28 14:15:26 +00:00
parent 5ab2cfe5b3
commit e18191514b
2 changed files with 3 additions and 4 deletions

View File

@ -5,10 +5,9 @@
#include <dongle.h>
#include <prefix.h>
#include <recarray.h>
#include <statbar.h>
#include <treectrl.h>
#include <urldefid.h>
#include <utility.h>
#include <xvtility.h>
///////////////////////////////////////////////////////////
// TAVM_op
@ -444,7 +443,7 @@ void TAVM::log_error(const char* str)
if (_interactive)
error_box(str);
else
xvtil_popup_error(str);
xvtil_statbar_set(str);
}
bool TAVM::get_token(istream& instr, TString& str) const

View File

@ -38,7 +38,7 @@ public:
virtual bool set_usr_val(const TString& name, const TVariant& var);
virtual void include_libraries(bool reload = false);
void log_error(const char* msg);
virtual void log_error(const char* msg);
const TString& get_last_error() const;
bool compile(istream& instr, TBytecode& bc);