how to use hbdll.ch ?

Forum help and suggestions to improve this forum.

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

how to use hbdll.ch ?

Post by danielmaximiliano »

Hi Everyone:
looking into the Harbour changelog.txt HBDLL.CH as I find I need to work with. DLL I prepare to search through and find an example TextCrawler.
TextCrawler_2012-12-11_10-25-00.jpg
TextCrawler_2012-12-11_10-25-00.jpg (89.44 KiB) Viewed 2910 times

Code: Select all

*
 * $Id: dll.prg 18414 2012-10-31 13:04:01Z vszakats $
 */

#require "xhb"

#include "hbdll.ch"

IMPORT STATIC MessageBox( hWnd, cMsg, cText, nFlags ) FROM user32.dll EXPORTED AS MessageBoxA

PROCEDURE Main()

   ? MessageBox( 0, "Hello world!", "Harbour sez" )

   RETURN
Administrador Cwindowssystem32cmd.jpg
Administrador Cwindowssystem32cmd.jpg (98.12 KiB) Viewed 2910 times
anyone know or have other examples to apply hbdll?
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: how to use hbdll.ch ?

Post by Pablo César »

Hi Daniel !

There is one example in C:\MiniGUI\samples\Advanced\7-Zip
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply