Search found 161 matches

by toninhofwi
Fri Jan 16, 2009 11:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error at STRUCTURE/ENDSTRUCTURE!
Replies: 12
Views: 1593

Re: Error at STRUCTURE/ENDSTRUCTURE!

HI, If you are talking about STRUCTURE/ENDSTRUCTURE created by me in [x]Harbour, you can do this: ---cut--- #include "hbstruct.ch" procedure main() local oStru STRUCTURE oStru MEMBER c1, c2, c3, c4 AS STRING MEMBER c5 AS STRING INIT "my structure" MEMBER n1, n2, n3, n4 AS NUMERIC...
by toninhofwi
Fri Jan 16, 2009 4:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour -> Harbour compatibility
Replies: 18
Views: 2317

Re: xHarbour -> Harbour compatibility

Hi Frances, Try do post a question in harbour@harbour-project.org. This is tla latest post about global variables, from Przemek: ---cut--- > Hi Guys, > Is xHarbour's GLOBAL and GLOBAL EXTERNAL statements supported in Harbour ? No it isn't. I have patches for GLOBALs implementation but I'm waiting fo...
by toninhofwi
Thu Dec 04, 2008 12:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOleAuto and HARBOUR 7.01
Replies: 5
Views: 884

Re: Class TOleAuto and HARBOUR 7.01

MaxP wrote:HARBOUR 7.01 2007 build.

Is there anybody who knows where I could find a library
with the class TOleAuto ? :cry:

Ciao a tutti
Hi,

In Harbour, from contrib\hbwin

Regards,

Toninho.
by toninhofwi
Thu Nov 27, 2008 12:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Image-Viewer (Source included) UPDATE 4.1
Replies: 7
Views: 1462

Thanks for share it.

Regards,

Toninho.
by toninhofwi
Sat Nov 15, 2008 11:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: About tscanner and multipage scanner
Replies: 9
Views: 2239

George wrote:Hi,
Maybe TwainControlX from http://www.ciansoft.com/ can do the job.
They have a fully functional trial version.

Regards,

George
Hi George,

This weekend I have time and I tested TwainControlX. It is really nice, I'm thinking move from dosadi to it,

Thanks a lot and best regards,

Toninho.
by toninhofwi
Fri Nov 14, 2008 10:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: About tscanner and multipage scanner
Replies: 9
Views: 2239

Hi, Dosadi supports the multipage acquiring without problem. You only need to update the Dosadi dll and use the TW_AcquireMultiPageFile method of Rafa Carmona's class. Obviusly you have to use a multipage format like PDF or TIFF. Hi Marco, thanks. My dosadi dll was too old. Now I update it. Regards...
by toninhofwi
Mon Nov 10, 2008 4:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: About tscanner and multipage scanner
Replies: 9
Views: 2239

About tscanner and multipage scanner

Hi,

How I can use tscanner with multi file scanner like hp
scanjet 8460 ?

I´m using EZTWAIN 2.70 from dosadi but I can get only one page at a
time, but HP8460 can digitalize 10 pages at a time.

Thanks for any information and best regards,

Toninho.
by toninhofwi
Sun Nov 09, 2008 11:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error occurred during compiling of zip and uzip prgs.
Replies: 8
Views: 1681

Otto wrote:Is there somewhere a working zip-unzip- example for xHarbour/harbour?
Thanks in advance
Otto
Otto, see in harbour\contrib\hbziparc\tests

Regards,

Toninho.
by toninhofwi
Sat Nov 08, 2008 11:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1508

Antonio Linares wrote:Toninho,

You have to use Windows API StretchBlt()
Hi Antonio.

Nice hint. Thanks a lot.

Regards,

Toninho.
by toninhofwi
Sat Nov 08, 2008 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1508

TImage():New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder, oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign ) lStretch:=.T. Thanks, but I need it in a different way. I need a new Handle with stretched bitmap. Regards, Toninho.
by toninhofwi
Sat Nov 08, 2008 4:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize a bitmap ?
Replies: 8
Views: 1508

How to resize a bitmap ?

Hi ppl, How I do to resize a loaded bitmap? For example: hBmp = LoadBitmap( GetResources(), cBitmap ) hBmp is a 16x16 loaded image and I need resize it to 32x32, without display it, only resize loaded hBmp, something like: hBmp = BitmapResize( hBmp, 32, 32 ) Thanks in advance and best regards, Tonin...
by toninhofwi
Tue Oct 28, 2008 11:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX Events
Replies: 1
Views: 316

ActiveX Events

Hi ppl,

I don't understand what is the pourposes of activex events. There are any working sample that can help me to understand it please?

Regards,

Toninho.
by toninhofwi
Mon Sep 29, 2008 7:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic: estructura de datos
Replies: 11
Views: 2853

xHarbour te proporciona soporte de estructuras, parecidas a las que usas. Olá Antonio. Added to Harbour (Adicionado ao Harbour ): 2008-09-29 13:11 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br> * contrib/xhb/common.mak * contrib/xhb/makefile + contrib/xhb/hbstruct.ch + contrib/xhb/hbstruc...
by toninhofwi
Mon Sep 15, 2008 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Latest Harbour SVN
Replies: 6
Views: 1042

Antonio Linares wrote:Toninho,

Could you provide a PRG example to reproduce the GPF ? thanks,
Antonio, I´m trying, but all samples in FWH\samples dir seems to work fine under latest SVN.

Chen send me important informations about codeguard flags. I´ll look at it.

Thanks and best regards,

Toninho.
by toninhofwi
Mon Sep 15, 2008 3:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Latest Harbour SVN
Replies: 6
Views: 1042

Toninho, Whats the FWH function that is causing the GPF ? We can recompile it here and send it to you Hi Antonio, thanks, but I don't know. Maybe the problem is in FWH but this is not 100% sure. I'm suspect that is caused by FWH, because, same using FULL DEBUG information in all my files, my log is...