New FWH 11.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.12
Antonio,
Any advance or fix in FW 11.12 with Transbmp leak?
http://forums.fivetechsupport.com/viewt ... 2&start=45
Thanks.
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.12
John,
We need an example to reproduce it. Here it is working fine
We need an example to reproduce it. Here it is working fine
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: New FWH 11.12
+1Antonio Linares wrote:John,
We need an example to reproduce it. Here it is working fine
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
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Re: New FWH 11.12
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.
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
Re: New FWH 11.12
Please insert this code in your app:ukservice wrote: As I told several times, this error occurs ramdonly.
Code: Select all
FUNCTION MAIN()
SetResDebug()
... <Your code> ...
FERASE("CHECKRES.TXT")
CHECKRES()
winExec("notepad .\checkres.txt")
return(0)
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
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
Re: New FWH 11.12
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.
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
Re: New FWH 11.12
Hello,
In buildh.bat,
Those libs are missing.
Thanks.
In buildh.bat,
Code: Select all
echo %fwh%\lib\dolphin.lib + >> b32.bc
echo %fwh%\lib\libmysql.lib + >> b32.bc
Thanks.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.12
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.
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.12
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.
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.
Re: New FWH 11.12
Antonio,
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.
Lines are NOT commented.are there but commented so they don't interfere
Code: Select all
echo %fwh%\lib\dolphin.lib + >> b32.bc
echo %fwh%\lib\libmysql.lib + >> b32.bc
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