Re: [Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Viktor Szakáts
>> Let us re-introduce it. >> Can you test after changing line 1236 >> >> cExeHbMk2 := "hbmk2" /* Needs that path is already set before calling >> hbmk2 */ >> => >> cExeHbMk2 := ::oProject:cPathMk2 + "hbmk2" >> >> >> >> - >> enjoy hbIDEing... >> Pritpal Bedi >> htt

Re: [Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Barry Jackson
On 11/04/10 20:51, Pritpal Bedi wrote: Let us re-introduce it. Can you test after changing line 1236 cExeHbMk2 := "hbmk2" /* Needs that path is already set before calling hbmk2 */ => cExeHbMk2 := ::oProject:cPathMk2 + "hbmk2" - enjoy hbIDEing... Pritpal Bed

[Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Pritpal Bedi
Pritpal Bedi wrote: > > Can you test after changing line 1236 > > cExeHbMk2 := "hbmk2" /* Needs that path is already set before > calling hbmk2 */ > => > cExeHbMk2 := ::oProject:cPathMk2 + "hbmk2" > I see you have committed the fix and also auto-detection of exe. Thanks. ---

[Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Pritpal Bedi
Viktor Szakáts wrote: > > I don't understand that answer. What does this have > to do with HB_COMPILER? I'm trying to find it, but > there is a huge forest of classes and I can't easily > oversee them. Simply the path is not used when > forming hbmk2 executable name. > Let us re-introduce

Re: [Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Viktor Szakáts
> I had some issues regarding this when I was experimenting, > now possibly lot have changed, let us do it once more. > If I remember correctly, it had been HB_COMPILER something > issue then. > > > >> 2. In 'Compiler Environments' is says 'Save and Exit', >> while it should really say 'Save

[Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Three more issues (sorry to plug it like that, but I've > stumbled upon them at this second): > Any number of times. We all are working hard for some goal and every bit of participation is highly welcome. > 1. "Path to hbmk2" is ignored in Compiler Environments.

Re: [Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Viktor Szakáts
>> Please remove them and just call these tools with >> "--help" or equivalent help option to query help text and >> present the output to users. >> > > I kept it here for reference sake to build some > type of user interface, i.e, which type of input method > be used if an option is a part o

[Harbour] Re: HBIDE problem / redundancy

2010-04-11 Thread Pritpal Bedi
Viktor Szakáts wrote: > > I've found that you've decided to replicate complete > help texts of hbmk2, harbour, xpp.exe and alink.exe > hard-wired inside HBIDE source code. > > While the latter two may well violate copyrights, it's > even not a good idea to replicate external tool help > tex