Page 1 of 2

IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 3:10 am
by Roberto Lopez
Hi All,

This update features a new experimental errorlog window.

You can now navigate the error messages, see and edit involved source code and then rebuild the project from the same place.

The messages are 'hard-coded' in English.

Enjoy!

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 4:16 am
by sudip
Roberto Lopez wrote: This update features a new experimental errorlog window.

You can now navigate the error messages, see and edit involved source code and then rebuild the project from the same place.

The messages are 'hard-coded' in English.

Enjoy!
Hello Master Roberto,
Thanks a lot. I am using it :) (and just now it saved lots of my time and energy :) ) It is very very helpful to me :)
Thank you again for this excellent feature :D
With best regards.
Sudip

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 5:33 am
by Rathinagiri
Oh! Thanks a lot Roberto. :)

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 1:22 pm
by Roberto Lopez
sudip wrote: Hello Master Roberto,
Thanks a lot. I am using it :) (and just now it saved lots of my time and energy :) ) It is very very helpful to me :)
Thank you again for this excellent feature :D
With best regards.
Sudip
A post from you inspired me to do that :)

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 3:58 pm
by Vanguarda
Hi friends,

Thanks Master for this nice feature.

PS: Friends, i think that i´m on bad luck epoch. Last Sunday lightning burned my computers and my modem.
Hence i´m still off-line.
I hope solve this problem soon. But my provider of Internet are much slow for apply the replace of my modem. Besides that, i´ll buy another computer for me. :cry: I hope you will forgive me my time off-line, but once you solve these problems I'm going back to being online all day as usual.

My best regards,

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 8:24 pm
by martingz
Maestro en el ide si tenemos un control y por error damos el click en el nombre del evento sale un error

Error BASE/1003 Variable does no exist : RESULT

este error no sale si se de en value , + , - , solamente como ya dije si damos en el nombre del evento.

Saludos

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 9:18 pm
by nassausky
I know this IDE has potential since I had wrote a few small programs already with the 2.94 IDE. I am having a problem though with HMG-IDE 3.0. Has anyone had an HMG-IDE error:

c:\hmg\BUILD.BAT Not Found!


:cry:
Mike

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 9:30 pm
by Roberto Lopez
martingz wrote:Maestro en el ide si tenemos un control y por error damos el click en el nombre del evento sale un error

Error BASE/1003 Variable does no exist : RESULT

este error no sale si se de en value , + , - , solamente como ya dije si damos en el nombre del evento.

Saludos
Could you be so kind to give some details about the problem?

I just can reprodice the problem here.

TIA.

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 9:31 pm
by Roberto Lopez
nassausky wrote:I know this IDE has potential since I had wrote a few small programs already with the 2.94 IDE. I am having a problem though with HMG-IDE 3.0. Has anyone had an HMG-IDE error:

c:\hmg\BUILD.BAT Not Found!


:cry:
Mike
is 'c:\hmg\BUILD.BAT' file on your system?

Re: IDE UPDATE (XIIb)

Posted: Thu Nov 19, 2009 9:44 pm
by nassausky
There is no file called Build.bat in c:\hmg or subfolders.
OK it is easy to reproduce.

1) I uninstalled Harbour MiniGUI 2.93 package and uninstalled 2.94 and 3.0 HMG IDE
2) I reinstalled Harbour MiniGUI 2.93 to c:\hmg
3) I installed HMG IDE 3.0 XIIB into c:\hmg-ide3
4) I set the hmg folder to c:\hmg in the preferences of the IDE 3.0
5) I restarted the IDE 3.0
6) I created a new folder c:\hmg\PROJECTS\mike4
7) I created a new project called mike4 and put it inside the above folder
8) I clicked Project then Run
9) I immediately got the error

Thanks,
Mike