xHarbour + FWH & Funcky
xHarbour + FWH & Funcky
Hello forum
Do I need any wrappers on ".ch" file in order that Funcky work with
xHarbour + FWH?
I would like to evaluate the demo version of funcky60, but I get errors.
I want to be sure that this component work fine with xHarbour before to buy
it.
I tried to ask for technical support at funcky website but that option is
not working in his site.
The reason is that I want a stable and professional Email and FTP
capabilties in my application and RF say that Funcky is "un sueño"
( a dream)
Any comments and sugestion or alternatives are welcome
Regards
George
Do I need any wrappers on ".ch" file in order that Funcky work with
xHarbour + FWH?
I would like to evaluate the demo version of funcky60, but I get errors.
I want to be sure that this component work fine with xHarbour before to buy
it.
I tried to ask for technical support at funcky website but that option is
not working in his site.
The reason is that I want a stable and professional Email and FTP
capabilties in my application and RF say that Funcky is "un sueño"
( a dream)
Any comments and sugestion or alternatives are welcome
Regards
George
No way man !!!!
You don't need wrapper since Funcky is an OLE Componente, use the TOleAuto() Class to use it.
This is sample program I wrote to try some funcky features:
http://www.google.d2g.com/funckydemo.zip
You will need Funcky's demo version in order to execute.
You don't need wrapper since Funcky is an OLE Componente, use the TOleAuto() Class to use it.
This is sample program I wrote to try some funcky features:
http://www.google.d2g.com/funckydemo.zip
You will need Funcky's demo version in order to execute.
Saludos
R.F.
R.F.
Hello Rene
Your demo compile fine
but when I try to run it
I got the following error message:
BTW When I try to run your FUNCKYDEMO.EXE I got also this error
Rene its is strange not?.
My configuration is xBuilder Pro Beta RC9 Aug_06 (xHarbour 0.99.61) + FWH Aug_06
Regards
George
Your demo compile fine
Code: Select all
PUBLIC oFuncky := TOLeAuto():New("Funcky")
? oFuncky:Capitalize("mr. juan perez")
? oFuncky:AppName()
? oFuncky:AllDrives()
? "The system name is: " + oFUNCky:ComputerName()
? "Your user name is: " + oFUNCky:UserName()
? "Your full name is: "+oFUNCky:UserFullName(oFUNCky:UserName())
? oFuncky:NumToRoman(1967)
? oFuncky:Whois("google.com")
I got the following error message:
Code: Select all
Error occurred at: 08/30/2006, 19:57:43
Error description: Error TOleAuto/-1 Unknown error: TOLEAUTO:NEW
Args:
[ 1] = C Funcky
Stack Calls
===========
Called from: => THROW(0)
Called from: win32ole.prg => TOLEAUTO:NEW(319)
Called from: MAIN.PRG => TESTFUNCKY(1094)
Called from: MAIN.PRG => (b)FRAMEBAR(344)
Code: Select all
Error occurred at: 08/30/06, 20:02:07
Error description: Error TOleAuto/-1 Unknown error: TOLEAUTO:NEW
Args:
[ 1] = C Funcky
Stack Calls
===========
Called from TOLEAUTO:NEW(225)
Called from MAIN(4)
My configuration is xBuilder Pro Beta RC9 Aug_06 (xHarbour 0.99.61) + FWH Aug_06
Regards
George
George:
Check that you have the fullfeatured version of Funcky, The demo I made was made with the commercial version, not with the demo.
I don't know which methods are supported in the demo version, so I cannot guarantee it works.
On the other hand, be sure to be using the xHarbour's TOLE, in the recent versions of FW, as far as I Know, (not tested yet), Vykthor commented me that it there's a TOLE class in the FiveHC.LIB, that overwrites the xHarbour TOLe when linking, so, you may need to manually remove the TOLE module in the FiveHC.lib.[/i]
Check that you have the fullfeatured version of Funcky, The demo I made was made with the commercial version, not with the demo.
I don't know which methods are supported in the demo version, so I cannot guarantee it works.
On the other hand, be sure to be using the xHarbour's TOLE, in the recent versions of FW, as far as I Know, (not tested yet), Vykthor commented me that it there's a TOLE class in the FiveHC.LIB, that overwrites the xHarbour TOLe when linking, so, you may need to manually remove the TOLE module in the FiveHC.lib.[/i]
Saludos
R.F.
R.F.
Rene,
I have problems with xHarbour tOleAuto + FWH 2.7
I am doing some test using WinFax and go error in oFax:AddAttachmentFile
regards
George
P.S. Rene can you test this code?
I have problems with xHarbour tOleAuto + FWH 2.7
I am doing some test using WinFax and go error in oFax:AddAttachmentFile
Code: Select all
oFax = TOleAuto():New( "WinFax.SDKSend" )
oFax:LeaveRunning()
IF oFax:SetTo( cDes ) = 1; BREAK; ENDIF
IF oFax:SetSubject( cOgg ) = 1; BREAK; ENDIF
IF oFax:SetCoverText( cMsg ) = 1; BREAK; ENDIF
// Here is the problem with attachment
oFax:AddAttachmentFile("c:\test.doc" )
IF oFax:SetNumber( cFax ) = 1; BREAK; ENDIF
IF oFax:AddRecipient() = 1; BREAK; ENDIF
IF oFax:Send( 0 ) = 1; BREAK; ENDIF
George
P.S. Rene can you test this code?
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Are you sure that WinFax can convert a .DOC file attachment on the fly like that? I have not used WinFax, but other fax programs I have worked with could only handle TIFF files (standard fax format) or the application (MSWord) would have to print the document to the fax driver which would then send the document.
James
James
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
You must have Office installed in order to send DOC attachments.George wrote:Hi Enrico,
The problem is when I try to send a PDF or DOC document I got a dialog with following message:
"The selected attachment is being converted into a fax image"
But the dialog *WAIT* until I have to cancel; after that only send the cover page never the attachment
regards
George
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact: