Search found 37 matches: ldebug

Return to advanced search

Re: webview - como brush?

Estimado Leandro,

Cuando se construye el objeto TWebView si al método New() se le pasa como segundo parámetro oWnd:hWnd, webview se situa sobre esa ventana sin crear una nueva:

TWebView():New( lDebug, oWnd:hWnd )
by Antonio Linares
Fri Jul 21, 2023 6:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: webview - como brush?
Replies: 2
Views: 263

Re: Import Chinese Characters from XLS

... ENDIF // Init... lAds := .F. Pbuild := "20190205-1634" cRdd1 := "DBFCDX" cString := "ABCDEFGHIJKLMNOPQRSTUVWXYZ" lDebug := IF(EMPTY(cDebug),.F.,.T.) cRoot := "" cTitle := "CDM Web Freight Data Integration" xPROVIDER := "SQLOLEDB" xSOURCE ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 948

Re: problem with read from xml file

... t1.exe.xbp ------------------------------------------------------------- CINI = C_OUTPUTFOLDER = DEFFILE = INCLUDEFOLDERS = LAUTORUN = LDEBUG = .F. LGUI = .F. LIBFOLDERS = LMT = .F. LNOAUTOFWH = .F. LPRG_CLASSICDEBUG = .F. LPRG_DEBUG = .F. LUSEDLL = .F. MAPFILE = MYC_FLAGS = MYDEFINES ...
by kajot
Tue Jan 24, 2017 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with read from xml file
Replies: 17
Views: 3570

Re: problem w with FWH 16.12 and xHB.com

... new version FWH I create new lib Fivehmx using Fivehmx.lib.xbp my Fivehmx,lib.xbp CINI = C_OUTPUTFOLDER = DEFFILE = INCLUDEFOLDERS = LAUTORUN = LDEBUG = .F. LGUI = .F. LIBFOLDERS = LMT = .F. LNOAUTOFWH = .F. LPRG_CLASSICDEBUG = .F. LPRG_DEBUG = .F. LUSEDLL = .F. MAPFILE = MYC_FLAGS = MYDEFINES ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4960

Re: FiveLinux on Raspberry Pi compile Error.

... when searching for -lgtstd /usr/bin/ld: cannot find -lgtstd /usr/bin/ld: skipping incompatible /home/pi/fwh/lib/libdebug.a when searching for -ldebug /usr/bin/ld: cannot find -ldebug collect2: ld returned 1 exit status done! compile success. This error---------------------------------------------------------
by yunbg1
Thu Feb 04, 2016 1:01 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 3335

Re: FiveLinux on Raspberry Pi compile Error.

... -llang -lcodepage -lpp -ldbfntx -ldbfcdx -ldbffpt -lhbsix -lhsx -lpcrepos -lusrrdd -ltip -lct -lcgi -lgtstd -lgtcgi -lgtcrs -lgttrm -lhbodbc -ldebug -lm -lgpm -lncurses -Wl,--end-group rm $1.c rm $1.o echo done!
by yunbg1
Wed Feb 03, 2016 4:38 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 3335

Re: Pregunta sobre HBMK2

... se cuelga. wvw_SetVertCaret( .T. ) wvw_pbSetFont( , "Tahoma", 14 ) nCursor := SetCursor( SC_NONE ) IF ! SetDefaultWindowSize() ldebug( "Cannot setDefaultWindowSize()" ) ELSE ldebug( "Successfully setDefaultWindowSize()" ) ENDIF PROCEDURE Main()   LOCAL ...
by ruben Dario
Tue Jul 28, 2015 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre HBMK2
Replies: 6
Views: 802

Re: Introducing FiveTech's fivedit

... methods listed twice, one for the Class header and another for the implementation. Using that, I just found that method BuildProject() was missing lDebug parameter in the Class header :-) Its a great way to check that the Class header methods and the implemented methods names match.
by Antonio Linares
Tue Jan 20, 2015 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107326

Issue with TSOCKET()

... oSocketArray[nBridge]:bConnect = { || mUniWinConnected := .T. } oSocketArray[nBridge]:bClose = { || mUniWinClosed := .T. } oSocketArray[nBridge]:lDebug = .T. oSocketArray[nBridge]:cLogFile = "iplogfile.log" oSocketArray[nBridge]:Connect( ALLTRIM(cIpAddr) ) // use the server IP address ...
by paulrogers
Tue Jan 13, 2015 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with TSOCKET()
Replies: 3
Views: 693

Recompilar FiveHMX para xhb.com

... "Obj\datarow.obj" <<< //************************************ CINI = C_OUTPUTFOLDER = DEFFILE = INCLUDEFOLDERS = LAUTORUN = LDEBUG = .F. LGUI = .F. LIBFOLDERS = LMT = .F. LNOAUTOFWH = .F. LPRG_CLASSICDEBUG = .F. LPRG_DEBUG = .F. LUSEDLL = .F. MAPFILE = MYC_FLAGS = MYDEFINES ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 826

Re: Harbour / FiveWin on Windows 7

xharbour builder Hello.exe.xbp: CINI = C_OUTPUTFOLDER = DEFFILE = INCLUDEFOLDERS = LAUTORUN = LDEBUG = .F. LGUI = .T. LIBFOLDERS = LMT = .F. LPRG_CLASSICDEBUG = .F. LPRG_DEBUG = .F. LUSEDLL = .F. MAPFILE = MYC_FLAGS = MYDEFINES = MYLINK_FLAGS = MYPRG_FLAGS = MYRC_FLAGS ...
by byron.hopp
Tue May 15, 2012 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour / FiveWin on Windows 7
Replies: 25
Views: 6928

Re: New FWH 11.11

Antonio, This is the .xbp file for my app, any idea where I put the line? CINI = C_OUTPUTFOLDER = DEFFILE = INCLUDEFOLDERS = LAUTORUN = .F. LDEBUG = .F. LGUI = .F. LIBFOLDERS = LMT = .F. LNOAUTOFWH = .F. LPRG_CLASSICDEBUG = .F. LPRG_DEBUG = .F. LUSEDLL = .F. MAPFILE = MYC_FLAGS = MYDEFINES = ...
by PeterHarmes
Thu Nov 24, 2011 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.11
Replies: 66
Views: 14963

Re: Intentando compilar

... cannot find -ldbfcdx /usr/bin/ld: cannot find -ldbffpt /usr/bin/ld: cannot find -lusrrdd /usr/bin/ld: cannot find -lct /usr/bin/ld: cannot find -ldebug collect2: ld devolvió el estado de salida 1 Juanjo
by juanjogascem
Wed Nov 23, 2011 10:09 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Intentando compilar
Replies: 7
Views: 2281

Re: Minimize Dialog and Window too

... to create a dummy window (or hide) when I create oTelnet object IF oTelnet = NIL oTelnet := TSocket():New( nPorta ) oTelnet:Connect( cIp ) oTelnet:lDebug := .T. It looked like a small problem but...pain Many thanks guys
by MarcoBoschi
Tue Jan 25, 2011 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minimize Dialog and Window too
Replies: 25
Views: 4218

Re: Telnet script "Solved"

I send these commands and ...it works fine! ... ... oTelnet := TSocket():New( nPort ) oTelnet:Connect( cIp ) oTelnet:lDebug := .T. syswait(1) oTelnet:GetData() syswait() oTelnet:SendData( "admin" + crlf ) SysWait(1) oTelnet:GetData() SysWait() oTelnet:SendData( "admin" ...
by MarcoBoschi
Mon Nov 29, 2010 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Telnet script ( probably ot )
Replies: 3
Views: 964
Next

Return to advanced search