New FWH 11.12

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New FWH 11.12

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Post by ukservice »

Antonio,

Any advance or fix in FW 11.12 with Transbmp leak?
http://forums.fivetechsupport.com/viewt ... 2&start=45

Thanks.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 11.12

Post by Antonio Linares »

John,

We need an example to reproduce it. Here it is working fine
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: New FWH 11.12

Post by Daniel Garcia-Gil »

Antonio Linares wrote:John,

We need an example to reproduce it. Here it is working fine
+1
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Post by ukservice »

Antonio and Daniel,

Thanks for reply.

As I told several times, this error occurs ramdonly.

So if I compile and run samples\ribbon.prg, it works fine.

But running this sample many times or keeping it some hours, suddenly the error arises. Bmps just vanishes. Enrico and others confirm the error. So there is a leak either on transbmp or the way TRBtn are painted. Maybe DC is not released properly.

Introducing MessageBox alerts in Transbmp C code allowed me to find out the concrete error and lines.

It is very hard to trace but we do very intense tests on our software to achieve high quality.

Hope you find a clue.

Thanks again.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re: New FWH 11.12

Post by IBTC »

ukservice wrote: As I told several times, this error occurs ramdonly.
Please insert this code in your app:

Code: Select all

FUNCTION MAIN()

   SetResDebug()

... <Your code> ...
  
   FERASE("CHECKRES.TXT")
   CHECKRES()
   winExec("notepad .\checkres.txt")

return(0)
Did you get any unreleased things when you close your app?
Best Regards,
Ruediger Alich

---
HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Post by ukservice »

Ibtc,

Thanks for reply.

Yas, I did your test and know I don´t get items at checkres but the error happens.

I guess it is related to transbmp or method paint() at CLASS TRBtn.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Post by ukservice »

Hello,

In buildh.bat,

Code: Select all

echo %fwh%\lib\dolphin.lib + >> b32.bc
echo %fwh%\lib\libmysql.lib + >> b32.bc
Those libs are missing.

Thanks.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 11.12

Post by Antonio Linares »

John,

They are free and you can get them from:
http://tdolphin.blogspot.com/

Thanks to Daniel :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Post by ukservice »

Antonio,

Thanks, I know this proyect.

But I don´t understand why they are on buildh.bat as TDolphin is not included on FWH.

Also, I know how to edit buildh.bat and remove them ;).

But I feel that FWH is not propelly tested before releasing a new build. This is a sample.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 11.12

Post by Antonio Linares »

John,

Your feeling is completely wrong. This is not a sample, I personally use Dolphin for several projects and I don't want to include those lines everytime, thats why they are there but commented so they don't interfere. We also include some ADS lines and we don't use them but they are helpful for other users.

Every FWH build is tested as much as possible. We can not test ALL features as FWH/Harbour is a huge development tool with so many possibilities, but we build complex projects, run them and test that they work fine.

We deliver a new FWH build every month and that is a huge task but we decided not to make FWH users to wait for so long to get all the new and fixed features. We could simply deliver new builds a few times a year but we have a strong commitment with the FWH users.

Please show respect for the hard work that we do here. If you not are not satisfied with these tools then I kindly ask you to go away from these forums. But if you decide to stay here, please be respectful. Thanks.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Post by ukservice »

Antonio,
are there but commented so they don't interfere
Lines are NOT commented.

Code: Select all

echo %fwh%\lib\dolphin.lib + >> b32.bc
echo %fwh%\lib\libmysql.lib + >> b32.bc

 
Anyway, it was just an attention or possitive warning, not criticism.

Happy New 2012 for you and Sylvia and the rest of the FW team!.

Thanks for all your help and support. Special thanks to Daniel and Mr. Rao.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Post Reply