rebuild and found error fwh 8.04 & xHb.com

Postby nageswaragunupudi » Mon Apr 14, 2008 2:59 am

With the latest xhb demo, I have added xbrowse.prg and helpchm.prg to the project and the programs are working fine.

For xhb, I think the libray can be rebuilt by replacing xborwse.obj with recompled xbrowse.obj and adding helpchm.prg to the library
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10624
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Richard Chidiak » Mon Apr 14, 2008 11:26 am

Antonio

I wonder why helpchm.prg is not in the standard fivewin library :? , i do not like rebuilding the library (might miss programs or functions)

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby nageswaragunupudi » Mon Apr 14, 2008 11:41 am

Richard Chidiak wrote:Antonio

I wonder why helpchm.prg is not in the standard fivewin library :? , i do not like rebuilding the library (might miss programs or functions)

Richard

It is a part of Standard Five win library for harbour and xharbour.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10624
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Antonio Linares » Mon Apr 14, 2008 11:57 am

Richard,

Our mistake, sorry. We are uploading it again.

It will be available in just few minutes, thanks
regards, saludos

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

Postby Richard Chidiak » Mon Apr 14, 2008 2:58 pm

Antonio

I have just downloaded, still not in the library

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Robert Frank » Mon Apr 14, 2008 3:54 pm

I found another strange problem with my application.
With new version of FWH i get GPF error when i do
oWnd:End().

When I use 8.03 application works correctly.
Any suggestion?

R.
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby nageswaragunupudi » Mon Apr 14, 2008 3:57 pm

Mr Robert

So far I have not faced it in my test applications. But one of my main applications is invoking windows debugger on some machines ( not all ). This is enough to scare the users. I dont know what could be the reason.

Are you getting GPF everytime? Or occassionally ?

( I am using bcc55 and latest xharbour )
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10624
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Robert Frank » Mon Apr 14, 2008 4:28 pm

nageswaragunupudi wrote:Mr Robert

Are you getting GPF everytime? Or occassionally ?

( I am using bcc55 and latest xharbour )


Mr Nageswaragunupudi
Everytime on every computer. I guess its becouse I use xHarbour 1.0.0

R.
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Robert Frank » Tue Apr 15, 2008 4:20 pm

Where I can find source of xHarbour 1.1.0 ?
Producers of my SQL driver ask me about it. Maybe they'll make new version for me if I'll get they source of xHarbour which is used in FWH8.04
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Richard Chidiak » Tue Apr 15, 2008 4:26 pm

Robert

instead of ownd:end() , try ownd:PostMsg(WM_CLOSE)

HTH

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Robert Frank » Tue Apr 15, 2008 4:39 pm

Richard Chidiak wrote:Robert

instead of ownd:end() , try ownd:PostMsg(WM_CLOSE)

HTH

Richard


Thanks Richard for your idea, but I got the same error.
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Richard Chidiak » Tue Apr 15, 2008 4:51 pm

Robert

In my case on a main mdi window i also had a gpf calling ownd:end()

This was fixed by replacing with

oWND:PostMsg(WM_CLOSE)
oWND := NIL

Do you have the problem on a main mdi, mdichild or a sdi window ?

HTH

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Robert Frank » Tue Apr 15, 2008 5:06 pm

Richard Chidiak wrote:Robert
Do you have the problem on a main mdi, mdichild or a sdi window ?
Richard


Main mdi

oWND:PostMsg(WM_CLOSE) generates GPF
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby nageswaragunupudi » Tue Apr 15, 2008 8:13 pm

After seeing the above posts. I checked again. I am using FWH 8.04 and latest xHarbour ( bcc55 ) provided by FWH. I am not getting any errors on "any" oWnd:End(). ( MDIchild or MDI Main or SDI ). My regular applications are running in the office with the latest version.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10624
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Robert Frank » Tue Apr 15, 2008 8:28 pm

nageswaragunupudi wrote:After seeing the above posts. I checked again. I am using FWH 8.04 and latest xHarbour ( bcc55 ) provided by FWH. I am not getting any errors on "any" oWnd:End(). ( MDIchild or MDI Main or SDI ). My regular applications are running in the office with the latest version.


Which version do you use?
R.
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 76 guests