Search found 19 matches: complied

Return to advanced search

BUTTON BAR is NOT Compiled when Harbour Warning Level w2

Dear All , The BUTTONBAR does not complied when Harbour warning mode level w2 compiler parameter is provided but it is compiled when level w1 is provided. How we should compiled when parameter w2 ? Any special syntax ? I am using below code: ...
by shri_fwh
Mon Apr 22, 2019 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTON BAR is NOT Compiled when Harbour Warning Level w2
Replies: 2
Views: 419

Re: FiveLinux (free of cost version) for Raspberry Pi users

... build the fivelinux package but i get errors when trying to build tutor01. Gcc or the linker reports that it cant link as harbour libs were not complied the vfp registers but tutor01 is using vfp registers... Do i need a special build of fivelinux for the pi or do i just need some complier options ...
by Antonio Linares
Sun Apr 12, 2015 5:14 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux (free of cost version) for Raspberry Pi users
Replies: 6
Views: 3636

Re: BUG in Trbbtn

... is checked only if ::oWnd is RibbonBar or TRbGroup, provided /z compiler flag is not used while compiling trbtn.prg. All FWH lib prgs are complied without /z flag because FWH sources use shortcutting. I hope you are not compiling this prg separately with /z flag and linking with your application.
by nageswaragunupudi
Thu Jun 26, 2014 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG in Trbbtn
Replies: 1
Views: 428

Re: FiveLinux (free of cost version) for Raspberry Pi users

... build the fivelinux package but i get errors when trying to build tutor01. Gcc or the linker reports that it cant link as harbour libs were not complied the vfp registers but tutor01 is using vfp registers... Do i need a special build of fivelinux for the pi or do i just need some complier options ...
by johnshay
Sun Feb 23, 2014 2:46 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux (free of cost version) for Raspberry Pi users
Replies: 6
Views: 3636

Re: Error en xBrowse

... oClass:IsKindOf( 'TXBROWSE' )  In this line oClass:IsKindOf(...) is will be executed only if oClass is NIL and the xbrowse program is complied with flag /z. FWH libraries are compiled without using the flag /z. So of oClass is nil, oClass:isKindOf is never executed. In any case, can ...
by nageswaragunupudi
Wed Mar 06, 2013 7:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en xBrowse
Replies: 10
Views: 1602

TDolphin MySql embedded testemb1 example

... connect to MySQL Server but not able to connect as Embedded server. I used the same example which is supplied with TDolphin (Testemb1.prg). When I complied the testemb1.prg its executing but it does not establish the connection. Its close the application immediately. I put some debug messages by ...
by shri_fwh
Mon Dec 31, 2012 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin MySql embedded testemb1 example
Replies: 2
Views: 536

New User FWH6.12

... to migrate to harbour and fwh, from fivewin and clipper 5.2. I have downloaded and installed all necessary files, fwh6.12,harbour2.0,bcc55. I complied the tutor01 with buildh.bat. the tutor01.exe file is generated but does not run, gives no error and does nothing. Am i missing something..thanks ...
by RiazKhan
Sat Dec 17, 2011 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New User FWH6.12
Replies: 41
Views: 9606

New User FWH6.12

... to migrate to harbour and fwh, from fivewin and clipper 5.2. I have downloaded and installed all necessary files, fwh6.12,harbour2.0,bcc55. I complied the tutor01 with buildh.bat. the tutor01.exe file is generated but does not run, gives no error and does nothing. Am i missing something..thanks ...
by RiazKhan
Sat Dec 17, 2011 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get FWH 6.12 for free!!!
Replies: 34
Views: 8746

TO NAGES : ALSO ON ARRAY XBROWSE AND TOOLTIP

...       := FIELD->DATAIN + HB_RandomInt( 0, 5 )   next n   CLOSE RESERVATIONreturn nil  This is a self contained program that can complied and executed independently. The program creates a sample DBF. The logic can be adopted to the actual requirements. I have used xHarbour with ...
by MdaSolution
Sat Aug 06, 2011 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES : ALSO ON ARRAY XBROWSE AND TOOLTIP
Replies: 4
Views: 1030

Re: ADDING DATA INTO AN ARRAY....[X,Y]

...       := FIELD->DATAIN + HB_RandomInt( 0, 5 )   next n   CLOSE RESERVATIONreturn nil  This is a self contained program that can complied and executed independently. The program creates a sample DBF. The logic can be adopted to the actual requirements. I have used xHarbour with ...
by nageswaragunupudi
Tue Feb 23, 2010 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADDING DATA INTO AN ARRAY....[X,Y]
Replies: 14
Views: 4168

Call C function from Clipper .PRG

... Question 2: How do I resolve the problem with SystemParametersInfoA? Just to be sure, I did remove the reference to SystemParametersInfoA and complied the OBJ again. When I link with that OBJ, I only have the first unresolved external _HB_FUN_GETWORKRECT. Question 3: I'd like to get rid of ...
by paulrhanson
Thu Oct 23, 2008 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call C function from Clipper .PRG
Replies: 3
Views: 828

NageswaraRao, >The following code is properly getting complied and linked for me: But you cannot do this: @ 1,10 xbutton prompt "XButton" This whole thing started when I tried to do: @ 1,1 button msgInfo( cWhatever ) I try to use this periodically ...
by James Bott
Mon Aug 11, 2008 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

The following code is properly getting complied and linked for me: #include 'fivewin.ch' #xcommand @ <nRow>, <nCol> XBUTTON [ <oBtn> PROMPT ] <cPrompt> => ; [ <oBtn> := ] TXButton():new( ...
by nageswaragunupudi
Mon Aug 11, 2008 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

Automatically adding date and time of compilation

I wanted some automatic way of including the build date and time in my complied xHarbour/FiveLinux code. The method I came up with is as follows: In the shell script that builds the application I get the system date and time and then pass it to the xHarbour ...
by xProgrammer
Mon Jul 14, 2008 11:16 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Automatically adding date and time of compilation
Replies: 1
Views: 758

Thanks Rochinha,
When I complied it produced a lot of error (FWH 7.12/xharbour 1.1.0) such as "parse error at 'hOpen' " , 'sBuffer' etc...
by thuc18
Mon Jun 02, 2008 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download stock quote file from yahoo
Replies: 8
Views: 3130
Next

Return to advanced search