New User FWH6.12
Re: New User FWH6.12
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.....
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.....
- Antonio Linares
- Site Admin
- Posts: 42512
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New User FWH6.12
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
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
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
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
- Antonio Linares
- Site Admin
- Posts: 42512
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42512
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New User FWH6.12
Does your app start with function Main() ?
If not, please change it to function Main()
If not, please change it to function Main()
Re: New User FWH6.12
Tried both options..
Named main function to Main().....the msgalert is the first function call..
But sorry no go..Strange
Thanks/Regards
Named main function to Main().....the msgalert is the first function call..
But sorry no go..Strange
Thanks/Regards
- Antonio Linares
- Site Admin
- Posts: 42512
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New User FWH6.12
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
Its difficult from here to try something else, I would need everything to build it locally and test it
Re: New User FWH6.12
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
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
- Antonio Linares
- Site Admin
- Posts: 42512
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New User FWH6.12
RiazKhan,
It will be much easier if you become a FWH 11.12 user so we can use the same tools for testing![Smile :-)](./images/smilies/icon_smile.gif)
thanks,
It will be much easier if you become a FWH 11.12 user so we can use the same tools for testing
![Smile :-)](./images/smilies/icon_smile.gif)
thanks,
Re: New User FWH6.12
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.
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.
- Antonio Linares
- Site Admin
- Posts: 42512
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New User FWH6.12
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![Smile :-)](./images/smilies/icon_smile.gif)
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
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
![Smile :-)](./images/smilies/icon_smile.gif)
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