Search found 32 matches: setresources

Return to advanced search

Re: c:\fwh\samples\poker\poker.prg

hi, i have try your Code-Snip and have Problem with "missing" LIB ? Error: Unresolved external '_HB_FUN_TCURSOR' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_SETRESOURCES' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_...
by Silvio.Falconi
Mon Dec 09, 2019 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c:\fwh\samples\poker\poker.prg
Replies: 19
Views: 2536

Re: c:\fwh\samples\poker\poker.prg

hi, i have try your Code-Snip and have Problem with "missing" LIB ? Error: Unresolved external '_HB_FUN_TCURSOR' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_SETRESOURCES' referenced from C:\FWH\SAMPLES\2\FWPOKER.OBJ Error: Unresolved external '_HB_FUN_T...
by Jimmy
Sun Dec 08, 2019 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c:\fwh\samples\poker\poker.prg
Replies: 19
Views: 2536

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

Re: Scripts y recursos

Manuel,

Imagino que habrás comprobado que "GETSERIE" esté dentro de "Test.Dll"

En el ejemplo TestDbg2.prg se llama dos veces a SetResources() pero no es necesario.
Con solo una vez basta.
by Antonio Linares
Thu Mar 30, 2017 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scripts y recursos
Replies: 3
Views: 475

Scripts y recursos

... no me funciona. Os dejo el ejemplo q estoy montando. #include "FiveWin.Ch" function ImportarPedidosProveedor() local oDialog msgalert( SetResources( "Test.Dll" ) ) DEFINE DIALOG oDialog RESOURCE "GETSERIE" REDEFINE BUTTON ; ID IDOK ; OF oDialog ; ACTION ( oDialog:End( ...
by manuelcalerosolis
Thu Mar 30, 2017 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scripts y recursos
Replies: 3
Views: 475

Re: xBrowse from RES. and show images from DLL ?

... GetResources()   aData := { "COPY", "CASCADE", "VISA" } // all in test.dll   SetResources( 0 )   DEFINE DIALOG oDlg RESOURCE "TEST"   REDEFINE XBROWSE oBrw ID 101 DATASOURCE aData ;  ...
by nageswaragunupudi
Fri Jul 22, 2016 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from RES. and show images from DLL ?
Replies: 9
Views: 3526

Re: xBrowse from RES. and show images from DLL ?

... }, ; { hResDLL, "FISH2" }, ; { hResDLL, "FISH3" }, ; { hResDLL, "FISH4" }, ; { hResDLL, "FISH5" } } SetResources( hSave ) // access from rc REDEFINE XBROWSE oBrw ID 110 OF oFld2:aDialogs[3] columns {1,2,3}; Array aArray sizes {140, 220, 100} LINES ...
by ukoenig
Thu Jul 21, 2016 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from RES. and show images from DLL ?
Replies: 9
Views: 3526

Re: ButtonBar display problems

... FONT oFont1 DEFINE BUTTON OF oBar PROMPT "Quit" GROUP RESOURCE "EXIT" ACTION oDlg1:End() FONT oFont1 ... ... from RESOURCE SetResources( hSave ) // RC-file DEFINE DIALOG oDlg2 RESOURCE "DPainter" BRUSH oBrush0 PIXEL ; FONT oFont1 TITLE "Test folder from RESOURCES" ...
by ukoenig
Wed Jul 20, 2016 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar display problems
Replies: 9
Views: 2947

Re: A problem TFOLDEREX tab-images from resource ?

... from DLL ... ... From RESOURCE painting the tab-images, button-images ... .... // selecting RC-file defined with < hSave := GetResources() > SetResources( hSave ) DEFINE DIALOG oDlg2 RESOURCE "DPainter" BRUSH oBrush0 PIXEL ; FONT oFont1 TITLE "Test folder from RESOURCES" ...
by ukoenig
Tue Jul 19, 2016 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
Replies: 19
Views: 5600

Re: Possible to load resources from a RC AND DLL the same time ?

hSave := GetResources()
SetResources( 0 )
// access from rc
SetResources( hSave )
// again back to DLL
by nageswaragunupudi
Wed Jul 13, 2016 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to load resources from a RC AND DLL the same time ?
Replies: 5
Views: 1131

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 11174

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... el mismo motivo que el anterior. De momento lo tengo así, a falta de buscar otra solución más límpia. 7º) He visto algunas funciones que hacian un SetResources() a ::cDllFile y luego, en ciertas circunstancias no volvía a hacer SetResources(oldresources), con lo cual me petaba mi programa al cargar ...
by Sebastián Almirón
Mon Feb 17, 2014 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36012

Re: Problem with File() function

...    MsgStop( " prev32.dll nicht gefunden, Druck kann nicht gestartet werden",;                  "Druckfehler" )         SetResources( ::hOldRes )         RETURN (nil)     else         SET RESOURCES to "prev32.dll"     endif   else     if ! File( ...
by StefanHaupt
Fri Nov 02, 2012 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with File() function
Replies: 6
Views: 1095

Re: Me marca error en la libreria libfive.a

Hola buenas tardes tengo la version Ubuntu 12.04 LTS \n \l ya instale el appt-get benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ cat /etc/issue Ubuntu 12.04 LTS \n \l benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install libgtk2.0-dev Leyendo lista de paquetes... Hecho Creand...
by benjiben143
Sat Jun 16, 2012 7:15 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Me marca error en la libreria libfive.a
Replies: 15
Views: 6108

METHOD PrintPage() CLASS TPreview

... If( nLast < nFirst .or. nLast > Len( ::oDevice:aMeta ), ; // DEVICE ( MsgBeep(),.F. ), .T.) OF oDlg oPageIni:Disable() oPageFin:Disable() SetResources( hOldRes ) ACTIVATE DIALOG oDlg ON INIT Msginfo( "H0LA" ) // Sale SOLO LA PRIMERA VEZ ? "SE MUESTRA" Decir que es una ...
by thefull
Mon Feb 27, 2012 5:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: METHOD PrintPage() CLASS TPreview
Replies: 0
Views: 640
Next

Return to advanced search