IDE proyecto nuevo

HMG en Español

Moderator: Rathinagiri

User avatar
tonton2
Posts: 484
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: IDE proyecto nuevo

Post by tonton2 »

Bonsoir, voici le code source de "l'IDE" que nous a remis le Dr. Claudio Sotto, jai essayé de le compiler mais en Vain, peut etre qu'il vous sera utile
Attachments
HMG_IDE_SourceCode.rar
(251.5 KiB) Downloaded 9 times
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
User avatar
danielmaximiliano
Posts: 2681
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: IDE proyecto nuevo

Post by danielmaximiliano »

ASESORMIX wrote: Mon May 04, 2026 11:42 am Gracias Daniel.
Lo descargué, lo revisé y resurgieron en mi algunas ideas que tengo desde hace algún tiempo.
Me gusta esta aplicación.
Quiero contribuir con esas ideas.
Por ahora estoy ocupado en otros proyectos.
Cuando tenga holgura en tiempo le dedico.
Gracias !!! use el Grupo en Whatsapp para que vean sus ideas asi no ensuciamos de comentarios aqui..
https://chat.whatsapp.com/KXKs0z2epjD1OGEMbgPhft
Last edited by danielmaximiliano on Tue May 05, 2026 4:43 pm, edited 1 time in total.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2681
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: IDE proyecto nuevo

Post by danielmaximiliano »

Hola a todos de nuevo !!!

estuve estos dias haciendo limpieza de codigo y funciones duplicadas que hacian lo mismo.
pero ahora estoy luchando porque no puedo utilizar el config.ini que permite comenzar a trabajar con el ultimo proyecto abierto asi no hay necesidad de cargarlo ya que se tiene que hacer automaticamente al Tildar en el CheckBox .
tampoco puede hacer funcionar que guarde el idioma del IDE para que use el menu con su idioma natal por el usuario :roll:
bueno ire corrigiendo a medida que vaya completando el proyecto.. espero les guste

Hello everyone again!!!

I've spent the last few days cleaning up code and removing duplicate functions that did the same thing.

But now I'm struggling because I can't use the config.ini file that allows me to start working with the last opened project, so there's no need to load it manually, since it should be done automatically when the checkbox is checked.
I also can't get it to work so that the IDE language is saved and the menu uses the user's native language. :roll: Well, I'll fix it as I complete the project... I hope you like it.

Sources :



Coming soon: DOM-Based Form Editor (faster and more efficient than conventional code and Hashing)
Last edited by danielmaximiliano on Mon May 11, 2026 6:28 pm, edited 1 time in total.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
serge_girard
Posts: 3392
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: IDE proyecto nuevo

Post by serge_girard »

Great Work Daniel !
There's nothing you can do that can't be done...
User avatar
quartz565
Posts: 674
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: IDE proyecto nuevo

Post by quartz565 »

Thanks Daniel !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
RPC
Posts: 312
Joined: Fri Feb 10, 2017 4:12 am
DBs Used: DBF

Re: IDE proyecto nuevo

Post by RPC »

tonton2 wrote: Mon May 04, 2026 8:37 pm Bonsoir, voici le code source de "l'IDE" que nous a remis le Dr. Claudio Sotto, jai essayé de le compiler mais en Vain, peut etre qu'il vous sera utile
Thanks tonton2
RPC
Posts: 312
Joined: Fri Feb 10, 2017 4:12 am
DBs Used: DBF

Re: IDE proyecto nuevo

Post by RPC »

danielmaximiliano wrote: Tue May 05, 2026 4:37 pm Hola a todos de nuevo !!!

estuve estos dias haciendo limpieza de codigo y funciones duplicadas que hacian lo mismo.
pero ahora estoy luchando porque no puedo utilizar el config.ini que permite comenzar a trabajar con el ultimo proyecto abierto asi no hay necesidad de cargarlo ya que se tiene que hacer automaticamente al Tildar en el CheckBox .
tampoco puede hacer funcionar que guarde el idioma del IDE para que use el menu con su idioma natal por el usuario :roll:
bueno ire corrigiendo a medida que vaya completando el proyecto.. espero les guste

Hello everyone again!!!

I've spent the last few days cleaning up code and removing duplicate functions that did the same thing.

But now I'm struggling because I can't use the config.ini file that allows me to start working with the last opened project, so there's no need to load it manually, since it should be done automatically when the checkbox is checked.
I also can't get it to work so that the IDE language is saved and the menu uses the user's native language. :roll: Well, I'll fix it as I complete the project... I hope you like it.

