IDE UPDATE (XIIc)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

IDE UPDATE (XIIc)

Post by Roberto Lopez »

Hi All,

This update includes fixes and enhancements to the new error tracking feature.
Attachments
ide_30_test_12c.rar
(821.25 KiB) Downloaded 445 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: IDE UPDATE (XIIc)

Post 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
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE UPDATE (XIIc)

Post 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!!!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: IDE UPDATE (XIIc)

Post 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
With best regards,
Sudip
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: IDE UPDATE (XIIc)

Post 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
With best regards,
Sudip
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE UPDATE (XIIc)

Post by mol »

Super work, Roberto!
In the titlebar of IDE XIIc message "IDE XIIb" appears.

Marek
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE UPDATE (XIIc)

Post 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
nassausky
Posts: 21
Joined: Wed Nov 18, 2009 4:41 pm

Re: IDE UPDATE (XIIc)

Post 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.
_________________
Sincerely,

Mike
arroya2
Posts: 172
Joined: Thu Aug 06, 2009 7:16 am

Re: IDE UPDATE (XIIc)

Post 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
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: IDE UPDATE (XIIc)

Post 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,
Saludos, Fernando Chirico.
Post Reply