Search found 6068 matches: include

Return to advanced search

Re: Compilar con hmbk2 es complicado, pero...

... Source\Set_xbrowse.prg Source\Set_Mysql.prg ... mas fuentes... #RC Resource\Pruebas.rc #Includes de la aplicacion -Ic:\Herramientas\fwh2464\include #Includes propios -Ic:\Proyectos\64\MysqlFW\Include #LIBRERIAS DE FIVEWIN -Lc:\Herramientas\fwh2464\lib -lFiveH64 -lFiveHC64 -llibmariadb64 ...
by ocarjul
Fri Nov 22, 2024 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3771

Re: xImage doubt

... but confused what to do. as it are Files for Borland C++ 5.02 i do not understand how to handle it. it seems Workshop Resource Editor is include in IDE so how to start IDE ? i have read about Registry Setting for Borland C++ 5.02. do i need to change them and SET them for BCC 7 ? sorry ...
by Jimmy
Thu Nov 21, 2024 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 641

Re: Compilar con hmbk2 es complicado, pero...

... mi correo es asesormix@gmail.com el contenido del go64.bat es: set bcc=bcc7764 set path=c:\%bcc%\bin echo %path% set HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl -Ic:\%bcc%\INCLUDE\windows\sdk -Lc:\%bcc%\LIB set HB_USER_LDFLAGS=-Lc:\%bcc%\LIB;c:\%bcc%\LIB\psdk c:\harbour\bin\win\bcc64\hbmk2.exe ...
by asesormix
Tue Nov 19, 2024 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3771

Re: Crear PDF desde EasyReport

... cNombrePDF cuento con FWH 2307 pero nunca he usado EasyReport incluido en FW, será de mucha ayuda si me orientas para utilizar el de FW, que libs, include, etc etc debo incluir?. Muchas gracias, Saludos Armando, lo único que incluimos es #include "easyrep.ch" al inicio de la aplicación, ...
by leandro
Tue Nov 19, 2024 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear PDF desde EasyReport (SOLUCIONADO)
Replies: 13
Views: 331

Re: Crear PDF desde EasyReport

... cNombrePDF cuento con FWH 2307 pero nunca he usado EasyReport incluido en FW, será de mucha ayuda si me orientas para utilizar el de FW, que libs, include, etc etc debo incluir?. Muchas gracias, Saludos
by Armando
Tue Nov 19, 2024 2:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear PDF desde EasyReport (SOLUCIONADO)
Replies: 13
Views: 331

Re: Compilar con hmbk2 es complicado, pero...

... 'C:\Users\Usuario\AppData\Local\Temp\hbmk_7a3w7x.dir\test.c'... Done. hbmk2[test]: Error: Running C/C++ compiler. -1 bcc64.exe -c -q -Ic:\bcc7764\INCLUDE\windows\crtl -Ic:\bcc7764\INCLUDE\windows\sdk -Lc:\bcc7764\LIB -tWM -output-dirC:\Users\Usuario\AppData\Local\Temp\hbmk_7a3w7x.dir -Ic:\harbour\include ...
by asesormix
Tue Nov 19, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3771

Re: Most powerfull Xbrowser and PDF

hi, Please try this and provide your feedback #include "fivewin.ch"function Main()   local cPath := ".\"  // give your path   aDir  := DIRECTORY( "*.pdf" ) if use a different Path e.g. "G:\CT\" i need ...
by nageswaragunupudi
Mon Nov 18, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 808

Re: xImage doubt

hi,
alerchster wrote:in front of your rc-file
Code: Select all  Expand view  RUN
#include "..\include\WinApi.ch"

THX, that include i miss.

but still missing SS_CENTERIMAGE
XIMAGE.RC(11) : error RC2104 : undefined keyword or key name: SS_CENTERIMAGE

which i found in Winuser.H
by Jimmy
Mon Nov 18, 2024 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 641

Re: Most powerfull Xbrowser and PDF

hi, Please try this and provide your feedback #include "fivewin.ch"function Main()   local cPath := ".\"  // give your path   aDir  := DIRECTORY( "*.pdf" ) if use a different Path e.g. "G:\CT\" i need ...
by Jimmy
Mon Nov 18, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 808

Most powerfull Xbrowser and PDF

... files. I'm not able to show the pdf's like we do the jpg, bmp in browse. From a post yesterday mr. Rao had these options. Can it be converted to include the viewing of pdf's ? At this point I need a 3the party to convert the pdf to jpg for browsing large data files. Sample with XImage (from Mr. ...
by Marc Venken
Mon Nov 18, 2024 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 808

Re: icon from a .RC file

You can save it from a RES file but you can't save it from a RC file as you only have the icon name there.

The RES file does include the icon contents.
by Antonio Linares
Thu Nov 14, 2024 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: icon from a .RC file
Replies: 8
Views: 290

Re: xbrowse(autosort) + tdolphin - erro

... problem happens when there is ORDER BY in the query. I redid it below in your code, and the error occurs. Without ORDER BY, there is no error. #include "FiveWin.ch" #include "xBrowse.ch" #include "tdolphin.ch" function Main() LOCAL oForm, oServer, oQry, oBrw CONNECT ...
by MGA
Thu Nov 14, 2024 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 198

Re: twebview2

... GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST SET xhbdir=c:\xhb SET fwhdir=c:\fwh24_09 ECHO Compiling... %xhbdir%\bin\xhb %1 /n /w /p /i%fwhdir%\include;%xhbdir%\include;%xhbdir%\c_include > compiler.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILERERROR: @type compiler.log @type warnings.log ...
by russimicro
Sun Nov 10, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: twebview2
Replies: 18
Views: 651

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... by ceccarelli) and later Sbrowse (by Mercado), the real Xbrowse was used but it was part of an OZLIB package sold separately with other classes included. Then after the split between the two partners of fivetech, Linares decided to include xbrowse in the fw. I remember that xbrowse was smoother ...
by Silvio.Falconi
Tue Nov 05, 2024 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 237

Re: How to add 2d barcode to fastreport or fwh/harbour?

... csourcestr:"abcd12345" to directory cdir+"\out.bmp", 58 is 2 demention coderbar brcode . 2. implib -ae zint.lib zint.dll #include <zint.h> int load2dc(char *argv) { struct zint_symbol *my_symbol; my_symbol = ZBarcode_Create(); ZBarcode_Encode_and_Print(my_symbol, ...
by ShumingWang
Fri Nov 01, 2024 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 362
Next

Return to advanced search