Search found 32 matches: memcpy

Return to advanced search

Problemas con nuevas versiones de xHarbour y BCC

Saludos Estimados Tengo algunos probemas al querer utilizar las nuevas versiones, ya sea de xHb o de C, primero el problema del xHb, indicare abajo hasta donde funciono Ok y desde donde empiezan los problemas: Funciona OK: FWH 24.02, xHarbour 1.2.3.10264, BCC 7.4 Da error: FWH 24.02, xHarbour 1.2.3....
by Enrrique Vertiz
Sat Mar 23, 2024 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 1541

SQLRDD - Error Compilar

Olá, ao tentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6 Usando Hbmake, esta dando o seguinte Erro: Hola, al intentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6 Usando Hbmake: está dando el siguiente error: C:\BCC76\BIN\ilink32 @makefile.lnk Turbo Incremental Link 6.98 Copyright (c) 199...
by lzanardo
Tue Nov 21, 2023 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLRDD - Error Compilar
Replies: 1
Views: 247

Re: xHarbour.org updated!

Enrico,

I'm trying to compile with the latest build of xharbour but I get this error.

Error: Unresolved external '_dv_memcpy' referenced from D:\LANG\FWH1811\XH1.3.0\LIB\HBCURL.LIB|hbcurl

Any tip? Thanks in advance!
by wartiaga
Thu Oct 05, 2023 5:07 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37542

Re: xHarbour.org updated!

Enrico: Error: Unresolved external '_dv_memcpy' referenced from C:\ROOT\SQLRDD\LIB\SQLRDD.LIB|sqlrdd1 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...
by Enrico Maria Giordano
Fri Sep 15, 2023 1:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37542

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 Total...
by karinha
Fri Sep 15, 2023 1:05 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37542

Al Compilar BCC74 64 bits me Da este error

Saludos al Forum Al compilar BCC74 64 bits me Da este error Error: Unresolved external 'hb_winmainGetInstance' referenced from K:\HARBOUR_V\HARBOUR_BCC74_64\LIB\WIN\BCC\GTWVW.A|gtwvw.o Error: Unresolved external 'hb_gt_w32_setClipboard' referenced from K:\HARBOUR_V\HARBOUR_BCC74_64\LIB\WIN\BCC\GTWVW...
by ruben Dario
Sat Oct 30, 2021 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al Compilar BCC74 64 bits me Da este error
Replies: 1
Views: 418

Saber Ip Publico

... = fopen(szPath, "r"); if( fIpHtm ) { fgets(szRead, 128, fIpHtm); Token = strrchr(szRead, ':'); Token = strtok(Token, "<"); memcpy(szRead, Token + 2, sizeof(szRead)); strcpy(cRet, szRead); return cRet; } else { return "Error."; } } else return "Error."; ...
by Busmatic_wpb
Fri Dec 07, 2018 2:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Ip Publico
Replies: 1
Views: 607

Re: TFBuffer, una clase para acelerar la escritura en ficheros

... :addDate()   :addNumber()  Saludos cordiales PD 1. Tengo una duda. Veo que la funcion Stuff() utiliza hb_xmemcpy(), que a su vez llama a la primitiva memcpy(). En cambio tu TBuffer copia byte a byte. ¿ Será suficientemente rápido el copiado caracter a caracter ...
by hmpaquito
Mon May 07, 2018 7:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFBuffer, una clase para acelerar la escritura en ficheros
Replies: 7
Views: 2233

Re: clipdefs.h 80: Multiple declaration for 'WORD'

... hb_fsWrite #define _txopen hb_fsExtOpen /* Undocumented CA-Cl*pper support functions */ #define _bset memset #define _bmove memmove #define _bcopy memcpy #define _lcopy memcpy #define _ncopyuc hb_strncpyUpper #define _ncopylc hb_strncpyLower #define _bcmp memcmp #define _bscan(p,cnt,c) memchr( ...
by Compuin
Fri Apr 14, 2017 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2012

Re: Error compiling with latest Xharbour commercial

Massimo,

Yes, better use memcpy() instead of _bcopy()
by Antonio Linares
Sat Jul 11, 2015 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2092

Re: Error compiling with latest Xharbour commercial

Hi Antonio.
I saw an old post where you said to replace _bcopy() with memcpy().
Now the program is compiled and seem to work. In some places is giving errors but a step is done.
Many thanks.
Massimo
by Massimo Linossi
Sat Jul 11, 2015 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2092

SQLRDD EVALUATION

Hi, I am trying to compile SQLRDD, but I stopped my test with these errors :| Error: Unresolved external '_dv_memcpy' referenced from C:\XHARB121\LIB\BCC\SQLBCC55.LIB|sqlrdd1 Error: Unresolved external '_hb_cdpnDup2' referenced from C:\XHARB121\LIB\BCC\SQLBCC55.LIB|sqlrdd1 Error: Unresolved external...
by sistemasit
Mon Jan 26, 2015 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLRDD EVALUATION
Replies: 7
Views: 1647

Re: fallo en hb_xfree

Aqui tambien podria faltarte añadir un byte más:

memcpy( ( void * ) cadena, ( void * ) hb_parc( 1 ), nSize + 1 );
by Antonio Linares
Fri Jul 26, 2013 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fallo en hb_xfree
Replies: 18
Views: 2329

Re: Using gmail

Hello Antonio. I've downloaded your file, and linked the cur lib_static from the lib<release folder. And there are other errors. :cry: Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib&qu...
by Massimo Linossi
Wed May 15, 2013 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using gmail
Replies: 25
Views: 15288

Re: Using gmail

Hi Antonio. In your link file there was no .lib file inside. I've tried to download a lib from win32 development. Compiling I receive now there errors. Thanks again. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"C:\xHB\lib" -L...
by Massimo Linossi
Wed May 15, 2013 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using gmail
Replies: 25
Views: 15288
Next

Return to advanced search