Home
last modified time | relevance | path

Searched refs:SHMsg (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/libmng/libmng-1.0.10/bcb/mngview/
H A DMain.h76 void MNGerror( String SHMsg );
H A DMain.cpp540 void TMainForm::MNGerror( String SHMsg ) in MNGerror() argument
561 MessageDlg( SHMsg + in MNGerror()
/dports/graphics/libmng/libmng-1.0.10/contrib/kylix/mngview/
H A DMain.pas78 procedure MNGerror (SHMsg : string);
546 MessageDlg (SHMsg + #13#10#13#10 + strpas (zErrortext) + #13#10#13#10 +
/dports/graphics/libmng/libmng-1.0.10/contrib/delphi/mngview/
H A DMain.pas139 procedure MNGerror (SHMsg : string);
684 MessageDlg (SHMsg + #13#10#13#10 + strpas (zErrortext) + #13#10#13#10 +
/dports/graphics/libmng/libmng-1.0.10/contrib/bcb/mngdump/
H A DMain.cpp517 void __fastcall TMainForm::MNGError( mng_handle hMNG, String SHMsg ) in MNGError() argument
538 MsgBoxStop( SHMsg + "\n\n" + String( zErrortext ) + "\n\n" + String( szFormatStr ) ); in MNGError()
H A DMain.h220 void __fastcall MNGError( mng_handle hMNG, String SHMsg );