Page 1 of 3

IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 12:49 am
by Roberto Lopez
Hi All,

This update includes fixes and enhancements to the new error tracking feature.

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 3:38 pm
by sudip
Hello Master Roberto,
I think, it's GOOD to have errors ;) :lol: Thanks a lot :) Excellent :)
I noticed one point, compilation takes more time - and I assume it's again due to my "beloved" Norton Antivirus ;)
With best regards.
Sudip

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 3:49 pm
by Roberto Lopez
sudip wrote:Hello Master Roberto,
I think, it's GOOD to have errors ;) :lol: Thanks a lot :) Excellent :)
I noticed one point, compilation takes more time - and I assume it's again due to my "beloved" Norton Antivirus ;)
With best regards.
Sudip
Please, use AVAST or AVIRA, please!!!

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 4:28 pm
by sudip
Thanks a lot Master Roberto for your advice. I shall definitely use them :)
In the meantime I uninstalled Norton and installed a trial version of NOD32. Now, compilation time is much quicker. :D
I was a fan of AVIRA and AVAST, but my Hardware professional insisted me to purchase Norton ;)
With best regards.
Sudip

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 4:49 pm
by sudip
Hello Master Roberto,
I installed AVAST :) My system is running even faster. IDE compiles very quickly and my current project with SQLite updates database very quickly :D
Thanks a lot :D
With best regards.
Sudip

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 5:02 pm
by mol
Super work, Roberto!
In the titlebar of IDE XIIc message "IDE XIIb" appears.

Marek

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 5:22 pm
by mol
I've got error like on the picture:
Image

It's happening int the code, when I try do define new window:

Code: Select all

			DEFINE WINDOW INDEKSOWANIE;
				AT 05,05 ;
				WIDTH 740 HEIGHT 540 ;
				TITLE "REJESTRACJA" ;
				MODAL ;

			@ 10,10 LABEL L_9991 ;
				WIDTH 100 ;
				HEIGHT 100 ;
				FONT "Arial" SIZE 10 BOLD;
				FONTCOLOR BROWN ;
				BACKCOLOR YELLOW ;
				value "indeksowanie plików"
				
			 @ 75, 20 PROGRESSBAR NTXProgress ;
				WIDTH nWidth-40 ;
				HEIGHT 15 ;
				VALUE 0 ;
				RANGE 0, 10 
			END WINDOW
		endif

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 6:24 pm
by nassausky
I installed this on 3 different systems. 2 windows XP and 1 windows VISTA and all are giving me the same error as before:

c:\hmg\build.bat NOT FOUND!


Has anything changed with the installation? Am I missing something?

I installed HMG first then I installed this IDE3.0 XIIc.

Re: IDE UPDATE (XIIc)

Posted: Fri Nov 20, 2009 8:35 pm
by arroya2
En Español.
Hola Mestro Roberto.
No consigo bajarme completamente el archivo ide_30_test_12c.rar. Solo consigo bajar 87,8 Kb.

Saludos cordiales.
Rafael Pérez

In English by Google.
Hello Master Roberto.
I can not get off completely ide_30_test_12c.rar file. Just get down 87.8 Kb

Best regards.
Rafael Perez

Re: IDE UPDATE (XIIc)

Posted: Sat Nov 21, 2009 12:25 am
by fchirico
Roberto Lopez wrote:Hi All,

This update includes fixes and enhancements to the new error tracking feature.
Hola!

Roberto, solo escribo para darte las gracias por la funcionalidad de poder editar y corregir el código durante la compilación, simplemente EXCELENTE!!!

Gracias,