New FWH 11.12

New FWH 11.12

Postby Antonio Linares » Thu Dec 29, 2011 9:57 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 11.12

Postby ukservice » Thu Dec 29, 2011 10:10 am

Antonio,

Any advance or fix in FW 11.12 with Transbmp leak?
viewtopic.php?f=3&t=21662&start=45

Thanks.
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

Postby Antonio Linares » Thu Dec 29, 2011 11:51 am

John,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 11.12

Postby Daniel Garcia-Gil » Thu Dec 29, 2011 12:25 pm

Antonio Linares wrote:John,

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


+1
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: New FWH 11.12

Postby ukservice » Thu Dec 29, 2011 12:39 pm

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
ukservice
 
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Postby IBTC » Thu Dec 29, 2011 1:14 pm

ukservice wrote:As I told several times, this error occurs ramdonly.


Please insert this code in your app:

Code: Select all  Expand view
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
IBTC
 
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany

Re: New FWH 11.12

Postby ukservice » Thu Dec 29, 2011 1:49 pm

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

Postby ukservice » Fri Dec 30, 2011 8:56 pm

Hello,

In buildh.bat,

Code: Select all  Expand view
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
ukservice
 
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Postby Antonio Linares » Sat Dec 31, 2011 3:02 am

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
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 11.12

Postby ukservice » Sat Dec 31, 2011 12:16 pm

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
ukservice
 
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.12

Postby Antonio Linares » Sat Dec 31, 2011 2:53 pm

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
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 11.12

Postby ukservice » Sat Dec 31, 2011 6:57 pm

Antonio,

are there but commented so they don't interfere


Lines are NOT commented.
Code: Select all  Expand view
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
User avatar
ukservice
 
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 58 guests