Search found 9 matches: enddoc

Return to advanced search

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19737

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

... line 192: #include C:\Harbour_dev\BCC\Include\wingdi.h Warning W8017 C:\Harbour_dev\BCC\Include\wingdi.h 289: Redefinition of 'ENDDOC' is not identical + Full parser context + C:\fwh\source\winapi\printdc.c, line 6: #include C:\Harbour_dev\BCC\Include\Windows.h + C:\Harbour_dev\BCC\Include\Windows.h, ...
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: 97062

Re: preview alpha 2

... GetEnhMetaFile( aFiles[ nFor ] ) PlayEnhMetaFile( oDevice:hDC, hMeta,, .t. ) DeleteEnhMetafile( hMeta ) #endif EndPage( oDevice:hDC ) next endcase EndDoc( oDevice:hDC ) CursorArrow() if oDlg != nil oDlg:End() endif return nil //----------------------------------------------------------------------------// ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2030

Re: GetPrintDC()

... := GetEnhMetaFile(aFiles[nFor]) PlayEnhMetaFile( oDevice:hDC, hMeta,, .t. ) DeleteEnhMetafile(hMeta) #endif EndPage(oDevice:hDC) NEXT endcase EndDoc(oDevice:hDC) CursorArrow() if oDlg != nil oDlg:End() endif return nil //----------------------------------------------------------------------------// ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2704

PARA ANTONIO LINARES

... METHOD End() CLASS TPrinter local n:=0, cDirSaveMF:=".\METAFILE" // Sin "" al final. FranciscoA if ::hDC != 0 if ! ::lMeta if ::lStarted EndDoc(::hDC) endif else //** FranciscoA //Para guardar el .EMF recien creado, o que no lo borre cuando es cargado desde disco. IF UPPER(::cDocument) ...
by FranciscoA
Thu Oct 30, 2008 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar y abrir Metafile SOLUCIONADO
Replies: 8
Views: 3118

samples\testprn3.prg da el siguiente error: Application Exception - C:\prueba\IMPRESION\TESTPRN3.exe Terminated at: 2008.07.09 18:56:58 Called from ENDDOC(0) Called from TPREVIEW:PRINTPRV(0) Called from TPREVIEW:PRINTPAGE(0) Called from (b)BUILDBUTTONBAR(0) Called from TBTNBMP:CLICK(0) Called from ...
by MOISES
Wed Jul 09, 2008 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al imprimir. Urgente
Replies: 13
Views: 2011

... := GetEnhMetaFile(aFiles[nFor]) PlayEnhMetaFile( oDevice:hDC, hMeta,, .t. ) DeleteEnhMetafile(hMeta) #endif EndPage(oDevice:hDC) NEXT endcase EndDoc(oDevice:hDC) CursorArrow() if oDlg != nil oDlg:End() endif return nil //----------------------------------------------------------------------------// ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3361

FW-Applik. running under wine-emulator in Linux

I run my applikations under wine-emulator in linux very fine. But when i make a PrinterESC( oVRD:oPrn:hDCOut, &cSchacht1 )-function-call, i became a error-msg in linux-console : fixme:psdrv:PSDRV_EndDoc hJob==0, Now What? Under windows all work without any problems. Have anybody see this message...
by walter
Mon Jan 23, 2006 5:19 am
 
Forum: FiveWin for CA-Clipper
Topic: FW-Applik. running under wine-emulator in Linux
Replies: 5
Views: 1677

Return to advanced search