[Harbour] Release 1.0.1 #1

2008-09-14 Thread Szakáts Viktor
Hi all, Are we still interested in 1.0.1? 18 Windows/DOS compilers are now okay, the rest is a TODO. Used external packages (on my system of course): - Allegro 4.2.2 - Apollo 6.1.0.4 - libcurl 7.19.0 (7.18.2 for DMC builds) - Firebird 2.0.4 - FreeImage 3.11.0 - libgd 2.0.34 - libharu 2.1.0 - my

[Harbour] 2008-09-14 11:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
; Merging changes to trunk from branches/harbour-1.0 r9377. 2008-09-14 11:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/gtalleg/ssf.h ! Fixed to compile with Cygwin. * contrib/hbwhat/whtsock.c ! Fixed for PellesC 4.5 where the inclusion order of Windows headers ne

[Harbour] 2008-09-14 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * harbour-ce-spec * harbour-w32-spec * harbour.spec * common.mak * include/hbver.h * Changed version number to 1.1.0 * include/hbextern.ch + Added new thread functions. * harbour-ce-spec * harbour-w32-spec *

[Harbour] 2008-09-14 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - config/w32/bcc32.cf + config/w32/bcc.cf - config/w32/mingw32.cf + config/w32/mingw.cf * Cleaning some '32's from HB_COMPILER names. BCC and MinGW 64-bit are coming. ; Please update your build files. INCOMPATIBLE

[Harbour] 2008-09-14 12:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 12:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * harbour-ce-spec * make_xmingwce.sh * harbour-w32-spec * bin/bld.bat * make_xmingw.sh * make_gnu.bat * make_gnu.sh * make_tgz.sh * mingw32 -> mingw changes. ! hbw32 -> hbwin fixes. + config/w32/bcc32.cf -

[Harbour] [1.0] 2008-09-14 15:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 15:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.h * doc/whatsnew.txt % FM statistics module turned off by default. ; Sync with trunk: 2008-09-13 18:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbpp.h * harbour/source/pp/pp

[Harbour] 2008-09-14 15:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 15:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.ch * Turned off HB_LEGACY_LEVEL by default. * doc/whatsnew.txt * Synced with 1.0.1. * make_vc.mak * contrib/mtpl_vc.mak * MSVS warning level changed to -W4 (with one warning type manually

[Harbour] 2008-09-14 16:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 16:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hb-func.sh * source/vm/hvm.c * source/rtl/hbgtcore.c * source/rtl/gtchrmap.c ! Global vars given std names: s_pszLinkedMain-> hb_vm_pszLinkedMain s_defaultGT-> hb_gt_szNameDefault

[Harbour] Harbour [1.0] 2008-09-14 16:30 UTC+0200 Lorenzo Fiorini

2008-09-14 Thread Lorenzo Fiorini
2008-09-14 16:30 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com) * contrib/hbvpdf/hbvpdf.prg * contrib/hbvpdf/hbvpdf.ch * contrib/hbvpdf/test/pdf_demo.prg ! Mostly a cleanup of the code, added some functions to avoid the use of publics vars. best regards, Lorenzo __

Re: [Harbour] Harbour [1.0] 2008-09-14 16:30 UTC+0200 Lorenzo Fiorini

2008-09-14 Thread Szakáts Viktor
Many thanks Lorenzo. What do you think of changing all Pdf*() functions to accept the pdf object - returned by PdfInit() - as their first parameter? This would create an incompatibility, but would at the same time solve the reentrancy problem the original implementation had. Even better it would

[Harbour] Few suggestions for 1.0.1

2008-09-14 Thread Lorenzo Fiorini
1) remove colons from error messages: say "error: 'xy'" is not more clear than "error 'xyz'" and colon is the standard separator for gcc compilers and hence for the IDEs that support it. Since it's part of the error msg it will not change anything for the actual tools that support stabdard Cl*pper

Re: [Harbour] Harbour [1.0] 2008-09-14 16:30 UTC+0200 Lorenzo Fiorini

2008-09-14 Thread Lorenzo Fiorini
On Sun, Sep 14, 2008 at 4:44 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > What do you think of changing all Pdf*() functions to > accept the pdf object - returned by PdfInit() - as their > first parameter? > > This would create an incompatibility, but would at the > same time solve the reentran

Re: [Harbour] Few suggestions for 1.0.1

