Search found 17 matches: buildhdp

Return to advanced search

Re: Setfocus problem

...            {-- Don't specify .PRG extensionGOTO EXIT:NOEXISTECHO The specified PRG %1 does not exist:EXIT buildhdp.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 18.03 - Mar. ...
by Antonio Linares
Tue May 01, 2018 8:05 am
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3445

Re: Setfocus problem

Peter,

We provide two batch files to create DLLs:

1. buildhd.bat for self contained DLLs (the Harbour virtual machine goes inside the DLL)

2. buildhdp.bat for pcode DLLs (the Harbour virtual machine goes inside the EXE that uses this DLL)

They should be at your samples folder
by Antonio Linares
Fri Apr 27, 2018 11:47 am
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3445

Re: access to window via its :hwnd

... DLL. The pcode DLL shares the EXE virtual machine, so it can access and manage the created objects from the EXE. Please review FWH/samples/buildhdp.bat to build them also review samples/pcodedl*.prg
by Antonio Linares
Tue Jan 09, 2018 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1776

Re: Error al cargar PCode DLL

Y en samples/buildhdp.bat tienes que modificar:

echo %hdir%\lib\maindllp.obj + >> b32.bc

así:

echo %hdir%\lib\hbmaindllp.lib + >> b32.bc
by Antonio Linares
Fri May 26, 2017 4:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1318

Re: Version 13.05 unstable ?

... fwh/samples/combos.prg fwh/samples/buildhm.bat fwh/samples/fivedbu.prg fwh/samples/xbrgen.prg fwh/samples/buildxm.bat fwh/samples/buildhdp.bat fwh/samples/buildhd.bat fwh/samples/build64x.bat fwh/samples/build64.bat fwh/samples/buildh32.bat fwh/samples/rbdesign.prg fwh/samples/fivedbu.rc ...
by Antonio Linares
Thu Jun 13, 2013 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5308

how to compile the file TESTMYDL.prg

buildhdp.bat mydll xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6693) Copyright 1999-2010, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'mydll.prg' and generating preprocessed output to 'mydll.ppo'... ...
by zazibr
Tue Mar 16, 2010 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file TESTMYDL.prg
Replies: 1
Views: 451

Re: create a pcode dll

Don,

Yes, they can be created with xharbour too.

But buildhdp.bat has to be modified to call xharbour.exe and use the xharbour libraries.
by Antonio Linares
Mon Jan 12, 2009 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

Re: create a pcode dll

Don,

Have you modified buildhdp.bat to call xHarbour instead of Harbour ?
by Antonio Linares
Mon Jan 12, 2009 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

Re: create a pcode dll

Antonio, I am using the samples testdllp.prg and pcodell.prg The pcodedll.prg is giving me the following when I try to make with the buildhdp.bat Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_HB_FUN___CLSINST' referenced from T:\FWH\SAMPLES\PC ...
by don lowenstein
Mon Jan 12, 2009 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

Re: create a pcode dll

... several examples with FWH: FWH\samples\TestDLLP.prg shows how to use a pcode DLL FWH\samples\pcodedll.prg shows how to build a pcode DLL using buildhdp.bat But I am afraid that you may experience compatibility problems. We recommend you to upgrade to FWH 8.12 and current xHarbour provided by ...
by Antonio Linares
Tue Jan 06, 2009 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

... y funcionó perectamente desde samples\TestDllP.prg Para construir la DLL usamos samples\Buildxdp.bat que es una variación de samples\Buildhdp.bat Si quieres copiamos aqui el contenido de samples\Buildxdp.bat
by Antonio Linares
Fri Dec 14, 2007 9:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con actualización a FWH 7.12 y xHarbour 1.1.0
Replies: 32
Views: 9036

... millón de gracias por tu respuesta. Sip. Hemos compilado las Dll. Sólo para prueba, por favor hazlo con PCODEDLL.PRG y TESTDLLP.PRG utilizando Buildhdp.bat y Buildx.bat. Los cuatro archivos están en FWH\SAMPLES. Verás que invocan bien la la función contenida en la PCODEDLL.DLL, devueve bien ...
by Cgallegoa
Sat Dec 08, 2007 9:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio S.O.S.... PCODE DLL no funciona con FWH 7.12
Replies: 13
Views: 2564

Rafael,

And here you have the required buildhdp.bat:

http://rapidshare.com/files/60934949/buildhdp.zip.html

And the required maindllp.obj:

http://fivetechsoft.com/forums/viewtopi ... aindllp%2A
by Antonio Linares
Sun Oct 07, 2007 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a DLL
Replies: 19
Views: 3308

Dll for print invoices in xHarbour

... not working with xHarbour. The sample program testdll/pcode (fwh\samples) with Harbour is ok but compiling with xHarbour dont. I change the build "BUILDHDP.BAT" for xHarbour.exe and FiveHx.lib. Somebody would help me with this ?, Thanks in advance.
by Alvaro Urdaneta
Fri Jun 22, 2007 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dll for print invoices in xHarbour
Replies: 3
Views: 999

maindllp.obj

Hola a todos:

Alguien me podria indicar donde encuentro este archivo que esta incluido en buildhdp.bat y es para generar dlls.

Gracias
by Alvaro Urdaneta
Thu Mar 30, 2006 10:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: maindllp.obj
Replies: 4
Views: 1101
Next

Return to advanced search