Search found 16 matches: bld

Return to advanced search

Re: Primeiros passos com FiveWin

... 7 recém instalado): 1. Baixei e instalei o xHarbour de xharbour.org 2. Instalei o Borland 5.8.2 (Link do site do xharbour) 3. Usei o arquivo bld.bat para testar um "Hello World". Deu certo. 4. Baixei o fivewin demostração 5. Fui em c:\fwh\samples e executei Buildx.bat tutor01, mas ...
by vlademiro
Wed Mar 11, 2020 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeiros passos com FiveWin
Replies: 8
Views: 1728

Re: xharbour last cvs error

Hi, after this changelog : 2016-08-15 17:04 UTC-0400 Ron Pinkas <ron.pinkas/at/xharbour.com> * bin/bld.bat + Added test for error level after prg compilation * bin/bld_vc.bat + Added support for VS 2013 and 2015 * make_vc.bat * More complete VS 2015 support and minor ...
by Enrico Maria Giordano
Wed Aug 24, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3033

xharbour last cvs error

Hi, after this changelog : 2016-08-15 17:04 UTC-0400 Ron Pinkas <ron.pinkas/at/xharbour.com> * bin/bld.bat + Added test for error level after prg compilation * bin/bld_vc.bat + Added support for VS 2013 and 2015 * make_vc.bat * More complete VS 2015 support and minor ...
by norberto
Wed Aug 24, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3033

Re: Download latest xHarbour

Hi: We have available individual builds for 10010 for the following Compilers. BCC 5.5.1, BCC 5.8.2, BCC 6.8, BCC 6.7, BCC 6.6, MSVC 10, and, MinGW Version 4.8.2 To examine and download these builds, please visit: whosaway.com (Password: 'XHB') A current fragment of the Changelog is shown below thi...
by Enrico Maria Giordano
Mon Jul 28, 2014 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download latest xHarbour
Replies: 4
Views: 815

Re: xBrowse from resource, how to select Alpha-Bld.-BMP ?

This is where your mistake is
Code: Select all  Expand view
{ | o | o:oLbx70:aRow[ 3 ] }


The column object does not have data oLbx70
by nageswaragunupudi
Thu Sep 17, 2009 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from resource, how to select Alpha-Bld.-BMP ?
Replies: 1
Views: 467

xBrowse from resource, how to select Alpha-Bld.-BMP ?

Hello, I use a Xbrowser from Resources to select Bmp's. All Types of BMP's I can select, but not Alpa-Blended. Choosing a Alpha-BMP, I get a Error. From this Line : oLbx70:aCols[ 2 ]:bAlphaLevel := { | o | o:oLbx70:aRow[ 3 ] } The same defined in Sample : xbalpha.prg ( from Source ) oBrw:aCols[ 1 ]:...
by ukoenig
Wed Sep 16, 2009 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from resource, how to select Alpha-Bld.-BMP ?
Replies: 1
Views: 467

Re: Cretar DLL

Lailton, First you have to decide what kind of DLL you need. Please read this explanation from the Harbour docs: Windows 32-bit DLLs with Harbour code ===================================== Programs created with Clipper or Harbour are traditionally a monolithic EXE containing all executable code. Thi...
by Antonio Linares
Mon Mar 23, 2009 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cretar DLL
Replies: 3
Views: 1135

Re: create a pcode dll

Don, Based on your comments it seems to me that you are talking about a C DLL instead of a pcode DLL. A pcode DLL is created using PRG code and it uses the EXE "virtual machine". They are small DLLs that just contain "pcode" and need the "virtual machine" from the EXE, ...
by Antonio Linares
Wed Jan 07, 2009 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

Angelo, There are three types of DLLs that you can create. From the Harbour docs: Windows 32-bit DLLs with Harbour code ===================================== Programs created with Clipper or Harbour are traditionally a monolithic EXE containing all executable code. This includes the Virtual Machine ...
by Antonio Linares
Wed Jun 18, 2008 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 32-bit DLLs with Harbour Code - Any More Progress
Replies: 14
Views: 5860

Ayuda, no consigo hacer uso de librerias del contrib

Saludos, Estoy intentando usar la libreria HBTip del contrib de harbour el caso es que genero hbtip.lib la añado a bld.bat pero no consigo que la aplicación haga nada: function main() LOCAL otest otest:= TUrl():New("http://fivetechsoft.com") ...
by damosi
Tue Apr 01, 2008 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda, no consigo hacer uso de librerias del contrib
Replies: 2
Views: 808

Mike, Yes :-) Please review this docs: /* * $Id: windll.txt 5836 2002-12-28 00:32:44Z brianhays $ */ Windows 32-bit DLLs with Harbour code ===================================== Programs created with Clipper or Harbour are traditionally a monolithic EXE containing all executable code. This includes t...
by Antonio Linares
Mon Nov 12, 2007 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dll Question
Replies: 1
Views: 871

Rafael, It looks as you want to create a pcode DLL, so you need to review FWH\samples\TestDLLP.prg and pcodeDLL.prg Please read this doc to understand the three different kinds of DLLs that Harbour can use: /* * $Id: windll.txt 5836 2002-12-28 00:32:44Z brianhays $ */ Windows 32-bit DLLs with Harbou...
by Antonio Linares
Sun Oct 07, 2007 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a DLL
Replies: 19
Views: 3309

This is my next question ... macs-computer:~/harbour/bin mac$ ./bld.sh ac_test Harbour devel build 1.1-0 Intl. Copyright 1999-2007, http://www.harbour-project.org/ Compiling 'ac_test.prg'... Lines 644, Functions/Procedures 2 Generating C source output to ...
by ramirezosvaldo
Sun Mar 11, 2007 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mac ..
Replies: 25
Views: 7297

... have the same behavior, all ok until we try to modife or insert a record. Maybe I'm doing some thing wrong, link script? I only add usrrdd.lib to bld.bat. If you have some idea please share it with me regards Marcelo
by Marcelo Via Giglio
Mon Sep 11, 2006 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USRRDD + FWH
Replies: 9
Views: 2188

Mensajes de error al compilar con xHarbour de Fivetechsof

... referenced from C:\XHARBOUR\LIB\RDD.LIB|dbf1 Error: Unresolved external '_hb_sxEnCrypt' referenced from C:\XHARBOUR\LIB\RDD.LIB|dbf1 Uso el bldtest.bat que a su vez llama bld.bat Saludos José Luis :lol: :lol:
by jlaguilars
Wed Jan 04, 2006 12:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mensajes de error al compilar con xHarbour de Fivetechsof
Replies: 2
Views: 903
Next

Return to advanced search