Pritpal, HBIDE developer, assists us to use it with FWH
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Hi Pritpal,
how i can configure hbIDE to debug a FWH's application using Carles's FwDbg ?
http://forums.fivetechsupport.com/viewt ... bug#p99501
FwDbg.lib must be before FWH libs.
Best regards,
Felix
how i can configure hbIDE to debug a FWH's application using Carles's FwDbg ?
http://forums.fivetechsupport.com/viewt ... bug#p99501
FwDbg.lib must be before FWH libs.
Best regards,
Felix
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Hi
In the <Flags> tab change the order of libs.
-lFwDbg
-lFWH
without the extentions. And then libs will be linked accordingly.
Let me know if it helped.
In the <Flags> tab change the order of libs.
-lFwDbg
-lFWH
without the extentions. And then libs will be linked accordingly.
Let me know if it helped.
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Pritpal,
and a compiler´s flag to debug ?
Thanks in advance.
Best regards,
Felix
and a compiler´s flag to debug ?
Thanks in advance.
Best regards,
Felix
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Pritpal,
how i can add a new dll ?
Best regards,
Felix
how i can add a new dll ?
Best regards,
Felix
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Hi
-b
So in <Flags> add one more line -b.
I have never used any debugger, but probably it isBaxajaun wrote:Pritpal,
and a compiler´s flag to debug ?
-b
So in <Flags> add one more line -b.
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Suppose it is myown.dll...Baxajaun wrote:Pritpal,
how i can add a new dll ?
-lmyown
That's it.
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Pritpal,
thanks a lot for your help and work.
Best regards,
Felix
thanks a lot for your help and work.
Best regards,
Felix
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
I am, and the group also, is interested if these replies helped you .Baxajaun wrote:thanks a lot for your help and work.
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Pritpal,
compiler's flag ------> yes
FwDbg.lib before FWH's libs -----> yes
myown.dll -----> not
Regards,
Felix
compiler's flag ------> yes
FwDbg.lib before FWH's libs -----> yes
myown.dll -----> not
Regards,
Felix
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Can you show <hbp> tab contents ?Baxajaun wrote:compiler's flag ------> yes
FwDbg.lib before FWH's libs -----> yes
myown.dll -----> not
What type of myown.dll is ? I mean, pure C dll or Harbour PCode Dll ?
If it is pcode dll then I have to get clarification from Viktor.
OR try
in <Sources> tab include myown.dll as a source, let's see.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Pritpal,
Is HBIDE available for OSX and Linux too ? thanks
Is HBIDE available for OSX and Linux too ? thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
HBIDE on Snow Leopard using free WinBottler
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Yes, on all those platforms supported by Harbour and Qt.Antonio Linares wrote: Is HBIDE available for OSX and Linux too ? thanks
I could compile and use on Ubuntu 10.1 and have news that someone
used it on OSX too. But, I do not have the installer for those OS's,
you need to compile it there yourself.
It is easy though - hbmk2 hbide.hbp.
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Pritpal, HBIDE developer, assists us to use it with FWH
Thanks you for testing, it shows the power of hbIDE.Antonio Linares wrote:HBIDE on Snow Leopard using free WinBottler
- Andrés González
- Posts: 625
- Joined: Thu Jan 19, 2006 10:45 am
- Location: Mallorca
Re: Pritpal, HBIDE developer, assists us to use it with FWH
First Antonio, could you please put the correct files to setup HBIDE with fivewin. I couldn't do it with FWH 10.02. Please the files *.hbp and *.env
Second, could you please say how you did to build hbide in a mac OSx from the svn ?
Thirst, the same, how to build hbide in windows?
Finaly, follow this link to do it with linux http://www.elart.it/links/harbourhowto_deb_en.php. I did it with no idea in linux and works perfectly in UBUNTU 10.04.
Pritpal Congratulations excellent work, but I suggest you to include the configuration files from different compilers like UEStudio do. For instance Harbour, xHarbour Fivewin, minigw ... would help a lot and saves hours of forums. Just changing this files will save a lot of time.
Second, could you please say how you did to build hbide in a mac OSx from the svn ?
Thirst, the same, how to build hbide in windows?
Finaly, follow this link to do it with linux http://www.elart.it/links/harbourhowto_deb_en.php. I did it with no idea in linux and works perfectly in UBUNTU 10.04.
Pritpal Congratulations excellent work, but I suggest you to include the configuration files from different compilers like UEStudio do. For instance Harbour, xHarbour Fivewin, minigw ... would help a lot and saves hours of forums. Just changing this files will save a lot of time.
Saludos
Andrés González desde Mallorca
Andrés González desde Mallorca