Sources :

IDEunicodev05.rar

Coming soon: DOM-Based Form Editor (faster and more efficient than conventional code and Hashing)
Hi I tried to compile your IDE program but am getting following error.

hbmk2: Linking... IDEunicode_v05.exe
c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/bin/ld.exe: warning: resolving _GetKeyState by linking to _GetKeyState@4
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
`_GetKeyState' referenced in section `.text' of .hbmk/win/mingw/Funciones.o: defined in discarded section `.text' of c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/lib/../lib\libuser32.a(dgjqs00342.o)
`_GetKeyState' referenced in section `.text' of .hbmk/win/mingw/Funciones.o: defined in discarded section `.text' of c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/lib/../lib\libuser32.a(dgjqs00342.o)
collect2.exe: error: ld returned 1 exit status
hbmk2[IDEunicode_v05]: Error: Running linker. 1
gcc.exe .hbmk/win/mingw/Main.o .hbmk/win/mingw/Console.o .hbmk/win/mingw/Dom.o .hbmk/win/mingw/DomSemantic.o .hbmk/win/mingw/Event.o .hbmk/win/mingw/Funciones.o .hbmk/win/mingw/Language.o .hbmk/win/mingw/Sintaxis.o .hbmk/win/mingw/Window.o .hbmk/win/mingw/_hbmkaut_Main.o C:/Users/rpcch/Downloads/IDEunicodev05/IDEunicodev05/_temp.o -pthread -static-libgcc -static-libstdc++ -static -lpthread -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lmsvfw32 -lvfw32 -lhbmysql -lmysql -lhbfimage -lhbpgsql -lsddmy -lhbvpdf -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbtip -lsqlite3 -lhbsqlit3 -lsddodbc -lrddsql -lhbodbc -lodbc32 -lhbhpdf -lhbnetio -lxhb -lpng -llibhpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lwinmm -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oIDEunicode_v05.exe -LC:/HMG.3.5/harbour/lib/win/mingw -LC:/HMG.3.5/lib


Can you pls help resolve it.
Thanks
RPC
User avatar
danielmaximiliano
Posts: 2681
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: IDE proyecto nuevo

Post by danielmaximiliano »

Hola a todos: Ya mas o menos esta estable la version v0.10 del IDE, faltan correcciones minusculas sobre UNICODE en el editor interno

recuerden que se debe compilar con el IDE de Roberto Lopez (Unicode por Claudio Soto.)
en C:\Temp\xxxxxx
y que la carpeta tenga permisos de escritura
por ahora esta en base experimental hasta descubrir posibles errores..


Captura de pantalla 2026-05-11 125049.png
Captura de pantalla 2026-05-11 125049.png (178.81 KiB) Viewed 125 times
IDEunicodev10.rar
(261.26 KiB) Downloaded 16 times
Last edited by danielmaximiliano on Mon May 11, 2026 4:03 pm, edited 1 time in total.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
RPC
Posts: 312
Joined: Fri Feb 10, 2017 4:12 am
DBs Used: DBF

Re: IDE proyecto nuevo

Post by RPC »

Thanks for the reply.
I am able to compile ver 0.10 successfully and have also created new project.
Now how do I open *.prg file in editor and edit it and then compile it ?
RPC
Posts: 312
Joined: Fri Feb 10, 2017 4:12 am
DBs Used: DBF

Re: IDE proyecto nuevo

Post by RPC »

Hi
I am getting following error on compilation
***
gcc: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory
compilation terminated.
windres: preprocessing failed.
Harbour 3.2.0dev (r2304211101)
Copyright (c) 1999-2023, https://harbour.github.io/
gcc.exe: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory
compilation terminated.
hbmk2[process_CN_PDF]: Error: Running C/C++ compiler. 1
gcc.exe -c -O3 -W -Wall -pipe -IC:/hmg.3.6/harbour64/include -I../../../../Downloads/IDEunicodev10 -IC:/hmg.3.6/include -IC:/hmg.3.6/harbour64/contrib/hbmysql C:/Users/rpcch/AppData/Local/Temp/hbmk_cvas83.dir/process_CN_PDF.c C:/Users/rpcch/AppData/Local/Temp/hbmk_4cwdmp.c

***
Pls resolve,
Thanks
Post Reply