2008-09-14 Thread Szakáts Viktor
Hi Lorenzo, On 2008.09.14., at 16:48, Lorenzo Fiorini wrote: 1) remove colons from error messages: say "error: 'xy'" is not more clear than "error 'xyz'" and colon is the standard separator for gcc compilers and hence for the IDEs that support it. Since it's part of the error msg it will not ch

Re: [Harbour] Harbour [1.0] 2008-09-14 16:30 UTC+0200 Lorenzo Fiorini

2008-09-14 Thread Szakáts Viktor
This would create an incompatibility, but would at the same time solve the reentrancy problem the original implementation had. Even better it would also completely make the class implementation unnecessary (or maybe even easy to rework to be a layer rather than a copy). All this in 1.1. pdfIni

[Harbour] 1.0.1 warnings

2008-09-14 Thread Lorenzo Fiorini
../../complex.c: In function 'hb_comp_keywordType': ../../complex.c:250: warning: passing argument 1 of 'hb_xfree' discards qualifiers from pointer target type ../../complex.c: In function 'hb_comp_tokenIdentifer': ../../complex.c:266: warning: passing argument 2 of 'hb_compIdentifierNew' discards

[Harbour] Memory buffer overflow

2008-09-14 Thread Szakáts Viktor
Hi Przemek, Can easily be that I'm doing something wrong, but I'm getting this: --- C:\harbour\bin>mttest07.exe Harbour 1.1.0dev Intl. (Rev. 9387) Main start Starting threads: <1><2><3><4><5> Sending jobs... Unrecoverable error 9022: Memory buffer overflow Called from HB_MUTEXNOTIFY(0) Called fr

Re: [Harbour] 1.0.1 warnings

2008-09-14 Thread Szakáts Viktor
Thanks, I'll revert some syncing with 1.1, and I'll try to resync the PP fix alone, manually. Brgds, Viktor On 2008.09.14., at 17:22, Lorenzo Fiorini wrote: ../../complex.c: In function 'hb_comp_keywordType': ../../complex.c:250: warning: passing argument 1 of 'hb_xfree' discards qualifiers fr

[Harbour] [1.0] 2008-09-14 17:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-14 Thread Szakáts Viktor
2008-09-14 17:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbpp.h * harbour/source/pp/ppcore.c * harbour/source/pp/hbpp.c * changed some declarations from 'char *' to 'const char *' and fixed casting for some more pedantic compilers [REVERTED] *

Re: [Harbour] [SPAM] Re: [SPAM] Re: [SPAM] Re: ChangeLog 2008-09-13 18:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-14 Thread Francesco Saverio Giudice
Hi Pritpal, I'm trying to rebuild SVN under BCC 5.5.1 but I'm getting some errors. Could you kindly post here your complete envars sets to build SVN in MT mode ? TIA Best Regards Francesco Pritpal Bedi ha scritto: Przemek Przemyslaw Czerpak-2 wrote: My fault. Please also add -DHB_USE_TL

Shyamali Malakar - The American Idol teenage sensation

2008-09-14 Thread Sexy Alisha
Here U Can See Shyamali Malakar - The American Idol teenage sensation. http://masalastop.blogspot.com/2008/09/shyamali-malakar-american-idol-teenage.html

[Harbour] hbvpdf

