Search found 58 matches: buildhd

Return to advanced search

Re: Setfocus problem

Peter, buildhd.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 18.03 - Mar. 2018            Harbour development power ...
by Antonio Linares
Tue May 01, 2018 8:05 am
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3446

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: 3446

Re: access to window via its :hwnd

... HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT ********************************************************* // Using Harbour DLLs // To build BabuDLL.dll do: buildhd.bat DLL-DON #include "FiveWin.ch" static hDLL REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT // Harbour requirement for console debug ...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1790

Re: create a harbour dll containing functions to be executed

Hi dear Perry Nichols,
please can you kindly send me at romeox@tiscali.it those files:

MYDLL.PRG
TESTMYDLL.PRG
BUILDHD.BAT

I wrong samethins in my files, and it doesnot work !

FWH 16.02
many thanks
by Romeo
Mon Sep 19, 2016 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

... Unable to find an entry point named 'OneParam' in DLL 'Mydll.dll'. This is the code we are using for the DLL // Build a DLL from this code using: buildhd.bat mydll // Please review TESTMYDL.prg to see how to use this DLL. //----------------------------------------------------------------------------// ...
by rkurian
Thu Sep 08, 2016 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

Now the MYDLL.DLL has been created with your new buildhd.bat and (usin the original mydll.prg)

But using the
BUILDH.BAT TESTMYDL.PRG and running the TESTMYDL.EXE it gives:

Error code: 0 loading MYDLL.dll

Ops !!!
by Romeo
Wed Sep 07, 2016 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

Please use this buildhd.bat file: @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 16.06 - Jun. 2016            Harbour development ...
by Antonio Linares
Wed Sep 07, 2016 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

I have FWH 16.02 & Harbour 3.2.0dev I tried my original MYDLL.PRG with BUILDHD,bat, but i got many errors : Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\FWH7\LIB\FIVEH.LIB|VALBLANK ...
by Romeo
Wed Sep 07, 2016 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22835&start=15 > Also, I am looking at the samples in FWH64 v1605 and the buildhd.bat looks like a 32 bit build for borland - is there a bat to build a 64bit dll? We have not created it yet. I am going to try to create it ...
by Antonio Linares
Wed Aug 31, 2016 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: create a harbour dll containing functions to be executed

... number of params to pass: does each parm have to be the same data type in all functions? Also, I am looking at the samples in FWH64 v1605 and the buildhd.bat looks like a 32 bit build for borland - is there a bat to build a 64bit dll?
by Perry Nichols
Wed Aug 31, 2016 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

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: 5309

64 bit DLL

Hello, I am trying to build a 64 bit dll using FWH64 and I noticed I do not have a buildhd.bat. Is there one available for 64 bits? Also I am interested in any cross compatibility issues that might exist. For example can my 32 bit exe call a 64 bit dll and just the ...
by Dave Zowasky
Wed Aug 01, 2012 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 bit DLL
Replies: 0
Views: 249

Re: Creation of xHarbour PCODE DLL succeeded

... return always true but isn't it. Any ideas ? It seems a very strange issue. Thanks in advance. ------------------- // To build BabuDLL.dll do: buildhd.bat babuDLL // To run this DLL, do buidh.bat Babu.prg function CheckPassword() local cVar,lReturn RETURN(.T.) #pragma BEGINDUMP #include <windows.h> ...
by Marco Turco
Sat Nov 19, 2011 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182

Re: Creation of xHarbour PCODE DLL succeeded

... is verified or not but the error "Checkpassword" has not prototipe in function ExecuteAll appears. ------- // To build BabuDLL.dll do: buildhd.bat babuDLL // To run this DLL, do buidh.bat Babu.prg function CheckPassword() local cVar cVar:=space(10) if .not. MsgGet("Password",,@cVar) ...
by Marco Turco
Thu Nov 17, 2011 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182

Re: Creation of xHarbour PCODE DLL succeeded

... you very much for your continuous effort on xHarbour PCODE DLL I could create BABUDLL.DLL with xHarbour with the changes you have suggested in the BuildHd.bat and I could even build BABU.EXE. But when I call BABU.DLL, it is calling TEST() sucessfully from the DLL. But TEST2(...) with parameters ...
by RAMESHBABU
Tue Nov 15, 2011 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182
Next

Return to advanced search