At last I'm giving working exe . But exe return error :
- Code: Select all Expand view
Application
===========
Path and name: C:\A\Amdi2\engel.exe (32 bits)
Size: 3,574,407 bytes
Compiler version: Harbour 3.0.0 (Rev. 16951)
FiveWin Version: FWH 11.10
Windows version: 5.1, Build 2600 Service Pack 3
Time from start: 0 hours 0 mins 12 secs
Error occurred at: 2011.11.13, 16:36:25
Error description: Error BASE/1004 No exported method: SETBRUSH
Args:
[ 1] = U
[ 2] = O TBRUSH
Stack Calls
===========
Called from: => SETBRUSH( 0 )
Called from: .\source\function\ALERT.PRG => DLGINIT( 0 )
Called from: .\source\function\ALERT.PRG => (b)ALERT( 0 )
Called from: .\source\classes\DIALOG.PRG => TDIALOG:INITIATE( 0 )
Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT( 0 )
Called from: => DIALOGBOXINDIRECT( 0 )
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 0 )
Called from: .\source\function\ALERT.PRG => ALERT( 0 )
Called from: engel.prg => MSGINF( 0 )
Called from: engel.prg => EXITWND( 0 )
Called from: engel.prg => (b)MAIN( 0 )
Called from: .\source\classes\MDIFRAME.PRG => TMDIFRAME:END( 0 )
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:SYSCOMMAND( 0 )
Called from: => TMDIFRAME:HANDLEEVENT( 0 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 0 )
Called from: => WINRUN( 0 )
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 0 )
Called from: engel.prg => MAIN( 0 )
I'm using alert function for my variuos choices . Here is a line ( 95 ) : oIcon:SetBrush( TBrush():New( "NULL" ) )
Added : this error occurs only for exernals icons in alert function . With IDI_x icons all is working OK .
How to solve this ?
Regards !
Fwh 11.10 + MinGW + Harbour 3.1 ( 17025 )