Use inkey.ch or i_keydb.ch in hmg.ch ???

HMG en Español

Moderator: Rathinagiri

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

Use inkey.ch or i_keydb.ch in hmg.ch ???

Post by danielmaximiliano »

Hola:
tengo una duda, siempre he usado inkey.ch en mis aplicaciones.
pero me encuentro que algunas cosas cambiaron
en hmg.chla tecla Escape es asi

Code: Select all

#define VK_ESCAPE	27
pero en inkey.ch

Code: Select all

#define K_ESC                   27    /*   Esc, Ctrl-[                   */
cual usar en mis aplicaciones de consola.
PD: en algun lado vi un listado de codigos de caracteres pero no recuerdo donde

Hi I have a question, I have always used inkey.ch in my applications.
but I find that some things have changed
on the escape key hmg.ch is so

# define VK_ESCAPE 27

but inkey.ch
# define K_ESC 27 / * Esc, Ctrl-[* /

which one to use in my console applications
Pd: I saw somewhere a list of character codes but can not remember where
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply