Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-09 Thread Przemysław Czerpak
On Wed, 09 Dec 2009, Szak�ts Viktor wrote: Hi, > > Just to show the other benefits it renders. > > I am simply short of process API in Harbour, > > examined hbprocfn.c to go through all the details, > > but I could not find how to capture process output > > in buffer which process is in running s

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-09 Thread Viktor Szakáts
>> Note: "for me". I have my own (actually quite simple) system >> which sets tool environment, so any tool which tries to >> replicate that, is just a nuisance and double effort for me, >> since I have keep my system configured, plus keep hbide >> configuration update so that it can also confi

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-09 Thread Viktor Szakáts
>>> No need to use QProcess(), we have everything in Harbour core. >>> >>> >>> Yep, this is exactly what I want too. >> >> Anyhow you added QProcess to slots system :( >> > > Just to show the other benefits it renders. > I am simply short of process API in Harbour, > examined hbprocfn.c to go

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: > > Note: "for me". I have my own (actually quite simple) system > which sets tool environment, so any tool which tries to > replicate that, is just a nuisance and double effort for me, > since I have keep my system configured, plus keep hbide > configurat

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > >> No need to use QProcess(), we have everything in Harbour core. >> >> >> Yep, this is exactly what I want too. > > Anyhow you added QProcess to slots system :( > Just to show the other benefits it renders. I am simply short of process API in Harbour, examined hbpr

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Viktor Szakáts
> No need to use QProcess(), we have everything in Harbour core. > > > Yep, this is exactly what I want too. Anyhow you added QProcess to slots system :( Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Viktor Szakáts
> Hello Viktor > > What minimum I supply to HBMK2 to generate the target ? > > The scenario may be like this: > > 1) Many compilers installed We should assume that only one compiler is _configured_ at any given moment, regardless of the range of compilers installed. > 2) User selects the com

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Viktor Szakáts
Hi Pritpal, >> Although for me hbide would be dropped as potential dev tool, >> if it will set compiler dependent variables :( First of all >> this makes it non-portable, difficult to maintain, or requires >> double logic, etcetc. >> > > _hbide would be dropped as potential dev tool_ Note:

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Pritpal Bedi
Hello Viktor What minimum I supply to HBMK2 to generate the target ? The scenario may be like this: 1) Many compilers installed 2) User selects the compiler to use 3) .hbp is generated 4) hbmk2 is called with what minimum parameters ? Regards Pritpal Bedi -- View this message in context:

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: > > As I told you before (but all my such messages seems > ignored), there are examples for _exactly that_ in hbmk2.prg. > No, never ignored. Just wanted a fast entry into it. > hbmk2 sets envvars and calls external programs. Look for > hb_setenv() and

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Viktor Szakáts
> 1) HBIDE will create a .hbp file > 2) Have to run a .bat to set the compiler dpendant environments > 3) Will call HBMK2 which in turn adopt the env set in step 2. > 4) HBIDE captures linker/compiler output to display in its interface As I told you before (but all my such messages seems ignored

[Harbour] Create Process API - Brief Overview Requested

2009-12-08 Thread Pritpal Bedi
Hello All Can someone provides a brief overview with syntax how to use Create Process API? The goal is like this: 1) HBIDE will create a .hbp file 2) Have to run a .bat to set the compiler dpendant environments 3) Will call HBMK2 which in turn adopt the env set in step 2. 4) HBIDE captures lin