Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread [EMAIL PROTECTED]
If you are interested, why don't you try and see the results with your very own eyes :-) But please take note, that it contains asm codes, so BCC without TASM will not be able to compile it. Ok, just tried. Speedtst shows about 20% faster. But my FWH apps GPFs. Maybe I have to recompile FWH

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread [EMAIL PROTECTED]
Toninho, You have to be sure what alignment you are using for FWH Libs and your application. All _SHOULD_ be recompiled with the same alignment. Hi Andi, thanks, Recompiling all FWH and it works with -a8 Regards, Toninho.

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread [EMAIL PROTECTED]
What I use: Based on several considerations, I am now using MSVS 9.0 as my work horse, although the compiling speed is very slow compared to BCC 5.5.1. MSVS 9.0 (Express) is free, code speed is excellent, support/continuity is more or less obvious. Thanks for tests Andi. Do you have

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread [EMAIL PROTECTED]
Toninho I have bcc 6.10, but personaly i dont like msvc compiler Ok Luiz, thank you. Regards, Toninho. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

[xHarbour-developers] 2008-10-02 15:35 UTC-0300 Antonio Carlos Pantaglione

2008-10-04 Thread [EMAIL PROTECTED]
2008-10-02 15:35 UTC-0300 Antonio Carlos Pantaglione [EMAIL PROTECTED] * contrib/rddads/adsmgmnt.c ! ADSMGGETWORKERTHREADACTIVITY() and ADSMGGETUSERNAMES() that was skipping first user. Borrowed from harbour. Regards, Toninho

Re: [xHarbour-developers] HBZip doen´t compile with CodeGear C++ 5.90

2008-08-31 Thread [EMAIL PROTECTED]
Toninho should compile with out problem since bcc5.82 use same includes from dinkumware but add -D_USE_OLD_RW_STL in CFLAGS for C compiler Thanks Luiz, but doesn't work... Toninho. - This SF.Net email is sponsored by

[xHarbour-developers] HBZip doen´t compile with CodeGear C++ 5.90

2008-08-29 Thread [EMAIL PROTECTED]
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Copy MAKE0018.@@@ BccW32.cfg 1 arquivo(s) copiado(s). Bcc32 @bccw32.cfg -c @MAKE0016.@@@ CodeGear C++ 5.90 for Win32 Copyright (c) 1993, 2007 CodeGear ziparchive.cpp: Error E2113 .\INCLUDE\zipexception.h 189: Virtual

Re: [xHarbour-developers] CodeGear 5.9 On Rapidshare

2008-08-28 Thread [EMAIL PROTECTED]
For those willing to download CodeGear 5.9: Niiice Andi. Thanks a lot. Toninho. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin

[xHarbour-developers] -gc3 and for each

2008-07-04 Thread [EMAIL PROTECTED]
Hi, I´d compiled full xharbour with -gc3 (I changed rules.cf) and my app/fwh too. All seems to work fine, except for each. In some situations I get error: too nested. Another think that I can see is that -gc3 is much faster than -gc0 that i´d used. Regards, Toninho.

Re: [xHarbour-developers] 2008-06-18 15:35 UTC-0300 Antonio Carlos Pantaglione

2008-06-19 Thread [EMAIL PROTECTED]
+ tests/testfcpy.prg I upload this file today. Sorry, but know I understand how include new files to cvs. Regards, Toninho. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services

Re: [xHarbour-developers] 2008-06-18 15:35 UTC-0300 Antonio Carlos Pantaglione

2008-06-19 Thread [EMAIL PROTECTED]
Inside Windows Explorer, just right click on that file and choose CVS Add... and follow the prompts. Then you need to do a Commit to have the file uploaded. Thanks Luis. I forgot to commit, now I understand. Toninho. -

Re: [xHarbour-developers] Proposal: Add 3rd parameter to __COPYFILE()

2008-06-18 Thread [EMAIL PROTECTED]
There are any objection to add a 3rd parameter to __COPYFILE() function? Since there are no objections for a few days, I commit it. Regards, Toninho. PS: Thanks Ron, to help me fix a memory leak. - Check out the new

[xHarbour-developers] Proposal: Add 3rd parameter to __COPYFILE()

2008-06-14 Thread [EMAIL PROTECTED]
Hi friends, There are any objection to add a 3rd parameter to __COPYFILE() function? This parameter is a codeblock and can be used for meter pourposes, when copy big files. The changed source and test can be found here: http://www.fwi.com.br/toninho/copyfile.zip Regards, Toninho.

Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-13 Thread [EMAIL PROTECTED]
Toninho, Sorry, but this has nothing to do with xHarbour. If your app has such C code then I can't be surprised if it GPF. I can only suggest that you stay away from writing C code if you are not able to debug it. Ron, this is not part of my app. I was doing tests when I see this issue,

Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-12 Thread [EMAIL PROTECTED]
The resulting EXE will be slightly bigger, and little slower, but otherwise it should work the same, and should not bother your customer. Then after GPF, forward the YourAppName.cgl file, it should have all info we need to quickly resolve the problem. Thanks Ron. I´ll do it. Regards,

Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-12 Thread [EMAIL PROTECTED]
Ron, The code in next file GPF in some machines and in others it simple freeze. I know that is not a good sample, but is the best that I can do with my C knowledgements. http://www.fwi.com.br/toninho/aclone.zip Thanks and best regards, Toninho.

Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-11 Thread [EMAIL PROTECTED]
Toninho, Please UN-comment also line 1058, and post new trace.log. Ron, this is the content of file: vmQuit() After Idle After Background After ExitFunctions After ModuleFunctions After setkey After Debugger After RDD After i18n After Stack After FOREACH After WITHOBJECT After Globals After

Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-11 Thread [EMAIL PROTECTED]
Toninho, With full C debug build it's easy to know exactly the problem, as you get the exact call trace for the offensive line. Please see my reply to Luis. Ron, I'll try but is very hard to get this GPF, and I can't send a full C debug EXE to my client... Regards, Toninho.

[xHarbour-developers] Random GPF at ending FWH app

2008-06-09 Thread [EMAIL PROTECTED]
Hi ppl, I´m having (sometimes) random GPFs when my application finish. Is impossible reproduce it in a small sample. Any hint please? Regards, Toninho. - Check out the new SourceForge.net Marketplace. It's the best

Re: [xHarbour-developers] Stupid Questions ...

2008-05-13 Thread [EMAIL PROTECTED]
I have silly questions as follows: 1. What is the range of a Window handle? 2. When I create a handle, example: CreateSolidBrush(),the return value can become negative or out of range (?) and Windows complains that it is not a valid handle. The code: HB_FUNC( NEWBRUSH ) { hb_retnl(

Re: [xHarbour-developers] New BAT files

2008-05-12 Thread [EMAIL PROTECTED]
Please, there are any way to configure my bcc paths without installing it? Thanks Enrico. This is the first thing that I´d tried without success, but Andi found the problem. Regards, Toninho. - This SF.net email is

Re: [xHarbour-developers] New BAT files

2008-05-12 Thread [EMAIL PROTECTED]
IMO, it's a path search problem. Have you checked how ILINK32.CFG in E:\harbour\Bcc55\Bin looks like? It should contains among others: -LH:\Habour\Bcc55\Lib provided import32.lib is in there. This is the source of the problem. ILINK32.CFG from bcc55\bin was erroneous. Thanks Andi for

Re: [xHarbour-developers] Please Welcome Reinaldo Cres po-Bazán

2008-04-24 Thread [EMAIL PROTECTED]
Reinaldo has just joined us in xHarbour project. Welcome aboard Reinaldo. Toninho. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save