HMG 3.1.4

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.1.4 (Test)

Post by danielmaximiliano »

Rathinagiri wrote:In my system IDE (unicode) empties the resource file and hbc files if I open any old ANSI project.

Does anybody come across the problem?
Hola Rathi :
a mi me sucede si quiero cambiar el lenguaje o editor preferido, el IDE hace crash y emite un mensaje de error, la solucion fue con Notepad++ abrir los .INI y convertirlos a UTF-8 w/BOM se esa manera si abre el IDE sin ningun problema.
intenta abrir el archivo de recursos y convertirlo de esa manera creo quedara intacto.

Google translate :

Hi Rathi:
to me if I want to change the language or preferred editor, the IDE does crash and issues an error message, the solution was using Notepad + + open. INI and convert to UTF-8 w / BOM you that way if you open the IDE without no problem.
try to open the resource file and convert it that way I think is intact.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

Oh. Thanks a lot for your suggestion Daniel. I will check up.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

Hi,

I have checked up and even though I had converted all my source/resource files into UTF-8, I couldn't get my project compiled using 3.1.4.

Here is the whole project.
Attachments
interest.zip
(439.6 KiB) Downloaded 312 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.4 (Test)

Post by esgici »

Hi Rathi

Couldn't try;

interest.hbc and interest.rc files are already empty :(

Best regards
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

:(

Interest.hbc is actually empty. Just replace the following for interest.rc

Code: Select all

interest    ICON    interest.ico
loan        BITMAP  bank.bmp
fixeddep    BITMAP  savmoney.bmp
recur       BITMAP  piggybnk.bmp
aboutme     BITMAP  contrapn.bmp
excel       BITMAP  excel.bmp
text        BITMAP  notepad.bmp
print1      BITMAP  print.bmp
splash      BITMAP  interest3.bmp
save1       BITMAP  save1.bmp
import      BITMAP  import.bmp
calc1       BITMAP  calc1.bmp
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.4 (Test)

Post by esgici »

Hi Rathi

Tried by both (ANSI.IDE, (UNICODE.) IDE; 3.14 );

no problem encountered :arrow:

Builded and run well, .rc file not emptied 8-)

Probably you have another problem.

Did you tried "clean" install ( after uninstalled ) ?

Best regards
Viva INTERNATIONAL HMG :D
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.1.4 (Test)

Post by danielmaximiliano »

Rathinagiri wrote:Hi,

I have checked up and even though I had converted all my source/resource files into UTF-8, I couldn't get my project compiled using 3.1.4.

Here is the whole project.
Hola Rathi : el proyecto pierde el contenido del archivo de recursos, no importa si es ANSI o UTF8. como no tengo proyectos que guarde contenido en el archivo de configuracion .HBC no tengo idea si tambien sucede lo mismo....

deje abierto interest.rc dentro de Notepad++ y cuando cierro el IDE me indica que interes.rc a sido modificado por otra aplicacion, de esa manera evito el borrado del archivo de recursos. no es una buena medida pero es efectiva.

tambien me di cuenta que no se puede importar archivos dentro del IDE, me indica que no puede estar el archivo dentro de la misma carpeta del proyectos, creo una carpeta \Resources muevo los archivos ahi, selecciono uno para importarlo a #recursos# y nada.

Google Translate
Hi Rathi: the project loses the content of the resource file, whether it is ANSI or UTF8. as I have no projects to save content in the configuration file. HBC I have no idea if the same thing happens also ....

open interest.rc in Notepad + + and when I close the IDE tells me interes.rc has been modified by another application, that way I avoid the resource file deletion. not a good measurement but it is effective.

I also realized that you can not import files into the IDE tells me the file can not be within the same project folder, I create a folder \ Resources move the files there, select one for import to #resources# and nothing .
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG 3.1.4 (Test)

Post by EduardoLuis »

Hi Rati:

I've test your project "interest", and it compiles ok and of course works ok.-
I've make the test under Windows XP SP 3.-
Perhaps the conflict is with other Win versions.-
I'll test later at home under Windows 7.-
RC file preserves it's content.
With regards. Eduardo
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

So, Daniel, we face the same problem which Esgici and Eduardo are not getting. :)

Something somewhere is giving this problem.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMG 3.1.4 (Test)

Post by dhaine_adp »

Hi Rathi,

I have tested your interest switching between IDE-Unicode and IDE-ANSI but the rc file were intact. With my App I can compile them using the previous version HMG 3.0.40 and this latest one without loosing the contents of the rc file. My system is Win XP Pro SP2. In summary I cannot duplicate the problem.

Maybe it is an issue with windows platform. It appears that the rc/hbp/hbc files are being written or updated by IDE every time the project is being closed or when the IDE is terminated. My guessed is that it failed from that point.

One way to tell this problem is to check the date stamp on the interest.rc, open IDE, and compile the project. Close and then reopen and see what happened to the date stamp. Another remote possibility is that the rc file is still opened somewhere, ex.Notepad++ in background that prevents the IDE from updating the content of the rc file.

Good luck for your bug hunting and I hope I can do more for you to resolved your problem.

Regards,

Danny
Regards,

Danny
Manila, Philippines
Post Reply