Search found 169 matches: extern

Return to advanced search

Re: Another for Btnbmp

...  RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/img923/8479/urcbDK.gif Nages I understood but I need the border extern of color RGB(195,195,185) as this picture https://i.postimg.cc/JnCGfM6p/hhhhh.jpg
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4960

AP_SetStatusCode

Hello friends,
I find AP_SetContentType("application/json") in apache.prg as EXTERN but I can't find

AP_SetStatusCode(200) and AP_AddHeader("Another-Header", "HeaderValue").
Are these in another part of sourcecode?
Best regards,
Otto
by Otto
Mon Feb 26, 2024 4:40 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 148

Re: FIVEWIN power - a room planer video

Otto wrote:I am starting to write the user manual for the new table planner.


How do you intend to proceed with the help files ? Extern or intern ?
by Marc Venken
Wed Nov 22, 2023 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11078

Re: Advise in Server hardware

... MB/s Gigabyte A520M K V2, 1× PCIe 3.0 ×16 (×16 Modus), 1× PCIe 3.0 ×1 1× M.2, Key M, 2280 (PCIe 3.0 ×4/SATA), 4× SATA 6 GBit/s mit RAID 0, 1, 10 Extern (I/O-Panel) 4× USB 3.2 Gen1, Typ A 2× USB 2.0 Intern (Header) 2× USB 3.2 Gen1 4× USB 2.0 1× HDMI 2.1 (2160p@60Hz) 1× D-Sub (VGA) HDCP 2.3 https://www.csl-computer.com/pc-csl-sprint-5710-ryzen-5.html ...
by Jimmy
Tue Apr 04, 2023 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1187

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Buscando en github he encontrado esto: https://github.com/alebianky/aNVIZ y ahi aparece un fichero de cabecera para C: API_EXTERN int CChex_Update(void *CchexHandle, int *DevIdx, int *Type, char *Buff, int Len); prueba asi: HB_FUNC( CCHEX_UPDATE ){   int DevIdx = hb_parni( 2...
by Antonio Linares
Fri Sep 09, 2022 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2087

Re: Learning opencv step by step

... use the cl.exe /EHsc flag cause this: "/EHsc" specifies that only standard C++ ("synchronous") exceptions will be caught, and `extern "C"` functions will not throw exceptions. This is recommended when writing portable, platform-independent code.
by Antonio Linares
Tue Dec 14, 2021 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2362

Re: Sistema Hibrido con HBNETIO y MODHARBOUR

el archivo de compilacion hbnetio.hbp es
{HB_MT='no'}-stop

hbnetio.hbc
rddads.hbc
xhb.hbc
-mt

-w3 -es2 -l

-o${hb_name}

hbnetio.prg
_console.prg
netiomgm.hb

_winsvc.prg{win}
-main=WinMain{win}
hbwin.hbc{win}

#-prgflag=-DHB_EXTERN
by wilsongamboa
Fri Sep 17, 2021 7:36 pm
 
Forum: mod_harbour
Topic: Sistema Hibrido con HBNETIO y MODHARBOUR
Replies: 19
Views: 3580

Re: OT Will you update your PC to Windows 11

... best performance booster. And it seems that this is not so good. BTW - our SERVERBOOK is very similar to this CLOUD PC. We use Zerotier to connect extern PCs to the system. Maybe you all know Zerotier if not: https://www.zerotier.com/ Connect team members from anywhere in the world on any device. ...
by Otto
Sat Sep 04, 2021 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Will you update your PC to Windows 11
Replies: 16
Views: 1413

Re: FWH64 - hb_fopen

Parece que te falte el include -> hbapifs.h que es donde esta declarado el prototipo de la función....
Está definido como
extern HB_EXPORT FILE * hb_fopen( const char *path, const char *mode );
by xmanuel
Sat Jul 03, 2021 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 - hb_fopen
Replies: 6
Views: 676

Re: Codigo QR

Como ejecutas el script ? Puedes mostrar el código ?

Es en la rutina que ejecuta el script en donde debes hacer el extern HB_ZEBRA_CREATE_QRCODE para que el símbolo esté disponible
by Antonio Linares
Sun May 16, 2021 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 947

Re: Codigo QR

Prueba a usar:

extern HB_ZEBRA_CREATE_QRCODE

al comienzo del PRG en donde la usas
by Antonio Linares
Sun May 16, 2021 9:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 947

Re: link in my own library

... https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/modharbour.hbp in apache.prg add your functions names as "extern" https://github.com/FiveTechSoft/mod_harbour/blob/master/source/apache.prg Finally run go64.bat and you will get your mod_harbour ...
by Antonio Linares
Wed Apr 14, 2021 9:08 am
 
Forum: mod_harbour
Topic: link in my own library
Replies: 4
Views: 566

Re: Mysql (Result a Array en C) solicitud de ayuda.

Antonio, que direfencia hay entre estas dos funciones? extern HB_EXPORT HB_BOOL hb_arraySetC( PHB_ITEM pArray, HB_SIZE nIndex, const char * szText ); extern HB_EXPORT HB_BOOL hb_arraySetCL( PHB_ITEM pArray, HB_SIZE nIndex, const char * szText, HB_SIZE ...
by carlos vargas
Tue Mar 02, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql (Result a Array en C) solicitud de ayuda.
Replies: 7
Views: 577

Re: Funciones C en Harbour

... la estructura interna de definición de una ventana. Harbour tiene para eso una función de tipo hb_parxx() es la hb_parptr() que esta definida así: extern HB_EXPORT void * hb_parptr( int iParam ); /* retrieve a parameter as a pointer */ Si se usa será el propio compilador el que determine la memoria ...
by xmanuel
Wed Feb 10, 2021 12:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1645

Re: AP_GETENV

Dear Otto,

> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE

To force the link of those symbols
by Antonio Linares
Mon Nov 16, 2020 7:40 am
 
Forum: mod_harbour
Topic: AP_GETENV
Replies: 2
Views: 407
Next

Return to advanced search