View | Details | Raw Unified | Return to issue 22440
Collapse All | Expand All

(-)setup2/source/basic/sibasic.cxx.noguierror (-1 / +4 lines)
Lines 1728-1734 Link Here
1728
	aMsg += "' Line: ";
1728
	aMsg += "' Line: ";
1729
	aMsg += ByteString::CreateFromInt32(nLine);
1729
	aMsg += ByteString::CreateFromInt32(nLine);
1730
1730
1731
	InfoBox( NULL, UniString::CreateFromAscii(aMsg.GetBuffer()) ).Execute();
1731
	if ( m_rEnv.HasVCL() )
1732
		InfoBox( NULL, UniString::CreateFromAscii(aMsg.GetBuffer()) ).Execute();
1733
	else
1734
		fprintf( stderr, "\n%s\n", aMsg.GetBuffer() );
1732
}
1735
}
1733
1736
1734
BOOL SiBasic::Call(ByteString const& SubName, ByteString const& aSource)
1737
BOOL SiBasic::Call(ByteString const& SubName, ByteString const& aSource)

Return to issue 22440