Search found 64 matches: xbuild

Return to advanced search

Re: problem w with FWH 16.12 and xHB.com

Please check what value you have in xbuild.windows.ini

There should be a:

[FWH]
Root = c:\fwh\
LibFolder = c:\fwh\lib
by Antonio Linares
Sat Dec 24, 2016 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4961

Re: FWH 16.12 : Display Seek values in Header Search Bar

... no data. Also, on the button bar, the prompts have disappeared. The problem is only with Harbour and MSVC 2015. If I build with xHarbour ( xBuild commercial version ), it displays correctly. Also, this is absolutely consistent in this dialog of the program, but is not yet showing up elsewhere ...
by TimStone
Fri Dec 23, 2016 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9034

Re: resedit command

Seems like a lot of work.

With xBuild you just add the .rc file(s) and Pelles does all the work ( xHarbour )

With Harbour / MSVC 2015, we just add the .rc to the script and have specified the the rc executable supplied by Microsoft ...

Easy enough all the way around.
by TimStone
Sun Jun 12, 2016 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resedit command
Replies: 11
Views: 2032

Tip Client = Harbour / MSVC 2015 Error

...      RETURN        ENDIF        oHttp:Post( cXml)    cRet :=  oHttp:readAll( )    oHttp:close()    RETURN NIL  When using xBuild ( xHarbour ) this is working fine. The problem is with FWH 16.03, Harbour ( built for that FWH version ), and MSVC++ 2015. I get the following ...
by TimStone
Wed Apr 20, 2016 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: Introducing FiveTech's fivedit

... My current editor reports the error description and line number, then jumps to the line containing the error. I am just using a modified xbuild.bat. Perhaps there is a compiler flag that needs to be set (I am just using the default flags in Fivedit)? ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ...
by James Bott
Wed Jan 28, 2015 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107362

Re: CodeJock calendar

Dutch, I have it in 3 different builds, and it works fine: xHarbour using xBuild and its Pelles C compiler / linker Harbour using the makefile found in UE Studio and a Microsoft C++ ( Version 2010 - 2013 all worked ) Microsoft Visual Studio 2013 Pro. All 3 work ...
by TimStone
Tue Sep 23, 2014 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeJock calendar
Replies: 8
Views: 1951

Re: Display.prg y ComboBox ( no funciona )

Hola karinha,

Estoy compilando con xbuild.bat de FWH\SAMPLES

me envias tu archivo .bat con el cual compilas ?

lo raro que sin la función DISPLAY el ejemplo funciona,

bajar ejemplo SIN display aquí. https://app.box.com/s/7a3zy6k7w2dux42lmdt2

gracias.
by sysctrl2
Tue Sep 23, 2014 3:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Display.prg y ComboBox ( SOLUCIONADO )
Replies: 17
Views: 4447

Re: To Antonio: moving to harbour.

Gustavo,

Already sent to your email.

Now you can drop xBuild and just call go.bat and you will be using a great makefile for your app :-)

As I have not tested it (as I don't have your files here) please run it and let me know if you get any error or something is missing, thanks
by Antonio Linares
Wed Jul 23, 2014 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: moving to harbour.
Replies: 4
Views: 727

Re: To Antonio: moving to harbour.

Gustavo,

If you send me your xBuild project file I will build, with pleasure, a really good makefile that you will enjoy to use very much :-)

it will be incredibly easy to use :-)
by Antonio Linares
Wed Jul 23, 2014 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: moving to harbour.
Replies: 4
Views: 727

To Antonio: moving to harbour.

... Threading....: YESVM Optimization....: 2  Under 16bit this works with no problem at all. Now, the ONLY reason that I use xHarbour is that via the xBuild tool I'm able to put all PRGs (over 40) and compile them as a whole. Some of them share the same procedure / function names which are only relevant ...
by HunterEC
Wed Jul 23, 2014 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: moving to harbour.
Replies: 4
Views: 727

Re: Why should I migrate from xHarbour to Harbour ?

... with probably 100,000 lines of code ( or more ), and that is what I am using in all of these tests. I originally developed in xHarbour.com / xBuild. I stopped the subscription a few years ago because it appeared most of the work was by one individual focused on Visual xHarbour. That is a ...
by TimStone
Mon Jun 23, 2014 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why should I migrate from xHarbour to Harbour ?
Replies: 44
Views: 7193

Error E0030 problem and solution

Using xHarbour.com's xBuild compiler, I was getting "Error E0030 Syntax error at '7'". It occurred at a FIELD declaration line, and I determined that '7' had nothing to do with it. The problem was that one of the fields listed ...
by Roger Seiler
Sat Apr 05, 2014 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error E0030 problem and solution
Replies: 3
Views: 755

Re: xHarbour issue: seeking ideas

That is fine, but I would have to be a large amount of money to upgrade to the recent commercial version hoping that had been included.

I don't believe xBuild will work with anything but the .com version.
by TimStone
Thu Feb 27, 2014 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2715

Unresolved external symbol _HB_FUN_SSL_LIBRARY_INIT

Hello,

First I make DEF file from dll's
Then I rename all symbols to _symbolname
I build the lib based on def file with Polib from PellesC
I link it in Xbuild. (xHarbour)

I cant figure out the problem.

Any help?

Antonio Ferreira
by AHF
Sun Jan 12, 2014 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external symbol _HB_FUN_SSL_LIBRARY_INIT
Replies: 0
Views: 296

Re: FWH 13.11 build error

Antonio,

Its an old version that will apparently not be upgraded.

The distributed xBuild does not work with Microsoft.

Thus, the Harbour /MSVC is the best option, but once again I have a problem to resolve.

Tim
by TimStone
Mon Jan 06, 2014 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.11 build error
Replies: 10
Views: 1441
Next

Return to advanced search