Search found 27 matches: keybrd

Return to advanced search

Re: New Fwh 11.10 and TFolderEx error

Mr Rimantas For now you please do it. Please insert those lines just above HB_FUNC( SENDKEY ) in the module \fwh\source\winapi\keybrd.c The fix will be included in the next release / revised build. I want to make more accurate . From this - fivehgc.lib(KEYBRD.o):KEYBRD.C:(.text+0x287): ...
by Rimantas
Thu Nov 03, 2011 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.10 and TFolderEx error
Replies: 12
Views: 2544

Re: New Fwh 11.10 and TFolderEx error

Mr Rimantas

For now you please do it.

Please insert those lines just above
HB_FUNC( SENDKEY )
in the module \fwh\source\winapi\keybrd.c

The fix will be included in the next release / revised build.
by nageswaragunupudi
Thu Nov 03, 2011 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.10 and TFolderEx error
Replies: 12
Views: 2544

Re: New Fwh 11.10 and TFolderEx error

Antonio Linares wrote:These lines are required in source/winapi/keybrd.c
Code: Select all  Expand view
#ifdef __GNUC__
   WINBASEAPI UINT WINAPI SendInput( UINT nInputs, LPINPUT pInputs, int cbSize );
#endif
HB_FUNC( SENDKEY )
...
 


Hello Antonio ,

I didn't understand - I must to do this changes ?

Regards !
by Rimantas
Thu Nov 03, 2011 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.10 and TFolderEx error
Replies: 12
Views: 2544

Re: New Fwh 11.10 and TFolderEx error

Rimantas,

These lines are required in source/winapi/keybrd.c

Code: Select all  Expand view
#ifdef __GNUC__
   WINBASEAPI UINT WINAPI SendInput( UINT nInputs, LPINPUT pInputs, int cbSize );
#endif

HB_FUNC( SENDKEY )
...
 
by Antonio Linares
Wed Nov 02, 2011 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.10 and TFolderEx error
Replies: 12
Views: 2544

New Fwh 11.10 and TFolderEx error

... preprocessed output to 'testfx1.ppo'... Lines 4248, Functions/Procedures 5 Generating C source output to 'testfx1.c'... Done. .\..\lib/fivehgc.lib(KEYBRD.o):KEYBRD.C:(.text+0x287): undefined reference to `S endInput' collect2: ld returned 1 exit status * Link errors * With best regards !
by Rimantas
Wed Nov 02, 2011 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.10 and TFolderEx error
Replies: 12
Views: 2544

Re: Copy/Paste

... When I recompile with the libs you sent, I get the following: xLINK: error: Unresolved external symbol '_SendInput referenced from Fivehcm.lib(KEYBRD.obj)'. Best regards, Pete Gale, I'm using FW 11.09 & xHarbour Commercial June 2010 (Tried September release but customers complained that ...
by PeterHarmes
Tue Oct 18, 2011 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy/Paste
Replies: 29
Views: 6315

Re: Auto selectable menu.

Add to source keybrd.c the function CLIPPER __PUTACCKEY( PARAMS ){   int vKeyAcc = _parni( 1 ), vKey = _parni( 2 );      PostVirtualKeyEvent( vKeyAcc, FALSE );   PostVirtualKeyEvent( vKey, ...
by MaxP
Mon Jul 04, 2011 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Auto selectable menu.
Replies: 5
Views: 822

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... used Warning W8060 C:\fwh\source\winapi\imagelis.c 81: Possibly incorrect assignment in function InitImageList Warning W8060 C:\fwh\source\winapi\keybrd.c 83: Possibly incorrect assignment in function HB_FUN____KEYBOARD Warning W8057 C:\fwh\source\winapi\libmain.c 12: Parameter 'hInstance' is ...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 101348

Parece que te está enlazando la de Clipper y no la de FW

El codigo de la función está en source\winapi\keybrd.c , prueba a llamarla de otra manera y compila el fichero C de nuevo
by Antonio Linares
Wed Feb 07, 2007 9:44 am
 
Forum: FiveWin para CA-Clipper
Topic: Activar Insert
Replies: 3
Views: 1280

Antonio Linares wrote:William,

Revisa el código fuente de FWH ___KEYBOARD() en source\winapi\keybrd.c y verás como modificarlo facilmente para pasarle VK_CONTROL.


Gracias
by wmormar
Wed Dec 06, 2006 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: __Keyboard
Replies: 2
Views: 824

William,

Revisa el código fuente de FWH ___KEYBOARD() en source\winapi\keybrd.c y verás como modificarlo facilmente para pasarle VK_CONTROL.
by Antonio Linares
Wed Dec 06, 2006 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: __Keyboard
Replies: 2
Views: 824

Error de Proteccion General.

Una aplicacion me da aleatoriamente error de proteccion general en la direccion 001A:5EDE. Antonio me dijo que generara el fichero MAP para revisarlo y ver el posible fallo, asi lo he hecho pero no entiendo su significado, si alguien pudiera ayudarme se lo agradeceria mucho. Gracias. Saludos. Nota.-...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4254
Previous

Return to advanced search