Search found 14 matches: wndis

Return to advanced search

Re: New FTDN October/Octure (FWH 22.10)

... Igual que HB_MEMOWRIT( cFile, cText ) de Harbour y MEMOWRIT( cFile, cText, .F. ) de xHarbour. * Nuevas funciones wrapper para la api de windows en wndis.c GetTopWindow( [hWnd] ) --> hWnd GetForegroundWindow() --> hWnd * Mejora: Método SaveAsImage() de TWindow. Heredado por los diálogos y ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 820

New FTDN October/Octure (FWH 22.10)

... cFile, cText, .F. ) of xHarbour. * New wrapper functions to windows api GetTopWindow( [hWnd] ) --> hWnd GetForegroundWindow() --> hWnd in wndis.c * Enhancement: Method SaveAsImage() of TWindow. Inherited by dialogs and all controls. SaveAsImage( [[@]cImageFile], [aCrop], [nRectType], [lShow] ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 820

Re: Ayuda con Objeto Stream de ADO

... o Harbour 1.1.0 + fw103+bcc55 da los siguientes errores: Error: Unresolved external '_hb_storvni' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_hb_storvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_hb_storvc' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS ...
by sjingo
Wed Jul 08, 2015 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Objeto Stream de ADO (Solucionado)
Replies: 24
Views: 7763

Re: Buscando clase tdsay.ch y prg

... '_hb_storvni' referenced from C:\FWH\LIB\FIVEHC.LIB|CURSORS Error: Unresolved external '_hb_storvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_hb_storvc' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_HB_FUN_TCONTROL' referenced from ...
by jose_murugosa
Thu Mar 05, 2015 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscando clase tdsay.ch y prg
Replies: 6
Views: 1391

Re: C Struct

... the C language. With a little example you will be able to understand it and do it yourself :-) From FWH provided source code (FWH\source\winapi\wndis.c), Just place this code at the bottom of your main PRG: #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC( GETVERSION ...
by Antonio Linares
Sat Jun 21, 2014 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3491

Re: FWH 11.11 + xharbour.com + xCC

This is what I found inside wndis.c:

Code: Select all  Expand view
HB_FUNC( BORLANDC )
{
     #ifdef __BORLANDC__
      hb_retnl( __BORLANDC__ );
   #else
      hb_retnl( 0 );
   #endif  
}


EMG
by Enrico Maria Giordano
Wed Nov 30, 2011 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 14819

fwh 10.09 link error ?

... unresolved external symbol. FiveHcm.lib(FONTS.obj) : error LNK2001: _hb_storvc unresolved external symbol. ... ... ... FiveHcm.lib(WNDIS.obj) : error LNK2001: _hb_storvc unresolved external symbol. FiveHcm.lib(REGEDIT.obj) : error LNK2001: _hb_storvc unresolved external symbol. ...
by yunbg1
Tue Oct 26, 2010 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7064

Re: Checking for a Windows 64-bit

Davide... Yes, your purpose is correct, but if the application was built under 32 bits, for correct this function we changed source\winapi\wndis.c with this change applications built under 32 and 64 will show .T. Thanks... #ifdef _WIN64HB_FUNC( ISWIN64 ) // Check if Windows 64 is running{  ...
by Daniel Garcia-Gil
Sun Aug 15, 2010 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking for a Windows 64-bit
Replies: 20
Views: 6685

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

... Warning W8080 C:\fwh\source\winapi\wndcente.c 30: 'pt' is declared but never used in function HB_FUN_WNDCENTER Warning W8080 C:\fwh\source\winapi\wndis.c 293: 'dwWindowsMinorVersion' is declared but never used in function HB_FUN_ISWINNT Warning W8080 C:\fwh\source\winapi\wndis.c 318: 'dwWindowsMinorVersion' ...
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: 97061

Urgent problem with FWH 10.3 !!!!

... symbol '_hb_parvnl referenced from Fivehcm.lib(CURSORS.obj)'. xLINK: error: Unresolved external symbol '_hb_storvnl referenced from Fivehcm.lib(WNDIS.obj)'. xLINK: error: Unresolved external symbol '_hb_storvc referenced from Fivehcm.lib(WNDIS.obj)'. xLINK: error: Unresolved external symbol ...
by driessen
Wed Apr 07, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent problem with FWH 10.3 !!!!
Replies: 3
Views: 1600

Re: error upgrade from fwh7.11 to fwh9.10

... '_hb_parvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_storvni' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from C:\FWH\LIB\FIVEH.LIB|WINDOW Error: Unresolved external '_HB_FUN___DBGVMSTKLCOUNT' ...
by acwoo1
Tue Nov 10, 2009 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 5374

error upgrade from fwh7.11 to fwh9.10

... '_hb_parvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_storvni' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from C:\FWH\LIB\FIVEH.LIB|WINDOW Error: Unresolved external '_HB_FUN___DBGVMSTKLCOUNT' ...
by acwoo1
Tue Nov 10, 2009 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 5374

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: 4131

Return to advanced search