New User FWH6.12

Re: New User FWH6.12

Postby RiazKhan » Thu Dec 22, 2011 5: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
User avatar
RiazKhan
 
Posts: 97
Joined: Fri Dec 16, 2011 3:30 pm
Location: Pakistan

Re: New User FWH6.12

Postby Antonio Linares » Thu Dec 22, 2011 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41461
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New User FWH6.12

Postby RiazKhan » 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
User avatar
RiazKhan
 
Posts: 97
Joined: Fri Dec 16, 2011 3:30 pm
Location: Pakistan

Re: New User FWH6.12

Postby Antonio Linares » Thu Dec 22, 2011 10:23 am

Try with this:

function MsgAlert( c )

MsgInfo( "here" )

return nil
regards, saludos

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

Re: New User FWH6.12

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

Re: New User FWH6.12

Postby RiazKhan » 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
User avatar
RiazKhan
 
Posts: 97
Joined: Fri Dec 16, 2011 3:30 pm
Location: Pakistan

Re: New User FWH6.12

Postby Antonio Linares » Thu Dec 22, 2011 1: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41461
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New User FWH6.12

Postby RiazKhan » Thu Dec 22, 2011 2: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
User avatar
RiazKhan
 
Posts: 97
Joined: Fri Dec 16, 2011 3:30 pm
Location: Pakistan

Re: New User FWH6.12

Postby RiazKhan » Mon Jan 02, 2012 9: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
User avatar
RiazKhan
 
Posts: 97
Joined: Fri Dec 16, 2011 3:30 pm
Location: Pakistan

Re: New User FWH6.12

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

Re: New User FWH6.12

Postby RiazKhan » 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
User avatar
RiazKhan
 
Posts: 97
Joined: Fri Dec 16, 2011 3:30 pm
Location: Pakistan

Re: New User FWH6.12

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

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: nageswaragunupudi and 116 guests