FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New User FWH6.12
Posts: 99
Joined: Fri Dec 16, 2011 03:30 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 05:36 AM

Hi Antonio,

The exe file generated, but alert dialog box still there...Linking gtgui.lib and removed objects.lib

22-Dec-11 10:32 AM 1,937,408 FBS.EXE

My bcc32.cfg
-I"d:\fwh\bcc55\include"
-L"d:\fwh\bcc55\lib"

My ilink32.cfg
-L"d:\fwh\bcc55\lib"

these are fine..

i have edited my system environment paths as follows..:

BIT=1024
CLIPPER=F:60;DYNF:6;E:00
INCLUDE=D:\fwh\fwh\include;d:\fwh\harbour\include;d:\fwh\bcc55\include;d:\fwh\bcc55\bin; D:\CLIP52\INCLUDE;
LIB=d:\fwh\fwh\lib;d:\fwh\harbour\lib;d:\fwh\bcc55\lib;d:\fwh\bcc55\bin; D:\CLIP52\LIB
OBJ=D:\CLIP52\OBJ

Path=C:\Program Files\Seagate Software\NOTES\;C:\Program Files\Seagate Software\NOTES\DATA\;C:\Windows\system32;
C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;
C:\DOS;D:\CLIP52\BIN;D:\QB45;D:\DATABASE\FoxBase;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\DOS;D:\CLIP52\BIN;
D:\DATABASE\FOXBASE;D:\fwh\Bcc55\BIN;

I dont think the include and lib paths are required...but just incase..I have added those.

Regards.....

FWH 20.04/Harbour3.2/Bcc7.40+/ilink32/Pelles 9.0
EMail: amriazkhan@gmail.com
Pakistan
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 09:32 AM

Try this:

Add a function Alert() to your main PRG:

function Alert( c )

MsgInfo( "Here" )

return nil

And check if yours is called when the app starts

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 99
Joined: Fri Dec 16, 2011 03:30 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 10:03 AM

Tried it ....but no change....

Still the same default alert dialog box appears..

What seems to be the problem...it does not even read the first line before doing anything in my main prg..??

Regards

FWH 20.04/Harbour3.2/Bcc7.40+/ilink32/Pelles 9.0
EMail: amriazkhan@gmail.com
Pakistan
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 10:23 AM

Try with this:

function MsgAlert( c )

MsgInfo( "here" )

return nil

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 10:24 AM

Does your app start with function Main() ?

If not, please change it to function Main()

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 99
Joined: Fri Dec 16, 2011 03:30 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 10:33 AM

Tried both options..

Named main function to Main().....the msgalert is the first function call..

But sorry no go..Strange

Thanks/Regards

FWH 20.04/Harbour3.2/Bcc7.40+/ilink32/Pelles 9.0
EMail: amriazkhan@gmail.com
Pakistan
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 01:30 PM

Usually it means an internal error that Harbour tries to report

Its difficult from here to try something else, I would need everything to build it locally and test it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 99
Joined: Fri Dec 16, 2011 03:30 PM
Re: New User FWH6.12
Posted: Thu Dec 22, 2011 02:51 PM

Okay Antonio,

Give me your email address, I can manage something to send you..
Okay I will send you a smaller application with less prgs. it will be easy to manage.
my email address is amriazkhan@gmail.com

Im using:

FiveWin for Harbour 6.12 - December 2006
Harbour Alpha build 1.0 Intl. Copyright 1999-2007
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland

Its Christmas , would you get time to look into it. Would appreciate it very much.
Regards

FWH 20.04/Harbour3.2/Bcc7.40+/ilink32/Pelles 9.0
EMail: amriazkhan@gmail.com
Pakistan
Posts: 99
Joined: Fri Dec 16, 2011 03:30 PM
Re: New User FWH6.12
Posted: Mon Jan 02, 2012 09:31 AM

Dear Antonio,

Still waiting for a response from your end...!

Regards

FWH 20.04/Harbour3.2/Bcc7.40+/ilink32/Pelles 9.0
EMail: amriazkhan@gmail.com
Pakistan
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New User FWH6.12
Posted: Mon Jan 02, 2012 10:12 AM

RiazKhan,

It will be much easier if you become a FWH 11.12 user so we can use the same tools for testing :-)

thanks,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 99
Joined: Fri Dec 16, 2011 03:30 PM
Re: New User FWH6.12
Posted: Mon Jan 02, 2012 10:55 AM

Dear Antonio,

No issue with that.
Please let me know if there is a trial version of FWH 11.12, Or do I go for an Upgrade an old version to current FWH32, or do I just simply purchase FWH for Harbour/xHarbour 32..

And what further tools would be required..

What do you suggest..

Thanks.

FWH 20.04/Harbour3.2/Bcc7.40+/ilink32/Pelles 9.0
EMail: amriazkhan@gmail.com
Pakistan
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New User FWH6.12
Posted: Mon Jan 02, 2012 12:40 PM

RiazKhan,

There is no a FWH 11.12 trial version, neither a FWH upgrade from FW.

For the first time, FWH purchase is required from www.fivetechsoft.com "purchase" section, thanks :-)

You will get all the required tools. Then please email me your PRGs and make files to alinares@fivetechsoft.com and I will check your app building here

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion