Search found 16 matches

by patdriscoll
Fri Aug 24, 2018 7:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Editor / IDE recommendation please
Replies: 5
Views: 1143

Re: Editor / IDE recommendation please

Thank you gents. Both excellent choices.

Cheers,

Pat
by patdriscoll
Wed Aug 22, 2018 8:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Editor / IDE recommendation please
Replies: 5
Views: 1143

Editor / IDE recommendation please

Hello all,

I am still using MultiEdit 9.10 to develop my Fivewin / Harbour source code. It is working fine on all my machines and I am very used to its layout and operation, but is giving trouble on a Surface Pro 2017. This has prompted me to reach out and ask what the rest of the Fivewin community ...
by patdriscoll
Tue Jul 17, 2018 4:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 982

Re: Multithread issue

cnavarro You are the Man! Thank you.
by patdriscoll
Tue Jul 17, 2018 3:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 982

Multithread issue

Hello all,

I could use a bit of your collective wisdom, please.

I am converting an application from xHB (.com) to harbour (FW1.7, harbour and bcc7). I need to make use of multi threading. I have linked in cw32mt.lib instead of cw32.lib

My application returns FALSE for a call to HB_MultiThread ...
by patdriscoll
Wed Jun 11, 2014 8:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 4277

Re: C Struct

Hi Antonio,

Thanks again for your reply and advice.

So you are advising that I move from xHarbour to Harbour, yes? I am open to this advice, but I am not a C programmer. For me using xHB.com was a cheater's way of remaining C illiterate when I moved from Clipper, thus allowing me to focus on ...
by patdriscoll
Wed Jun 11, 2014 7:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Always about Outlook and OLE
Replies: 6
Views: 1459

Re: Always about Outlook and OLE

Hi Marco,

Have you tried something like:

cAccount := "xyz@xyz.com"
oMailItem:SendUsingAccount := cAccount

where xhz@xyz.com is one of the accounts in your Outlook

Cheers,

Pat
by patdriscoll
Wed Jun 11, 2014 6:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 4277

Re: C Struct

Hi Antonio,

Thanks for your reply.

I compiled a DOS version of just the PRG (renaming the FWH folder to fool xBuildW that there was no Fivewin installed). I replace? the MsgInfo() with ? and I get the same result.

I have managed to call other DLLs successfully in the past, but not using ...
by patdriscoll
Wed Jun 11, 2014 11:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 4277

C Struct

Hello,

I am developing with xHarbour(version dated 17/11/2-11 from xHarbout.com and Fivewin for Harbour. I realise this is an xHarbour issue rather than a Fivewin issue, but I am hoping someone on this forum can help me.

I am trying to get DLLCAL() working wit little to no success. My sample code ...
by patdriscoll
Tue Jul 03, 2012 9:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PREVIEW ISSUE 12.05
Replies: 2
Views: 713

Re: PREVIEW ISSUE 12.05

Cheers Antonio. Will check.
by patdriscoll
Mon Jul 02, 2012 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PREVIEW ISSUE 12.05
Replies: 2
Views: 713

PREVIEW ISSUE 12.05

Hello,

I am running FWH 12.05 using the standard PREV32.DLL. When I preview a print out I am getting a blank screen. If I them print I get this error:

Error (6) deleting enhanced metafile

Error description

This appears in a dialog box with an OK button.

Please help.

Cheers,

Pat
by patdriscoll
Fri Jun 29, 2012 1:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHarbour.com Unresolved external symbol
Replies: 4
Views: 1046

Re: FWH / xHarbour.com Unresolved external symbol

Thank you Antonio.

I now only have one unresolved external:

xLINK: error: Unresolved external symbol '__chkstk referenced from FiveHCM.lib(C5CNEW.obj)'.

Cheers,

Pat.
by patdriscoll
Fri Jun 29, 2012 12:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHarbour.com Unresolved external symbol
Replies: 4
Views: 1046

Re: FWH / xHarbour.com Unresolved external symbol

Thanks for your email Antonio.
by patdriscoll
Fri Jun 29, 2012 12:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHarbour.com Unresolved external symbol
Replies: 4
Views: 1046

FWH / xHarbour.com Unresolved external symbol

Hello All,

I have just installed the latest xHarbour (non Beta) release from xHarbour.com and FWH 12.05 and have the following message when I compile:

xLINK: error: Unresolved external symbol '_SendInput referenced from FiveHCM.lib(KEYBRD.obj)'.
xLINK: error: Unresolved external symbol ...
by patdriscoll
Wed May 20, 2009 10:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding an MDI main menu from a NOWAIT dialog
Replies: 5
Views: 1876

Re: Hiding an MDI main menu from a NOWAIT dialog

Rick,

I do a similar thing by using the WHEN clause. e.g:

MENUITEM m->oMenuB5 PROMPT "Joint Details" ACTION ( if(chkopt("A",2 ),rails(),) ) WHEN m->_Library

I make use of PUBLIC variables (crude, I know) and set this to .T. or .F. when required and issue a
m->oMenuB5:refresh()

I hope this works ...
by patdriscoll
Wed May 20, 2009 8:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Thai Script
Replies: 3
Views: 693

Re: Thai Script

Otto and Dutch,

Thanks for your prompt responses.

Otto, I had thought of a similar solutions as a worst case scenario, but was hoping for a less cluncky solution. Dutch you have given me confidence that this is possible.

Dutch, I will contact you by private email in the next few days after I ...