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:
parent
5ab2cfe5b3
commit
e18191514b
@ -5,10 +5,9 @@
|
|||||||
#include <dongle.h>
|
#include <dongle.h>
|
||||||
#include <prefix.h>
|
#include <prefix.h>
|
||||||
#include <recarray.h>
|
#include <recarray.h>
|
||||||
#include <statbar.h>
|
|
||||||
#include <treectrl.h>
|
|
||||||
#include <urldefid.h>
|
#include <urldefid.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
|
#include <xvtility.h>
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
// TAVM_op
|
// TAVM_op
|
||||||
@ -444,7 +443,7 @@ void TAVM::log_error(const char* str)
|
|||||||
if (_interactive)
|
if (_interactive)
|
||||||
error_box(str);
|
error_box(str);
|
||||||
else
|
else
|
||||||
xvtil_popup_error(str);
|
xvtil_statbar_set(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TAVM::get_token(istream& instr, TString& str) const
|
bool TAVM::get_token(istream& instr, TString& str) const
|
||||||
|
@ -38,7 +38,7 @@ public:
|
|||||||
virtual bool set_usr_val(const TString& name, const TVariant& var);
|
virtual bool set_usr_val(const TString& name, const TVariant& var);
|
||||||
virtual void include_libraries(bool reload = false);
|
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;
|
const TString& get_last_error() const;
|
||||||
|
|
||||||
bool compile(istream& instr, TBytecode& bc);
|
bool compile(istream& instr, TBytecode& bc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user