Search found 19 matches: printwindow

Return to advanced search

Re: problem with FWH 17.12

Kajot,

Please check that you are using this xfw.lib as this one does contain PrintWindow:

viewtopic.php?f=17&t=34890&p=207453&hilit=xfw#p207449
by Antonio Linares
Mon Feb 05, 2018 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 17.12
Replies: 1
Views: 701

problem with FWH 17.12

when I compile simple prg XHB.COM /v.17.05/ and FWH/v.17.12/ get error Type: C >>>xhb.exe -o"get.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "get.prg"<<< xHarbour 1.2.3 Intl. (SimpLex) (Build 20170312) Copyrigh...
by kajot
Sat Feb 03, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 17.12
Replies: 1
Views: 701

Re: New FWH 17.09

Antonio,

I got an error when building my application with xHarbour Builder.
The error : Unresolved external symbol '_PrintWindow referenced from FiveHCM.lib (Ribbon.obj)'.
What can I do to solve this problem?

Thanks.
by driessen
Thu Oct 05, 2017 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.09
Replies: 3
Views: 894

Re: Daniel Garcia - capturar la imagen de la pantalla - win 7

... ver esta situacion colocando el dialogo fuera del area de la ventana prinicpal y usa SaveToBmp(). En el api de window despues se hizo la funcion PrintWindow para trabajar de forma igual con cada thema, te dejo una funcion un ejemplo que lo veas funcionando y trabaja igual en cada caso #include ...
by Daniel Garcia-Gil
Wed Jul 21, 2010 12:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Daniel Garcia - capturar la imagen de la pantalla - win 7
Replies: 6
Views: 2652

Re: Get Transparent

#pragma BEGINDUMP #include <windows.h> typedef BOOL ( FAR PASCAL * LPPRINTWINDOW )( HWND hWnd, HDC hDC, UINT nFlags ); BOOL WINAPI PrintWindow( HWND hWnd, HDC hDC, UINT uiFlags ) { LPPRINTWINDOW pPW; HINSTANCE hDLL = LoadLibrary( "user32.dll" ); BOOL bResult = FALSE; if( hDLL ...
by lailton.webmaster
Thu Sep 10, 2009 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Transparent ( Solved )
Replies: 11
Views: 2298

Re: Get Transparent

Itry compile using FWH 907

more give me this error when compile.
Error: Unresolved external 'PrintWindow' referenced from c:\fwh907\lib\fivehc.lib|Ribbon

:(

i want that this work in fwh902 because i have others libs that need xharbour 1.1.0 :)

thanks
by lailton.webmaster
Thu Sep 10, 2009 2:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Transparent ( Solved )
Replies: 11
Views: 2298

Re: Error: Unresolved external 'PrintWindow' referenced from

Gracias a los dos, funciona perfecto.
by fespinoza
Mon Aug 31, 2009 3:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external 'PrintWindow' referenced from
Replies: 3
Views: 402

Re: Error: Unresolved external 'PrintWindow' referenced from

... BEGINDUMP#include <windows.h>typedef BOOL ( FAR PASCAL * LPPRINTWINDOW )( HWND hWnd, HDC hDC, UINT nFlags );BOOL WINAPI PrintWindow( HWND hWnd, HDC hDC, UINT uiFlags ){   LPPRINTWINDOW pPW;    HINSTANCE hDLL = LoadLibrary( "user32.dll" );  ...
by Antonio Linares
Sat Aug 29, 2009 7:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external 'PrintWindow' referenced from
Replies: 3
Views: 402

Re: Error: Unresolved external 'PrintWindow' referenced from

Fernando:

Me parece que te hace falta enlazar la lib USER32.LIb que encuentras en
x:\FWH907\LIB

Saludos
by Armando
Sat Aug 29, 2009 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external 'PrintWindow' referenced from
Replies: 3
Views: 402

Error: Unresolved external 'PrintWindow' referenced from

... incluir un control TTitle, agregue el control y comando con el include, pero me sale el siguiente Error al enlazar: Error: Unresolved external 'PrintWindow' referenced fromC:\FWH907\LIB\FIVEHC.LIB|RIBBON  Entiendo que me faltará enlazar alguna librería, pero no atino a descifrar cual es. ...
by fespinoza
Sat Aug 29, 2009 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external 'PrintWindow' referenced from
Replies: 3
Views: 402

Re: FWH 9.07 - problem with windows 2000

... code #pragma BEGINDUMP #include <windows.h> typedef BOOL ( FAR PASCAL * LPPRINTWINDOW )( HWND hWnd, HDC hDC, UINT nFlags ); BOOL WINAPI PrintWindow( HWND hWnd, HDC hDC, UINT uiFlags ) { LPPRINTWINDOW pPW; HINSTANCE hDLL = LoadLibrary( "user32.dll" ); BOOL bResult = FALSE; if( ...
by Marco Turco
Sat Aug 29, 2009 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 9.07 - problem with windows 2000
Replies: 4
Views: 651

FWH 9.07 - problem with windows 2000

... me that my app (xHarbour+ FWH9.07) doesn't runs under windows 2000. The error message at startup is "Impossibile trovare il punto di ingresso PrintWindow della procedura nella libreria a collegamento dinamico USER32.DLL" in english "Unable to find the starting point PrintWindow of ...
by Marco Turco
Sat Aug 29, 2009 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 9.07 - problem with windows 2000
Replies: 4
Views: 651

Re: New FTDN August/Agosto 2009 (9.08)

... TRibbon no debería devolver cero ( o no se llamará al comportamiento por defecto de Windows). * Mejora: Se enlaza la función del API de Windows PrintWindow() dinámicamente, así que ahora no se necesita enlazar user32.lib para construir aplicaciones. * Mejora: Se han modificado los ficheros por ...
by Antonio Linares
Wed Aug 26, 2009 6:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2009 (9.08)
Replies: 1
Views: 1695

New FTDN August/Agosto 2009 (9.08)

... * Enhancement: Class TRibbon Method Destroy() should not return zero (or Windows default behavior is not invoked). * Enhancement: WINAPI function PrintWindow() is linked dynamically, so now user32.lib is NO longer required to be linked to build applications. * Enhancement: samples\buildh.bat and ...
by Antonio Linares
Tue Aug 25, 2009 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2009 (9.08)
Replies: 1
Views: 1695

Erro com 9.07

Olá Antonio, Ao compilar o sample\ribbon.prg me é gerado este erro: Error: Unresolved external 'PrintWindow' referenced from C:\FWH\LIB\FIVEHC.LIB|RIBBON * Linking errors * Eu tentei inserir isto em meu script de compilação mas nao adiantou: echo %bcdir%\lib\psdk\user32.lib ...
by Rossine
Fri Aug 14, 2009 7:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro com 9.07
Replies: 28
Views: 9136
Next

Return to advanced search