create DLL for other Apps

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

create DLL for other Apps

Post by AUGE_OHR »

hi,

i like to ask if it is possible to make a harbour / HMG DLL for "other" Apps :?:
is there any Sample how to do it :?:
have fun
Jimmy
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: create DLL for other Apps

Post by gfilatov »

AUGE_OHR wrote: Wed Dec 04, 2019 6:33 pm hi,

i like to ask if it is possible to make a harbour / HMG DLL for "other" Apps :?:
Hi,

Please take a look for the following document at :arrow:

https://github.com/harbour/core/blob/ma ... windll.txt

Your needed case is number 1 (src/vm/maindll.c).
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: create DLL for other Apps

Post by AUGE_OHR »

gfilatov wrote: Wed Dec 04, 2019 6:48 pm Please take a look for the following document at :arrow:
https://github.com/harbour/core/blob/ma ... windll.txt

Your needed case is number 1 (src/vm/maindll.c).
Thx,
i have read about maindll.c and found "old" Source ... but what is the next step :?:

i'm not a "C" Programmer. my Level is "Petzold". ;)
i search for a Sample which will return different value type which xBase know.
where can i start to learn it, please help
have fun
Jimmy
Post Reply