Re: [Harbour] hbvpdf: how set the Page Size?

2010-05-22 Thread Jarosław Kądzioła
Hi, function main() local oPdf oPdf := tPdf():New( 'test.pdf' ) oPdf:NewPage( A4, P, 6 ) oPdf:Center(Test) oPdf:Close() return nil The test.pdf file has always the same size: 8,5 in. x 11 in., althoug replacing A4 by LETTER, A3...etc I'm using :

Re: [Harbour] SF.net SVN: harbour-project:[14488] trunk/harbour

2010-05-15 Thread Jarosław Kądzioła
Hi Viktor, + Readded hbsms lib. Thanks a lot !! I'll try it at monday (access to phohe plugged to PC). -- Regards, Jaroslaw Kadziola ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Error building WinCE

2010-02-20 Thread Jarosław Kądzioła
Hi, I'm trying build WinCE-HB and i get : gcc -I. -I../../../../../include -Wall -W -O2 -fomit-frame-pointer -DHB_LEGACY_TYPES_OFF -DUNICODE -ohbpp.o -c ../../../hbpp.c gcc -L../../../../../lib/wce/mingwarm -o ..\..\..\..\..\bin\wce\mingwarm\hbpp.exe hbpp.o -lhbnortl -lhbcommon

Re: [Harbour] Error building WinCE

2010-02-20 Thread Jarosław Kądzioła
Hi, Since there is no visible error in above log, I can just guess it's an installation problem. INSTALL says you need Cygwin in PATH, probably it's missing. Cygwin added to path and full log is : ! Building Harbour 2.1.0dev from source - http://www.harbour-project.org ! MAKE: win-make

Re[2]: [Harbour] Sending SMS

2010-02-13 Thread Jarosław Kądzioła
Witam, W liście datowanym 13 lutego 2010 (15:22:33) można przeczytać: Hello Jaroslaw, Jarosław Kądzioła wrote: Local cPort := \\.\COM28 Local phone_number := '123456789' Local sms_text := 'This is SMS' sms_Send( cPort, phone_number , sms_text , .T. ) When trying to use the ports

Re: [Harbour] Sending SMS

2010-02-12 Thread Jarosław Kądzioła
Hi, Hello, Is possible send an SMS from within an application made in harbour ? Yes An example ? Local cPort := \\.\COM28 Local phone_number := '123456789' Local sms_text := 'This is SMS' sms_Send( cPort, phone_number , sms_text , .T. ) Compile with lib : hbsms, hbtpathy -- Regards,

Re: [Harbour] SF.net SVN: harbour-project:[12253] trunk/harbour

2009-08-22 Thread Jarosław Kądzioła
Hi, Revision: 12253 After this rev. i can build WinCE harbour but still i get : $ hbmk2 testole hbmk: Processing local make script: hbmk.hbm hbmk: Processing configuration: F:\msys\1.0\hb-mingw\bin\hbmk.cfg hbmk: Processing: hbwin.hbc

Re[2]: [Harbour] SF.net SVN: harbour-project:[12253] trunk/harbour

2009-08-22 Thread Jarosław Kądzioła
Hi, These symbols don't exist in any WinCE libs I have access to so OLE code will have to be fixed probably to not use them, or use some alternatives. These symbols exist in my libhbwin.a. I use last nightly and not any other sources. --- Regards, Jaroslaw Kadziola

Re[2]: [Harbour] OLE in WINCE

2009-08-22 Thread Jarosław Kądzioła
Hi, BTW have you made some tests with different fonts for console window in WinCE? I forgot to tell you about one important switch. hb_gtInfo( HB_GTI_RESIZEMODE, HB_GTI_RESIZEMODE_ROWS ) disables automatic font resizing to screen dimensions. I've use modificated wcecon.prg from

Re[2]: [Harbour] hbRun() in WinCE

2009-08-14 Thread Jarosław Kądzioła
*/ lpCommand, /* lpCommandLine */ to: fError = ! CreateProcess( lpCommand, /* lpAppName */ NULL, /* lpCommandLine */ This shot was OK, now hb_processRun() is OK. Thanks -- Regards, Jarosław Kądzioła

Re[4]: [Harbour] SF.net SVN: harbour-project:[11892] trunk/harbour

2009-08-01 Thread Jarosław Kądzioła
Witam, W liście datowanym 1 sierpnia 2009 (20:26:46) można przeczytać: [sobota, 01 sierpie� 2009], Jarosław Kądzioła napisa?(a): Hi Have you rebuild libraries for WinCE too? Yes, all libraries from zero. Thank for the info. I've just check the whole code and it was disabled also

Re[2]: [Harbour] SF.net SVN: harbour-project:[11892] trunk/harbour

2009-07-31 Thread Jarosław Kądzioła
Witam, W liście datowanym 31 lipca 2009 (13:22:44) można przeczytać: [pi�tek, 31 lipiec 2009], Jaroslaw Kadziola napisa?(a): Witam, BTW I'm interesting in Windows results for above code so if possible please I would like to ask desktop windows and WinCE/WinMobile users to send here

Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-05-30 Thread Jarosław Kądzioła
Hi Viktor, Saturday, May 30, 2009, 8:37:59 AM, you wrote: VS Hi All, VS I've updated the unified release to the latest Harbour version: VS http://www.syenar.hu/harbour/harbour-11-win-20090530.7z (36MB) VS http://www.syenar.hu/harbour/harbour-11-win-20090530.exe (38MB) VS Installed size: 167MB

Re[8]: [Harbour] SF.net SVN: harbour-project:[11104] trunk/harbour

2009-05-27 Thread Jarosław Kądzioła
Hi Viktor, Wednesday, May 27, 2009, 10:50:01 AM, zou wrote: VS I'm not sure what's happening here, I've tried this from the command line VS and it didn't give the error, so I guess it has something to do with some VS properties of the embedded compiler. Or maybe I'm missing something VS