2008-09-14 Thread Szakáts Viktor
Hi Lorenzo, After latest fixes, we seem to have lost bookmark support in hbvpdf. What could be the problem? [ I can send you a test.pdf I created yesterday, and one that I've made now. ] Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project

[Harbour] Release 1.0.1 #2

2008-09-14 Thread Szakáts Viktor
Hi all, Thanks Lorenzo, I've updated the list. Used external packages (on my system of course): - Allegro 4.2.2 - Apollo 6.1.0.4 - libcurl 7.19.0 (7.18.2 for DMC builds) - Firebird 2.0.4 - FreeImage 3.11.0 - libgd 2.0.34 - libharu 2.1.0 - mysql 5.0.47 - pgsql 8.3.3 - ADS 9.00 Tested platforms:

View this page "JOB FOR YOU, A COMPLETE SITE FOR ALL YOUR HOME JOB NEEDS! "

2008-09-14 Thread Bizlinks
Click on http://groups.google.com/group/MomsExecs/web/job-for-you-a-complete-site-for-all-your-home-job-needs - or copy & paste it into your browser's address bar if that doesn't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: [Harbour] wvtcore.c , aPxlOff

2008-09-14 Thread Abeb
Thanks A Lot, I'll test it. Thanks Again. Pritpal Bedi wrote: > > Abe > > > Abeb wrote: >> >> Please add aPxlOff parameter to more function in aPxlOff >> like in WVT_DRAWLABELOBJ etc. >> > > It is done. Please report if there is any problems. > > Regards > Pritpal Bedi > > -- View

Re: [Harbour] hbvpdf

2008-09-14 Thread Lorenzo Fiorini
On Sun, Sep 14, 2008 at 8:31 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Hi Lorenzo, > > After latest fixes, we seem to have lost bookmark support > in hbvpdf. > > What could be the problem? > > [ I can send you a test.pdf I created yesterday, and one > that I've made now. ] I'm not a PDF expe

Re: [Harbour] hbvpdf

2008-09-14 Thread Szakáts Viktor
Hi Lorenzo, I'm not a PDF expert, so sending PDFs will not help. BTW which viewer are you using? I did this with Acrobat Reader 9. The only difference that I can see about bookmarks is in line 468. Please try to add -1 like below: cTemp := CRLF + ltrim(str( aReport[ REPORTOBJ ] + nI - 1)) +

Re: [Harbour] Memory buffer overflow

2008-09-14 Thread Przemysław Czerpak
On Sun, 14 Sep 2008, Szak?ts Viktor wrote: Hi Viktor, > Can easily be that I'm doing something wrong, but I'm getting this: > --- > C:\harbour\bin>mttest07.exe > Harbour 1.1.0dev Intl. (Rev. 9387) > Main start > Starting threads: <1><2><3><4><5> > Sending jobs... > Unrecoverable error 9022: Memor

Re: [Harbour] Release 1.0.1 #2

2008-09-14 Thread Lorenzo Fiorini
On Sun, Sep 14, 2008 at 8:34 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Thanks Lorenzo, I've updated the list. I've also successfully built it under OpenSuse 10.3. The only "problem" I found was the installation path of postgresql's includes which is /usr/include/pgsql. In contrib/hbpgsql/

Re: [Harbour] hbvpdf

2008-09-14 Thread Lorenzo Fiorini
On Sun, Sep 14, 2008 at 9:41 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Thanks, good find, that fixes it. Sorry, but there was a commented line above the 468 and the diff was messed. best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-p

Re: [Harbour] Release 1.0.1 #2

2008-09-14 Thread Szakáts Viktor
On Sun, Sep 14, 2008 at 8:34 PM, Szakáts Viktor [EMAIL PROTECTED]> wrote: Thanks Lorenzo, I've updated the list. I've also successfully built it under OpenSuse 10.3. The only "problem" I found was the installation path of postgresql's includes which is /usr/include/pgsql. In contrib/hbpgsql/

[Harbour] GPF upon app exiting

2008-09-14 Thread Luis Krause Mantilla
Hi: Just rebuild a small app I have with SVN 9396 and upon closing the app I get a gpf that's logged in hb_outl.log (it happens 3 times, just pasting here the 1st msg): [BCC 5.5.1, ST] Application Exception - F:\AplicW\IVA\ivawH.exe Terminated at: 2008.09.14 13:11:44 Exception Code:C005

Re: [Harbour] Release 1.0.1 #2

2008-09-14 Thread Lorenzo Fiorini
On Sun, Sep 14, 2008 at 10:12 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > I'm looking into Makefile in question, and I can see /usr/include/pgsql > on the list (it's the 4th one on the list). Can you check if there is > an libpq-fe.h file in that dir? Oops, you're right. I was looking at my

[Harbour] 2008-09-14 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-14 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ! Fixed two typos in last commit. Thanks to Bill Robertson. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project

[Harbour] [1.0] 2008-09-14 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
; Merging changes to 1.0 branch from trunk r9399. 2008-09-14 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ! Fixed two typos in last commit. Thanks to Bill Robertson. 2008-09-14 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbvpdf/hbvpdf.p

Re: [Harbour] GPF upon app exiting

2008-09-14 Thread [EMAIL PROTECTED]
>Just rebuild a small app I have with SVN 9396 and upon >closing the app I get a gpf that's logged in hb_outl.log >(it happens 3 times, just pasting here the 1st msg): Hi Luis. I'm sending the same problem yesterday to this list and I'm trying to debug it. Do you are a codeguard expert to help me

Re: [Harbour] ChangeLog 2008-09-13 18:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-14 Thread Francesco Saverio Giudice
Hi Pritpal, Pritpal Bedi ha scritto: I included mttest*.prg(s) into my application with changing main() to mnttest*() and could run all of these successfully. Are you specifying -tWM flag when compiling/linking? Yes, but results are same. I'm trying now again. I suspect there are some err

Re: [Harbour] 2008-09-14 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Przemysław Czerpak
On Sun, 14 Sep 2008, Szak?ts Viktor wrote: Hi Viktor, > 2008-09-14 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) > * source/common/hbverdsp.c > + Showing MT status on //BUILD screen. I'm not sure it's good idea. It will not show any valid information. Only HVM have to be compiled wi

