Search found 209 matches: const

Return to advanced search

Re: come recuperare il codice fivewin da .c file

You can try it using chatgpt: recover the original PRG code from this pcode: HB_FUNC( APRIDBCONPASSWORD ) { static const BYTE pcode[] = { HB_P_FRAME, 0, 2, /* locals, params */ /* 00003 */ HB_P_BASELINE, 138, 0, /* 138 */ HB_P_PUSHLOCALNEAR, 2, /* PASSWORD */ HB_P_PUSHNIL, HB_P_EXACTLYEQUAL, ...
by Antonio Linares
Mon Feb 12, 2024 9:55 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 440

Re: Conectarse con mariaDB

... *conn; MYSQL_RES *res; MYSQL_ROW row; // Initialize the MySQL connection conn = mysql_init(NULL); // Replace these with your MySQL server details const char *host = "localhost"; const char *user = "your_username"; const char *password = "your_password"; const char ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9880

Re: Using Microsoft AI Phi-2 from FWH

... 6>F:\llama.cpp\examples\simple\simple.cpp(64,48): error C2065: "new_token_id": nichtdeklarierter Bezeichner I guess it is this line: const llama_token new_token_id = llama_sample_token_greedy(ctx, &candidates_p); I have it here at line 122, how is it possible that you have it ...
by Antonio Linares
Fri Dec 22, 2023 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8198

Re: Using Microsoft AI Phi-2 from FWH

... möglich 5>F:\llama.cpp\common\sampling.cpp(75,20): warning C4267: "Initialisierung": Konvertierung von "size_t" nach "const int", Datenverlust möglich 5>console.cpp 5>F:\llama.cpp\common\console.cpp(253,30): warning C4267: "Initialisierung": Konvertierung ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8198

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... podido probar con xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826) por que con ambas versiones genera este error Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from E:\TOOLS\XHARBOUR_BCC74A\LIB\HBZIP.LIB|zipplatform Estimado Carlos, puede mostrar un pequeno PRG de ejemplo? ...
by CARLOS ATUNCAR
Tue Oct 31, 2023 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1675

Re: xHarbour.org updated!

karinha wrote:Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform


Fixed. Try with the new version 10275.
by Enrico Maria Giordano
Fri Sep 15, 2023 2:21 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37390

Re: xHarbour.org updated!

... What is SQLRDD.LIB? There is no such library in the official xHarbour distribution. Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform Yes, I'm already working on it.
by Enrico Maria Giordano
Fri Sep 15, 2023 1:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37390

Re: xHarbour.org updated!

Enrico: Error: Unresolved external '_dv_memcpy' referenced from C:\ROOT\SQLRDD\LIB\SQLRDD.LIB|sqlrdd1 Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform 0 Files, 0 Warnings, 3 Errors Compile time: 0.00s Link time: 1.29s ...
by karinha
Fri Sep 15, 2023 1:05 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37390

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... podido probar con xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826) por que con ambas versiones genera este error Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from E:\TOOLS\XHARBOUR_BCC74A\LIB\HBZIP.LIB|zipplatform Estimado Carlos, puede mostrar un pequeno PRG de ejemplo? ...
by Enrico Maria Giordano
Thu Sep 14, 2023 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1675

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... podido probar con xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826) por que con ambas versiones genera este error Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from E:\TOOLS\XHARBOUR_BCC74A\LIB\HBZIP.LIB|zipplatform
by CARLOS ATUNCAR
Wed Sep 13, 2023 10:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1675

Re: Small Question about Word and FWH

... the documentation and resources specific to your development environment for guidance on inter-process communication and exposing APIs. Public Const WM_COPYDATA As Integer = &H4A Private Sub CheckJWordDocumentState() ' Find the handle of Application 1 Dim hWnd As IntPtr = FindWindow(Nothing, ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1149

Re: FiveDBU 64 Bit ?

... _to_file". Hinweis zu Symbolen, die definiert wurden und möglicherweise übereinstimmen: "void __cdecl nxs_crypt(unsigned char const *,unsigned long,unsigned char const *,unsigned long,unsigned char *)" (? nxs_crypt@@YAXPBEK0KPAE@Z) fivedbu.exe : fatal error LNK1120: 1 ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 740

Re: FiveDBU 64 Bit ?

... _to_file". Hinweis zu Symbolen, die definiert wurden und möglicherweise übereinstimmen: "void __cdecl nxs_crypt(unsigned char const *,unsigned long,unsigned char const *,unsigned long,unsigned char *)" (? nxs_crypt@@YAXPBEK0KPAE@Z) fivedbu.exe : fatal error LNK1120: 1 ...
by Jimmy
Sun Apr 16, 2023 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 740

Re: Callback Server

... using HTTP requests. Here's an example of how to send an SMS message using the Synology DSM SMS API using JavaScript: javascript Copy code const axios = require('axios'); const nasIpAddress = 'NAS_IP_ADDRESS'; const port = 'PORT_NUMBER'; const username = 'YOUR_USERNAME'; const password ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 659

different Warning using BCC7 32 Bit / MSVC 64 Bit

... "default-int" wird von C nicht mehr unterstützt. HB_FUNC.PRG(136): warning C4090: "Initialisierung": Unterschiedliche "const"-Qualifizierer who can help me to "fix" both Version #pragma begindump#include <windows.h>#include <winioctl.h>#include ...
by Jimmy
Thu Dec 15, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 420
Next

Return to advanced search