Search found 66 matches: arch

Return to advanced search

Re: How to implement PeekStr()

Thanks Carlos, I still don't understand what the second parameter is, but I tried both 0 and 1, and the application immediately exits. HB_ARCH_32BIT is defined in hbdefs.h, in this section #if defined( HB_OS_WIN_64 )#  define HB_ARCH_64BIT#elif ULONG_MAX > UINT_MAX && UINT_MA...
by FWExplorer
Mon Jun 15, 2020 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 1978

Re: How to implement PeekStr()

umm, HB_ARCH_32BIT I don't remember if this constant exists in harbour, you can do the test with only that part of the code, avoiding the part for 64 bits. HB_FUNC( PTRTOSTR ){   const char * * pStrs = ( const char * * ) hb_parnl( 1 );     hb_retc( * ( pStrs + hb...
by carlos vargas
Mon Jun 15, 2020 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 1978

harbour v1.x -> v.3x Error

... -iC:\harbour\include -ic:\hmg.3.4.4\HARBOUR\contrib\hbxpp -ic:\hmg.3.4.4\HARBOUR\contrib\gtwvg -iC:\harbour\contrib\hbwin -undef:.ARCH. -D__PLATFORM__WINDOWS -D__LITTLE_ENDIAN__ -D__ARCH32BIT__ Harbour 3.0.0 (Rev. 16951) Copyright (c) 1999-2011, http://harbour-project.org/ hbmk2: ...
by Jimmy
Thu Oct 17, 2019 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour v1.x -> v.3x Error
Replies: 2
Views: 502

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

... -iC:\harbour\include -ic:\hmg.3.4.4\HARBOUR\contrib\hbxpp -ic:\hmg.3.4.4\HARBOUR\contrib\gtwvg -iC:\harbour\contrib\hbwin -undef:.ARCH. -D__PLATFORM__WINDOWS -D__LITTLE_ENDIAN__ -D__ARCH32BIT__ Harbour 3.0.0 (Rev. 16951) Copyright (c) 1999-2011, http://harbour-project.org/ hbmk2: ...
by Jimmy
Thu Oct 17, 2019 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97062

Re: mod Harbour - eShop

Image
by Antonio Linares
Thu Jul 18, 2019 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour - eShop
Replies: 13
Views: 1277

Re: mod Harbour - eShop

Shridhar,

Image
by Antonio Linares
Thu Jul 18, 2019 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour - eShop
Replies: 13
Views: 1277

Re: Docker quick guide

... into it: git clone https://github.com/termux/x11-packages docker build x11-packages cd ./x11-packages ./start-builder.sh ./build-package.sh -a ${arch} ${package name}
by Antonio Linares
Fri Mar 15, 2019 9:23 pm
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1123

Impresion de imagen al tamaño de la hoja

Saludos Para evitar impresiones de imprenta, quiero imprimir una imagen JPG al tamaño de la hoja... carta u oficio ARCH_IMP_COT:='\FUNPAR\BITMAPS\LOGOSERVICIO.JPG' oPrn:SayImage(1,1,ARCH_IMP_COT,PosX(21.59,oPrn),PosY(35.29,oPrn)) o bien ARCH_IMP_COT:='\FUNPAR\BITMAPS\LOGOSERVICIO.JPG' oPrn:Cmtr2Pix(...
by noe aburto
Tue Dec 11, 2018 10:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion de imagen al tamaño de la hoja
Replies: 1
Views: 393

Re: CONEXION A UN RELOG DE ASISTENCIA Y LEER DATOS

generalmente estos dispositivos entregan una archivo de texto con la información de marcaje algo asi como el siguiente ejemplo: r0120160815001.dat -> RELOJ 01 día 15/08/2016 arch 001 # Estructura interna # IN0005201608151355 -> IN = INGRESO ...
by armando.lagunas
Thu Apr 19, 2018 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION A UN RELOG DE ASISTENCIA Y LEER DATOS
Replies: 5
Views: 1275

Re: SSE2 instruction set problem

... find any filename.* file in the harbour sources > I think the solution is a new Harbour_vsc2017_32bits_20170325.zip that is made by using /arch compiler option. You call pull the Harbour sources from 2017/03/25 from Github
by Antonio Linares
Mon Mar 19, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 966

Re: SSE2 instruction set problem

... '1600' doesn't match value '1900' in [filename].OBJ. I think the solution is a new Harbour_vsc2017_32bits_20170325.zip that is made by using /arch compiler option. What do you think about it? Thank you, Joszif
by Joszif
Mon Mar 19, 2018 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 966

SSE2 instruction set problem

... these Harbour lib files, so that they will not contain commands of SSE/SSE2 instruction sets. The Visual Studio compiler have a cl.exe option: /arch, that could be used ( https://msdn.microsoft.com/en-us/library/7t5yh4fd.aspx ), but we haven't got the source of the Harbour lib ...
by Joszif
Mon Mar 19, 2018 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 966

Re: Building Harbour 3.4 for BCC outside MSYS

... -iC:\Program Files\Embarcadero\Studio\18.0\Include\windows\sdk -ic:\harbour\include -ic:\fwh\include -undef:.ARCH. -D__PLATFORM__WINDOWS -D__LITTLE_ENDIAN__ -D__ARCH32BIT__ Harbour 3.2.0dev (r1703231115) Copyright (c) 1999-2016, http://harbour-project.org/ ...
by byte-one
Fri Dec 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17168
Next

Return to advanced search