Search found 169 matches: xbuilder

Return to advanced search

Re: xHarbour Commercial and latest FWH

I put together a small test and if works fine with Fivewin and Harbour (Borland) but not xBuilder/xHarbour. The problem is with LoadLibrary, this function returns a pointer instead of a numeric value. I'm linking these libs: \fwh\lib\xfw.lib \xhb\lib\xHBZIP.LIB \xhb\lib\xHBZipDll.lib ...
by Randal
Mon Aug 07, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 358

xHarbour Commercial and latest FWH

I recently upgraded to the latest FWH and I am able to compile my program using xBuilder/xHarbour however, I'm getting an error in a particular function. I'm using a 3rd party lib for emailing. This is the code in question: hSmtp := LoadLibrary("CSMTPAV9.dll") ...
by Randal
Sat Aug 05, 2023 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 358

Re: Antonio: Differences between BORLAND and VCC

I have to admit ... I don't understand why all the different compilers. I build all code with two options: 1). Older xHabour ( .com version ) with xBuilder ... 2). Preferred option of Visual Studio 2017 Community edition ( MSVCC ) plus Harbour I only use #1 for those who are using ADS Version 7 ...
by TimStone
Wed May 30, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6403

Re: Antonio: Differences between BORLAND and VCC

Rick, I do not use Borland, but I do create two builds of my primary application. 1). xHarbour ( .com / xBuilder with Pelles C ) using the version from 11/2015 2). Microsoft Visual Studio 2017 with Harbour libraries Option 1 is only used by people who have ADS Version 7 or ...
by TimStone
Wed May 16, 2018 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6403

xHarbour (.com) with FWH 18.01

I just released a build of my product using FWH 18.01 with xHarbour ( xBuilder ) dated 12/9/15 ( Version 4.5 ). My clients are experiencing steady crashes in a variety of areas. The same code built with Visuall C++ and Harbour has no reported problems. Is anyone ...
by TimStone
Tue Feb 20, 2018 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour (.com) with FWH 18.01
Replies: 2
Views: 672

Re: Camera Control needed for Tablet

... application requires files only available with the Microsoft Visual Studio Community edition. It will not work with the Pelles compiler ( xHarbour xBuilder ), or Borland. The resources are not available in those programs. The program was developed using VSC 2015 but works fine with VSC 2017 also. Tim
by TimStone
Thu Jan 11, 2018 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Camera Control needed for Tablet
Replies: 61
Views: 16456

Re: C wrapper help

Enrico Maria Giordano wrote:How are you linking the lib?

EMG



I'm using xBuilder so I've just added it to the project. I also tried using the command line option to make sure the lib is being linked and I get the same error.

Thanks,
Randal
by Randal
Wed Oct 19, 2016 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C wrapper help
Replies: 16
Views: 3215

FWH 64 bit with MSVS 2015

I have a rather large application that I can build using: xBuilder ( xHarbour.com ) 32 bit Harbour + MSVC 2013 32 bit Visual Studio 2013 IDE 32 bit With the release of FWH 64 I can now also build that same application using Microsoft Visual Studio 2015 ...
by TimStone
Thu Mar 31, 2016 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 bit with MSVS 2015
Replies: 1
Views: 417

Re: xBrowse error with 16.01 and resource

... lGDIP := .f. That requires a lot of recoding to add that throughout. NEW DISCOVERY: I found this problem occurs when building the program with xBuilder ( xHarbour.com ). It works correctly when building with Harbour and MSVC 2013. Most of my testing is done with the Harbour/MSVC so I didn't ...
by TimStone
Wed Jan 27, 2016 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error with 16.01 and resource
Replies: 10
Views: 1745

Re: New FTDN November/Noviembre 2015 (FWH 15.11)

... with Harbour / Visual Studio 2013 should be no problem. Will you also be able to use them on the latest version of xHarbour ( .com version with xBuilder ) ? Tim
by TimStone
Sun Dec 27, 2015 12:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2751

Re: Fivewin and xHarbour New Version.

... FWH with Harbour ( Antonio has a distribution ) and FWH plus Microsoft VC 2013. I actually have one code source and 3 different builds: xHarbour ( xBuilder ) with FWH 1510 (Using UtraEdit Studio Build utility ) Harbour, FWH 1510 and MSVC 2013 Microsoft Visual Studio 2013 with Harbour and FWH 1510 ...
by TimStone
Mon Dec 14, 2015 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and xHarbour New Version.
Replies: 16
Views: 3772

Re: error FWH 15.04 with xHarbour.com

The same as always with xBuilder ( xHarbour.com )

FIVEHCM 5/2/15 12:03PM
FIVEHMX 5/3/15 05:18PM
by TimStone
Fri May 15, 2015 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 7774

Re: error FWH 15.04 with xHarbour.com

... Windows gives me a BUSY cursor and then reverts to the regular cursor and the program never opens. Here is what is consistent: xHB ( .com ) using xBuilder My source code ( exact same in both cases ) And what is different ? FWH 14.12 versus 15.04. Also, if I build using 14.12 and link in the GDI ...
by TimStone
Thu May 14, 2015 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 7774

To Antonio:

... I'm going nuts, hehehe, but I need urgently to implement this console menu. Can you take a look and tell me what it is wrong ? I'm compiling with xBuilder to then move forward and buildx it. The error I'm getting is: Line 60 Error E0030 Syntax error: "syntax error at 'STATIC'" Thank ...
by HunterEC
Wed Apr 08, 2015 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 12680

HB_EOL( ) not found in xHarbour

OK ... when building an XML, I use HB_OSNewLine( ). hbcompat.ch translates this to HB_EOL( ). Today, I installed 14.12, and did a fresh build using xBuilder ( xHarbour .com ) and suddenly I get the message Unknown function HB_EOL( ). Looking back, doing a re-build with other versions of FWH the ...
by TimStone
Wed Dec 31, 2014 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_EOL( ) not found in xHarbour
Replies: 1
Views: 407
Next

Return to advanced search