Search found 116 matches

by Roberto Parisi
Fri Nov 09, 2012 5:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Rebuild FiveHC32
Replies: 4
Views: 737

Rebuild FiveHC32

Hi Antonio,
I need to rebuild FivehC32 (I miss some functions), do you have any makefile?

Regards,
Roberto Parisi
by Roberto Parisi
Tue Oct 04, 2011 12:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 'N' appears when spacebar is pressed
Replies: 9
Views: 1599

Re: 'N' appears when spacebar is pressed

I had the same problem occasionally (not only N but also other chars). It seems a memory problem because I solved it calling some hb_gcall() in the code.
In xHarbour I never had this behavior.

Regards,
Roberto Parisi
by Roberto Parisi
Mon Aug 22, 2011 1:04 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Is FiveMac complete for production projects?
Replies: 6
Views: 2287

Is FiveMac complete for production projects?

As subject.

Thx,
Roberto Parisi
by Roberto Parisi
Tue Jun 14, 2011 7:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWCallDll / Activex support for MingW
Replies: 1
Views: 384

Re: FWCallDll / Activex support for MingW

Ok, after several tests I found that MingW fail to call dll dynamically with HB_DynCall(...).

Does someone know if it is related to a compile switch?

Thx.

Roberto Parisi
by Roberto Parisi
Thu Jun 09, 2011 3:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWCallDll / Activex support for MingW
Replies: 1
Views: 384

FWCallDll / Activex support for MingW

Hi Antonio,
what about FWCallDll / ActiveX support for MingW?

Regards,
Roberto Parisi
by Roberto Parisi
Mon May 30, 2011 8:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour method address
Replies: 7
Views: 1039

Re: Harbour method address

I know it. I need to redefine the method and AFTER call the original method. It is like to split the method over two files. // File1.prg Method Test() class TCustomClass MsgAlert("I'm in File1.prg") return nil // File2.prg Method Test() class TCustomClass MsgAlert("I'm in File2.prg&qu...
by Roberto Parisi
Mon May 30, 2011 7:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour method address
Replies: 7
Views: 1039

Re: Harbour method address

I need to split and / or redefine methods over multiple files (usig our __GetPointer with CLSMODMSG). This is great for our software client custumization. It works fine in xHarbour but now we are porting it in Harbour.

Regards,
Roberto Parisi
by Roberto Parisi
Mon May 30, 2011 7:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour method address
Replies: 7
Views: 1039

Re: Harbour method address

Thx Antonio but I need to access from outside the PRG. In xHarbour I wrote this, and it works: #include "hbapi.h" #include "hboo.ch" #include "classes.h"     HB_FUNC(__GETMETHODPOINTER) {     PMETHOD pMethod = hb_objGetpMthd(hb_dynsymGet(hb_parc(2)), hb_parnl(1));     i...
by Roberto Parisi
Fri May 27, 2011 8:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour method address
Replies: 7
Views: 1039

Harbour method address

How to get address of a class method?

I wonder a way like getting function address (@MyFunc()):

@TMyClass:MyMethod()

Is this possible?

Thx,
Roberto Parisi
by Roberto Parisi
Fri May 27, 2011 5:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MAPISendMail Error
Replies: 2
Views: 382

Re: MAPISendMail Error

FWH 10.9

Regards,
Roberto Parisi
by Roberto Parisi
Fri May 27, 2011 5:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MAPISendMail Error
Replies: 2
Views: 382

MAPISendMail Error

Using testmail.prg sample when I click on interactive message I get an application error

Harbour current SVN
BCC 6.3

Regards,
Roberto Parisi
by Roberto Parisi
Thu May 19, 2011 6:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Scripts for Harbour and FWH !!!
Replies: 10
Views: 3172

Re: Scripts for Harbour and FWH !!!

It will be great for xHarbour too. But xHarbour don't have CompileFromBuf function :(

Regards,
Roberto Parisi
by Roberto Parisi
Sat Jul 24, 2010 9:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Soap with FiveWin
Replies: 6
Views: 1885

Re: Soap with FiveWin

Is xml-rpc (http://www.xmlrpc.com) supported by [x]harbour/fivewin?

Thx,
Roberto Parisi
by Roberto Parisi
Mon May 31, 2010 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 977

Re: Harbour can create oleserver and activex

Great news lautaro,
do you know if we can build it also for xHarbour?

Regards,
Roberto Parisi
by Roberto Parisi
Tue May 11, 2010 8:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 23712

Re: New controls for FWH

FiveWeb / FiveNet
Activex Server (maybe it is related to harbour)

Regards,
Roberto Parisi