Search found 51 matches: stdlib

Return to advanced search

Re: Conectarse con mariaDB

... macOS. You can download it from the official MySQL website: https://dev.mysql.com/downloads/connector/c/ #include <stdio.h> #include <stdlib.h> #include <mysql/mysql.h> int main() { MYSQL *conn; MYSQL_RES *res; MYSQL_ROW row; // Initialize the MySQL connection conn = mysql_init(NULL); ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9901

FWH 2307 con xHarbour

... 57: Unable to open include file 'stdio.h' Error E2209 C:\xHarbour10275\include\hbdefs.h 58: Unable to open include file 'stdlib.h' Error E2209 C:\xHarbour10275\include\hbdefs.h 59: Unable to open include file 'string.h' Error E2209 C:\xHarbour10275\include\hbsetup.h 67: ...
by damianodec
Mon Oct 09, 2023 3:02 pm
 
Forum: All products support
Topic: FWH 2307 con xHarbour
Replies: 1
Views: 251

Re: Get real date from the Internet

#pragma BEGINDUMP

#include <hbapi.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

#ifdef __BORLANDC__
#include <winsock2.h>
#endif

#include <ws2tcpip.h>
by Antonio Linares
Fri Sep 30, 2022 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4466

Errors with test.mak, FW 32 bit, bcc582

... c:\harbour\include\hbdefs.h 51: Unable to open include file 'stdio.h' Error E2209 c:\harbour\include\hbdefs.h 52: Unable to open include file 'stdlib.h' Error E2209 c:\harbour\include\hbdefs.h 53: Unable to open include file 'string.h' Error E2209 c:\harbour\include\hbdefs.h 54: Unable to open ...
by FWExplorer
Fri Nov 27, 2020 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 569

Xedit con Harbour y Borland

... C:\Harbour\Include\hbdefs.h 51: Unable to open include file 'stdio.h' Error E2209 C:\Harbour\Include\hbdefs.h 52: Unable to open include file 'stdlib.h' Error E2209 C:\Harbour\Include\hbdefs.h 53: Unable to open include file 'string.h' Error E2209 C:\Harbour\Include\hbdefs.h 54: Unable to open ...
by Compuin
Sat Dec 21, 2019 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xedit con Harbour y Borland
Replies: 6
Views: 1097

Re: Ports to 485 with converter USB, please help.

... // Basic example of RS485 half duplex transmission #include <sys/ioctl.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <asm/ioctls.h> #include <errno.h> #include <termios.h> // ...
by Busmatic_wpb
Thu Feb 08, 2018 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1415

Error al compilar con xHarbour123 + BCC582 [SOLUCIONADO]

... 57: Unable to open include file 'stdio.h' Error E2209 d:\xHarbour123\INCLUDE\hbdefs.h 58: Unable to open include file 'stdlib.h' Error E2209 d:\xHarbour123\INCLUDE\hbdefs.h 59: Unable to open include file 'string.h' Error E2209 d:\xHarbour123\INCLUDE\hbsetup.h 67: Unable ...
by MarioG
Fri Nov 17, 2017 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con xHarbour123 + BCC582 [SOLUCIONADO]
Replies: 1
Views: 880

Re: Bcc73

... c:\harbour\include\hbdefs.h 53: Unable to open include file 'stdio.h ' Error E2209 c:\harbour\include\hbdefs.h 54: Unable to open include file 'stdlib. h' Error E2209 c:\harbour\include\hbdefs.h 55: Unable to open include file 'string. h' Error E2209 c:\harbour\include\hbdefs.h 56: Unable to ...
by MGA
Sun May 21, 2017 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5341

Re: Help https with the TIpClientHttp() in xHarbour

... 13: Declaration syntax error Error E2141 K:\tipssl\inetssl.h 18: Declaration syntax error Error E2303 k:\bcc70\include\windows\crtl\stdlib.h 349: Type name expected Error E2209 K:\tipssl\inetssl.h 93: Unable to open include file 'openssl/ssl.h' Error E2209 K:\tipssl\inetssl.h 94: ...
by Marco Turco
Sun Jul 03, 2016 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help https with the TIpClientHttp() in xHarbour
Replies: 4
Views: 1078

Re: Antonio, ¡estoy inquieto!

... E2209 \harbour\include\hbdefs.h 53: Unable to open include file 'stdio.h' Error E2209 \harbour\include\hbdefs.h 54: Unable to open include file 'stdlib.h' Error E2209 \harbour\include\hbdefs.h 55: Unable to open include file 'string.h' Error E2209 \harbour\include\hbdefs.h 56: Unable to open ...
by Francisco Horta
Fri Feb 20, 2015 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, ¡estoy inquieto!
Replies: 17
Views: 6161

Exportar a VCard

... de contactos, un array con los datos y el nombre del archivo. Un saludo y gracias Gabriel Aqui el código: #include <stdio.h> #include <stdlib.h> #include <string.h> int main(){ const int n_contactos=2; //Variables const char *datos[10][10]={{"javier","ruiz","garcia" ...
by Frafive
Wed Oct 15, 2014 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 4
Views: 636

Re: Visual Estudio 2012 Express Portable

... -DPNG_NO_STDIO -Fopng.obj -c ../../../png.c png.c c:\hb1\src\3rd\png\pngpriv.h(44) : fatal error C1083: No se puede abrir el archi vo incluir: 'stdlib.h': No such file or directory win-make[4]: *** [png.obj] Error 2 win-make[3]: *** [descend] Error 2 win-make[2]: *** [png] Error 2 win-make[1]: ...
by wilsongamboa
Wed Jan 29, 2014 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual Estudio 2012 Express Portable
Replies: 18
Views: 3418

SOURCE FOR IMAGE WITH *.BMP *.EMF *.GIF *.ICO *.JPG *.PNG *

... #include <gdiplus.h> #include <winuser.h> #include <wingdi.h> #include <commctrl.h> #include <olectl.h> #include <stdlib.h> #include <malloc.h> #include <memory.h> #include <tchar.h> #include <shellapi.h> #include <commdlg.h> #include ...
by HATHAL
Sun Oct 06, 2013 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cover Flow
Replies: 10
Views: 5585

Re: To Antonio: hb_free () Pointer Overflow "€"

... c:\xHarbour\include\hbdefs.h 59: Unable to open include file 'stdio.h' Error E2209 c:\xHarbour\include\hbdefs.h 60: Unable to open include file 'stdlib.h' Error E2209 c:\xHarbour\include\hbdefs.h 61: Unable to open include file 'string.h' Error E2209 c:\xHarbour\include\hbsetup.h 67: Unable to ...
by Verhoven
Mon May 06, 2013 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Antonio: hb_free () Pointer Overflow "€"
Replies: 23
Views: 4525

illegal types 'unsigned char *'

... ) ) *ptr = *ptr | mask; else *ptr = *ptr & ~mask; } } hb_retl( res ); } #include "math.h" #include "stddef.h" #include <stdlib.h> #include <stdio.h> #ifndef HUGE_VAL # define HUGE_VAL HUGE #endif /*HUGE_VAL*/ //static void ConvertToIeeeExtended(double num, char ...
by kajot
Sun Oct 23, 2011 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal types 'unsigned char *'
Replies: 0
Views: 514
Next

Return to advanced search