Search found 20 matches: bcopy

Return to advanced search

Re: Error al compilar

Hola! ALTAGEN.c: Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '__bcopy' referenced from C:\CANAL532\LIB\XC5H.LIB|c5cnew Error: Unresolved external '_hb_stackST' referenced from C:\CANAL532\LIB\XC5H.LIB|c5cnew Laurel Hola laurel viendo los errores, parece se...
by jvtecheto
Fri Mar 20, 2020 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar
Replies: 5
Views: 893

Error al compilar

Hola! Estoy migrando a la versión FiveWin for xHarbour 19.09 me genera el siguiente error: Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland ALTAGEN.c: Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '__bcopy' referenced from C:\CANAL532\LIB\XC5H.LIB|...
by Laurel
Thu Mar 19, 2020 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar
Replies: 5
Views: 893

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

/* * $Id: hbundoc.api 14673 2010-06-03 14:48:23Z vszakats $ */ /* * Harbour Project source code: * Compatibility header file for undocumented C API functions * * Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can re...
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

Re: Error compiling with latest Xharbour commercial

Hello Antonio. Some errors went away. Now I have another one, from the same source. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2092

Re: Error compiling with latest Xharbour commercial

Massimo, In line 1309 please change this: LPCWSTR pszText = AnsiToWide( hb_parc( 5 ) ); with LPCWSTR pszText = AnsiToWide( ( char * ) hb_parc( 5 ) ); In line 1735 change this: LPSTR szPrompt = hb_parc( 2 ); with: LPSTR szPrompt = ( char * ) hb_parc( 2 ); Search for _bcopy and replace hb_parc( ...) w...
by Antonio Linares
Sat Jul 11, 2015 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2092

Re: Error compiling with latest Xharbour commercial

Thanks Antonio. Now those errors went away. Now I'm starting to convert some old libraries that I'm using in a lot of places. I know that I must change them, but now I want to see this old procedure running. Then I'll make all the changes. One of them is the canal5 menu. One source, on c language, i...
by Massimo Linossi
Sat Jul 11, 2015 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2092

urgente - Seleccion de archivos multiples

Estimados, requiero con urgencia un selector de archivos multiples, he intentado usar
cGetFileEx, tanto el que viene por defecto con fwh (c5) asi como los expuestos en el foro (falla la compilación con _bcopy )
y no han funcionado, necesito uno que ya hallan probado con exito.
by carlos vargas
Tue Jan 20, 2015 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: urgente - Seleccion de archivos multiples
Replies: 6
Views: 886

Para Antonio: ERROR COMPILACION GTAPI

Hola Antonio, Estoy cambiando de la version 7.01 A LA VERSION 14.02 de fwh, y al intentar compilar me marca esto Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from C:\FWH1402\XHARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb...
by Laurel
Mon Mar 17, 2014 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio: ERROR COMPILACION GTAPI
Replies: 2
Views: 1278

Re: "Snap" for Clipper

...     2854  2855  2856  4051  4086  4097 BCLRGRAD                WINDOW.PRG      442 BCOMMNOTIFY            WINDOW.PRG      428  3696  3697 BCOPY                  WINDOW.PRG      431   526   526 BCUT                    WINDOW.PRG      431   537   537 BDDEEXECUTE            WINDOW.PRG     ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6699

Re: Canal Five

Replace _bcopy() with memcpy() calls
by Antonio Linares
Tue Jul 06, 2010 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal Five
Replies: 13
Views: 2406

Re: Canal Five

I ttry to convert a c5cnew.c File from c5 to last xharbour and get an unresolved external ___bcopy

static char szDirName[ MAX_PATH ];
void cdecl _bcopy( void *, void *, unsigned int );
HFONT GetFontMenu( void );
static far char Title[] = "Select the file";

tx
by The Real Fasi
Tue Jul 06, 2010 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal Five
Replies: 13
Views: 2406

Re: Select more files

new error: I copy your sample into a program and compile.... This is complier response. xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6569) Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/ Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland crypt2.c: Error E2356 ...
by MarcoBoschi
Fri Oct 30, 2009 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select more files
Replies: 14
Views: 3422

gracias Willian, ya te agrege... Antonio, ya se soluciono el problema de la variable OBJECT pero ahora me dice que no existen las siguientes funciones y estas estan dentro de TREEVIEW.C unresolved external _HB_FUN_TREEMEASURE unresolved external _HB_FUN_LBXGETID unresolved external _HB_FUN_TREEDRAWI...
by alex_cyr
Sat Jul 26, 2008 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar TREEDRAW.C
Replies: 6
Views: 1471
Next

Return to advanced search