Please note that this syntax is not supported by brc32.exe:
I had to replace it with
EMG
FONT 9,"Verdana",0,0,0I had to replace it with
FONT 9,"Verdana"EMG
FONT 9,"Verdana",0,0,0FONT 9,"Verdana"Enrico Maria Giordano wrote:Please note that this syntax is not supported by brc32.exe:
FONT 9,"Verdana",0,0,0
I had to replace it with
FONT 9,"Verdana"
EMG
nageswaragunupudi wrote:I built your 1st sample with xHarbour and executed the function 22 times. There is no crash. Should we execute more times?
fraxzi wrote:nageswaragunupudi wrote:I built your 1st sample with xHarbour and executed the function 22 times. There is no crash. Should we execute more times?
Mr. Rao,
Allow me to send you the project.. Just getting started and very small with MariaDB .SQL to recreate the database using xMate..
I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..).
I will try to create a small video from compiling to execution where the problem persisted (with FWH18.03)
Sorry for the confusion.
Enrico Maria Giordano wrote:Frances, can you reproduce the problem with this sample?
#include "Fivewin.ch" FUNCTION MAIN() LOCAL i FOR i = 1 TO 100 uPopup_RecordSet() NEXT ? "OK" RETURN NIL FUNCTION uPopup_RecordSet() local oDlg,; oBarBottom local xRet DEFINE DIALOG oDlg RESOURCE 'DLG_TEST' TRUEPIXEL; STYLE nOr( WS_POPUP, WS_THICKFRAME ); TITLE '' oDlg:lHelpIcon := .F. REDEFINE BUTTONBAR oBarBottom; ID 1001 OF oDlg 2010 DEFINE BUTTON OF oBarBottom CENTER TRANSPARENT; ACTION ( xRet := NIL, oDlg:End() ); TOOLTIP {'Cancel Selection', 'CLOSE'} oDlg:bStart = { || SysRefresh(), oDlg:End() } ACTIVATE DIALOG oDlg; ON INIT ( oDlg:oBottom := oBarBottom ) return( xRet )
EMG
nageswaragunupudi wrote:fraxzi wrote:nageswaragunupudi wrote:I built your 1st sample with xHarbour and executed the function 22 times. There is no crash. Should we execute more times?
Mr. Rao,
Allow me to send you the project.. Just getting started and very small with MariaDB .SQL to recreate the database using xMate..
I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..).
I will try to create a small video from compiling to execution where the problem persisted (with FWH18.03)
Sorry for the confusion.
We would appreciate if you can prepare a small sample to recreate the problem.
Also please see if you can modify Mr. Enrico's sample to reproduce the problem.
...
[Files]
%HOME%\Source\_main.prg=1,.F.,19,41,
%HOME%\Source\walos.prg=2,.F.,100,87,
%HOME%\Source\walos_addrdt.prg=3,.F.,88,1,
%HOME%\Source\walos_adddtd.prg=4,.F.,159,1,
%HOME%\Source\endctrls.prg=5,.F.,10,35,
%HOME%\Source\utils.prg=6,.F.,367,62,
%HOME%\Source\crActiveX_dbf.prg=7,.F.,135,8,
%HOME%\Source\snippit.prg=8,.F.,1,1,
%HOME%\Source\DlgScroll.prg=9,.F.,1,1,
%HOME%\Include\walos.ch=10,.F.,20,58,
%HOME%\Resource\walos.rc=11,.F.,0,0,
%HOME%\Bin\walos.ini=12,.F.,0,0,
%C_LIB_INSTALL%\c0w32.obj=13,.T.,0,0,
D:\FWH1803\lib\FiveHX.lib=14,.T.,0,0,
D:\FWH1803\lib\FiveHC.lib=15,.T.,0,0,
D:\FWH1803\lib\libmariadb.lib=16,.T.,0,0,
%HB_LIB_INSTALL%\gtwin.lib=17,.T.,0,0,
%HB_LIB_INSTALL%\rtl.lib=18,.T.,0,0,
%HB_LIB_INSTALL%\vm.lib=19,.T.,0,0,
%HB_LIB_INSTALL%\rdd.lib=20,.T.,0,0,
%HB_LIB_INSTALL%\dbfcdx.lib=21,.T.,0,0,
%HB_LIB_INSTALL%\dbfntx.lib=22,.T.,0,0,
%HB_LIB_INSTALL%\lang.lib=23,.T.,0,0,
%HB_LIB_INSTALL%\macro.lib=24,.T.,0,0,
%HB_LIB_INSTALL%\common.lib=25,.T.,0,0,
%HB_LIB_INSTALL%\pp.lib=26,.T.,0,0,
%HB_LIB_INSTALL%\ct.lib=27,.T.,0,0,
%HB_LIB_INSTALL%\hbsix.lib=28,.T.,0,0,
%HB_LIB_INSTALL%\pcrepos.lib=29,.T.,0,0,
%HB_LIB_INSTALL%\dbffpt.lib=30,.T.,0,0,
%HB_LIB_INSTALL%\zlib.lib=31,.T.,0,0,
%HB_LIB_INSTALL%\png.lib=32,.T.,0,0,
%HB_LIB_INSTALL%\hbcurl.lib=33,.T.,0,0,
%HB_LIB_INSTALL%\hbzip.lib=34,.T.,0,0,
%C_LIB_INSTALL%\lib\cw32.lib=35,.T.,0,0,
%C_LIB_INSTALL%\lib\import32.lib=36,.T.,0,0,
%C_LIB_INSTALL%\lib\ws2_32.lib=37,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\odbc32.lib=38,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\nddeapi.lib=39,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\iphlpapi.lib=40,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\msimg32.lib=41,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\psapi.lib=42,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\rasapi32.lib=43,.T.,0,0,
%C_LIB_INSTALL%\psdk\shell32.lib=44,.T.,0,0,
%C_LIB_INSTALL%\psdk\GdiPlus.lib=45,.T.,0,0,
...It didn't crash here. Please send me your EXE to test it here.
EMG
Enrico Maria Giordano wrote:It didn't crash here. Please send me your EXE to test it here.
EMG
Sorry, I can't run your EXE because I don't have MariaDB installed.
EMG
Mr Frances
Please prepare the sample limiting only to the dialog error.
Enrico Maria Giordano wrote:Sorry, I can't run your EXE because I don't have MariaDB installed.
EMG
nageswaragunupudi wrote:Mr Frances
Please prepare the sample limiting only to the dialog error.
Please explain how to reproduce the problem step by step.
EMG


Unfortunately, when I click on the icon the program freezes (and stay on top, difficult to terminate).
EMG