Search found 196 matches

by don lowenstein
Wed Jul 18, 2018 8:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: c++ STRUCTURE data types
Replies: 3
Views: 548

Re: c++ STRUCTURE data types

where in the code does this go?
do you have a small code snippet?
by don lowenstein
Tue Jul 17, 2018 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: List of donations already received to buy EasyReport
Replies: 43
Views: 28381

Re: List of donations already received to buy EasyReport

I can contribute the remaining amounts.

I'm not sure how to do this from USA.

please help me figure this part out.
by don lowenstein
Tue Jul 17, 2018 1:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: c++ STRUCTURE data types
Replies: 3
Views: 548

c++ STRUCTURE data types

I need to call a 64-bit dll with the following parms: c++ call: SOCKET WINAPI InetConnect( LPCTSTR lpszHostName, UINT nPort, UINT nProtocol, UINT nTimeout, DWORD dwOptions, LPSECURITYCREDENTIALS lpCredentials ); The LPSECURITYCREDENTIALS data type is a user defined c++ structure: typedef struct _SEC...
by don lowenstein
Tue Jan 09, 2018 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1435

Re: access to window via its :hwnd

My ultimate goal is to create an object in Visual C# and have access to that object within Harbour code.

Do you think this is possible?
by don lowenstein
Mon Jan 08, 2018 4:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1435

Re: access to window via its :hwnd

Without the NOWAIT the dialog showed on the screen and waited until closed. I tried to send a reference to an oPrinter object also. same results - the system either hung or GPF'ed depending on what and how I passed it. I can't readily see how to gain access to an object created in one .exe, which is...
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: 1435

Re: access to window via its :hwnd

Here is the "calling program" = babu.prg modified After that is the "dll program" = babudll.prg modified you may want to remove the altd() breaks and the reference to the external debugging libraries. REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT ***********************************...
by don lowenstein
Fri Jan 05, 2018 11:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1435

Re: access to window via its :hwnd

I tried passing oWnd, but the system created a GPF and froze.

I tried passing the oWnd within an array.

The array passed properly, however, the when accessing the control itself the GPF ensued.
by don lowenstein
Fri Jan 05, 2018 11:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1435

Re: access to window via its :hwnd

In this example, I added code to create a dialog in the calling program( babu.prg ) and added 1 control to it. then, I pass to the .dll ( babudll.prg ) the following. hItem1 := ItemNew( odialog:hwnd ) hItem2 := 'Dialog Handle Passed' HbDLLEntry2( "TEST3", hItem1, hitem2 ) *************** w...
by don lowenstein
Wed Jan 03, 2018 8:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1435

access to window via its :hwnd

I have a harbour .dll which I call dynamically. I wish to pass a window-object ( ownd ) to the dll, but so far I have only been able to pass the window's handle to the .dll so, today, the calling program passes the window's self:hwnd the window handle is passed to the dynamic external .dll question ...
by don lowenstein
Fri Mar 03, 2017 4:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 64
Views: 35149

Re: 1st FWH + [x]Harbour 2017 international conference

I'm interested in attending the FWH conference.

Which airport would you recommend I fly to from USA?

Also, after the conference I'm interested in touring the region, but I know nothing about that part of the world. can anyone provide suggestions for making a complete vacation out of the trip?
by don lowenstein
Fri Feb 24, 2017 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 5741

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

i still have a question "How does FWH Previewer Export to PDF option create output with copy/paste capabilities?"
by don lowenstein
Thu Feb 23, 2017 11:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 5741

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

i will send an email to you with a picture of the button.

the tooltip says "Export to PDF"
by don lowenstein
Mon Feb 20, 2017 9:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 5741

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

what code does the Previewer button execute?
by don lowenstein
Mon Feb 20, 2017 6:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 5741

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

Do these coding changes include writing to a PDF that allows copy / paste like the Export to PDF Button on the FW Previewer?
by don lowenstein
Thu Feb 09, 2017 10:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 5741

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

After I added your code changes, I received many compiler errors for MS Visual Studio compiler do your updated functions compile cleanly? Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64 Copyright (C) Microsoft Corporation.  All rights reserved. TDPrev2PDF.c HB_FUNC_STATIC( PDFB...