Search found 10 matches: windll

Return to advanced search

Re: SerialPort Class Using CreateObject (...)

Hello all. Firstly, Thanks Byron for your reply. It confirmed what I thought. However I think it is still useful to access DOT.NET from FWH and so the following ..... Since I last posted this question on this forum for access to MS .NET from FiveWin, I have been working on it. I have established a w...
by angelo.c
Sun Jul 19, 2009 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

Re: create a pcode dll

... at all. I recommend you this document reading as it explains the different kind of DLLs that can be managed with Harbour/xHarbour: /* * $Id: windll.txt 5836 2002-12-28 00:32:44Z brianhays $ */ Windows 32-bit DLLs with Harbour code ===================================== Programs created with ...
by Antonio Linares
Wed Jan 07, 2009 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5903

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 ...
by Antonio Linares
Mon Nov 12, 2007 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dll Question
Replies: 1
Views: 874

Ok, I took our CALLDLL,

Olny have label.prg LLX.PRG _wincall.c and _windll.c

Still gives same error on compiling.
by Ollie
Tue Oct 09, 2007 6:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: List & Labels
Replies: 22
Views: 6799

CALLDLL is the LIB that include _wincall.c and _windll.c compiled
for xHArbour .

You have to include only _wincall.c and _windll.c

Regards MAurizio
by Maurizio
Tue Oct 09, 2007 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: List & Labels
Replies: 22
Views: 6799

Thanks Maurizio, But I have encountered a problem with the files you sent me. I use xMate. So I loaded the files : label.prg, LLX.PRG, CALLDLL.lib, _wincall.c and _windll.c into xMate When I build, I get an error: Line 112 Warning W8002 “Restarting compile using assembly in function DynaCall” Error:...
by Ollie
Mon Oct 08, 2007 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: List & Labels
Replies: 22
Views: 6799

... 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 Harbour code ===================================== Programs created with ...
by Antonio Linares
Sun Oct 07, 2007 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a DLL
Replies: 19
Views: 3332

descarga de WINDLL.TXT

Antonio, no puedo bajar el archivo, no lo encuentra, de que otro lado puedo conseguirlo ?
Gracias Miguel
by infosys
Sat May 19, 2007 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como crear una DLL de funciones con FW+H
Replies: 5
Views: 1404

Comprimir Carpetas y SubCarpetas con Zip32

... needs to be located in the program '-- directory or in some other directory listed in the PATH.) 'Private Declare Function ZpInit Lib "E:\zip23\windll\visualc\Debug\app\zip32.dll" _ (ByRef Zipfun As ZIPUSERFUNCTIONS) As Long '-- Set Zip Callbacks Private Declare Function ZpInit Lib "zip32.dll" ...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3296

Return to advanced search