Page 3 of 3

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 5:36 am
by RiazKhan
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.....

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 9:32 am
by Antonio Linares
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

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 10:03 am
by RiazKhan
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

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 10:23 am
by Antonio Linares
Try with this:

function MsgAlert( c )

MsgInfo( "here" )

return nil

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 10:24 am
by Antonio Linares
Does your app start with function Main() ?

If not, please change it to function Main()

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 10:33 am
by RiazKhan
Tried both options..

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

But sorry no go..Strange

Thanks/Regards

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 1:30 pm
by Antonio Linares
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

Re: New User FWH6.12

PostPosted: Thu Dec 22, 2011 2:51 pm
by RiazKhan
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

Re: New User FWH6.12

PostPosted: Mon Jan 02, 2012 9:31 am
by RiazKhan
Dear Antonio,

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

Regards

Re: New User FWH6.12

PostPosted: Mon Jan 02, 2012 10:12 am
by Antonio Linares
RiazKhan,

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

thanks,

Re: New User FWH6.12

PostPosted: Mon Jan 02, 2012 10:55 am
by RiazKhan
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.

Re: New User FWH6.12

PostPosted: Mon Jan 02, 2012 12:40 pm
by Antonio Linares
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