Re: [Harbour] 2008-09-14 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
Hi Przemek, You're right. Is there a way to detect HVM MT-ness on the C level with function call f.e.? If not, or it's not right either, I may just remove this. Anyway it would be pretty good to be able to find out of a given executable if it's MT or not. Brdgs, Viktor On 2008.09.14., at 23:3

Re: [Harbour] [SPAM] Re: [SPAM] Re: [SPAM] Re: ChangeLog 2008-09-13 18:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-14 Thread Przemysław Czerpak
On Sun, 14 Sep 2008, Francesco Saverio Giudice wrote: Hi Francesco, > thank you, I got same error here on hbrun. > Another error is in tests\mt\* samples. > They built correctly, but running them hb_threadStart() returns NIL It's default behavior for single thread HVM. hb_threadStart() always re

Re: [Harbour] 2008-09-14 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Przemysław Czerpak
On Sun, 14 Sep 2008, Szak?ts Viktor wrote: Hi Viktor, > You're right. Is there a way to detect HVM MT-ness > on the C level with function call f.e.? hb_vmIsMt() but it exists only in HVM so you cannot use it in compiler only code. > If not, or it's not right either, I may just remove this. > An

Re: R: [Harbour] where is hbcom.lib?

2008-09-14 Thread Szakáts Viktor
Hi Phil, [forgot to press Send] I think it's okay, if something is more than 40K .zipped, I think we can either exchange it directly or upload it somewhere. Brdgs, Viktor On 2008.09.13., at 1:43, Phil Barnett wrote: On Friday 12 September 2008 04:36:46 am Szakáts Viktor wrote: Hi Alex, You

Re: [Harbour] 2008-09-14 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Francesco Saverio Giudice
Hi Viktor, Szakáts Viktor ha scritto: 2008-09-14 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak + Now setting 'HB_BUILD_ST = no' will generate an MT build. TODO: Change the default to 'yes' should be the way to go IMO. HB_BUILD_ST=no was the key.

Re: Re: [Harbour] About GPF iwhen app exit

2008-09-14 Thread [EMAIL PROTECTED]
>If possible try to create log for ca.exe with debug information (file names >and lines). You can try to use the same link switches as for harbour.exe >and eliminate all calls to strip (if any) or similar tools. Przemek, maybe the problem is in FWH that have C code without DEBUG information. My a

Re: [Harbour] Przemys?aw

2008-09-14 Thread Przemysław Czerpak
On Sun, 14 Sep 2008, [EMAIL PROTECTED] wrote: > >But the encoding in header is correct now: utf-8 and message was also in > >utf-8. > >If you cannot see it then it simply means that you do not have such character > >in your font or your reader wrongly decoded it. > >>From my old system I was sendi

Re: [OT] The real pig

2008-09-14 Thread Pete Theisen
Ed Leafe wrote: > http://www.flickr.com/photos/scriptingnews/2856435471/ > Hi Ed! "Despite the divorce, Carol McCain has remained on good terms with John McCain,[25] and has supported him in all his subsequent political campaigns.[1] She refused to discuss her marriage with an election opponent

[Harbour] 2008-09-15 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-14 Thread Szakáts Viktor
2008-09-15 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbverdsp.c * Undone prev change. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Melayu Cyber 75% Win vs. Loss Ratio With A Forex Robot

2008-09-14 Thread ginger george
If you're anything like 95% of all the Forex traders out there, you have probably been looking around for someone with a profitable Forex trading track record willing to share his success, am I wrong? How about these numbers, do they look successful enough to you? -> 75% Win vs. Loss ratio. Three