Search found 385 matches: undefined

Return to advanced search

Re: Bug FWH2402 - Botones

raotest1.RC(2) : error RC2104 : undefined keyword or key name: DS_MODALFRAME Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 Copyright (C) Microsoft Corporation. All rights reserved. Please try including this line at ...
by nageswaragunupudi
Wed Mar 06, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 627

Conectarse con mariaDB

Buen dia. Creo saber que esta pasando, no incluí la librería de Mariadb , por lo que tira este error al linkear. linking... ld: Undefined symbols: _HB_FUN_MARIA_CONNECT, referenced from: _symbols_table in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9888

Re: Funciones Harbour -> XHarbour

... /nobj source\HbForce.c Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland source\HBFORCE.C: Error E2451 source\HBFORCE.C 31: Undefined symbol 'hb_stackST' in function HB_FUN_DBFHDL Error E2451 source\HBFORCE.C 42: Undefined symbol 'hb_stackST' in function HB_FUN_ISSHARED Error ...
by FiveWiDi
Sat Jul 08, 2023 8:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones Harbour -> XHarbour
Replies: 2
Views: 166

Funciones Harbour -> XHarbour

... ); hb_retni( pArea->hTable ); Lo linco con Harbour y funciona pero si lo hago con xHarbour da este error: Error E2451 source\HBFORCE.C 31: Undefined symbol 'hb_stackST' in function HB_FUN_DBFHDL ¿Sabrían decirme su equivalencia en XHarbour? Muchas gracias
by FiveWiDi
Sat Jul 08, 2023 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones Harbour -> XHarbour
Replies: 2
Views: 166

Re: Protecting certain functions to be used

Simpler and Harbour generates an error as the functions becomes undefined, even if the functions are linked. Once Unprotect()ed they become available again :-) function Main()   Protect( { "FErase" } )   FErase()return ...
by Antonio Linares
Tue May 02, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 349

Re: Harbour using phind.com AI undocumented API

hi, which Compiler is to use for these Sample ? i try buildh.bat MSVC and also BCC7 and got error RC2104 : undefined keyword or key name: DS_SETFONT error RC2104 : undefined keyword or key name: DS_ABSALIGN --- forgot to say : 64 Bit :!: now i switch to 32 Bit OS and it work ...
by Jimmy
Fri Apr 21, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour using phind.com AI undocumented API
Replies: 12
Views: 1198

Re: GDIP Application crash tBitmap

hi Silvio, Error E2451 ut_fonts.prg 10: Undefined symbol 'Bitmap' in function HB_FUN_GDIP_DELETEIMAGE Error E2451 ut_fonts.prg 10: Undefined symbol 'pImage' in function HB_FUN_GDIP_DELETEIMAGE Error E2188 ut_fonts.prg 14: Expression syntax in ...
by Jimmy
Tue Apr 11, 2023 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 786

Re: GDIP Application crash tBitmap

... ) hb_parptr( 1 );        delete pImage;    }   hb_ret();}  how do i put it in the test? Error E2451 ut_fonts.prg 10: Undefined symbol 'Bitmap' in function HB_FUN_GDIP_DELETEIMAGE Error E2451 ut_fonts.prg 10: Undefined symbol 'pImage' in function HB_FUN_GDIP_DELETEIMAGE ...
by Silvio.Falconi
Tue Apr 11, 2023 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 786

Re: Help with complex JSON

... ) hChange[ "PortCode" ] := aFacility[ "UNLocationCode" ] else hChange[ "PortCode" ] := "Undefined" //does not contain element endif if HHasKey( aFacility, "portName" ) hChange[ "PortName" ] := aFacility[ "portName" ...
by cdmmaui
Wed Mar 22, 2023 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1207

Re: SUB-CLASS TFolderEx()

... Antonio, You don't need FWH there at all. Simply use hbmk2 to build it or FWH\samples\build.bat ok, got it c:\fwh64\0\TGRID>hbmk2 DYNOBJ ... : undefined reference to `HB_FUN_DEBUG' hbmk2: Hint: Add input file 'hbmisc.hbc' for missing Harbour function(s): Debug() c:\fwh64\0\TGRID>hbmk2 DYNOBJ ...
by Jimmy
Wed Feb 08, 2023 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1156

Re: mod_harbour + ADS on linux server

... from the server and in apache error.log there is the error: /usr/sbin/apache2: symbol lookup error: /tmp/libharbour.-318593280.-1236078313: undefined symbol: AdsSetDateFormat I hope that this could help you. If you think that is better I will give you my next feedback by email.
by berpa
Thu Dec 01, 2022 10:35 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31140

Re: mod_harbour + ADS on linux server

Ok, I got it... I had to restart apache... :oops:

Now I get this error (both in my application and in mod_harbour examples):

mod_harbour version Dec 1 2022, 10:10:00
/tmp/libharbour.-846395648.-210844650: undefined symbol: HB_FUN_ADS
failed to load hb_apache()

Am I doing something wrong?
by berpa
Thu Dec 01, 2022 9:38 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31140

Re: If you send me an email and you don't get my answer...

... d:/fwh/lib\libfivehc.a(CALENDAR.o):CALENDAR.C:(.text+0xd6): undefined reference to `MonthCal_SetCurrentView' d:/compiler/mingw/bin/../lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld.exe: d:/fwh/lib\libfivehc.a(CALENDAR.o):CALENDAR.C:(.text+0xf7): ...
by carlos vargas
Fri Jul 08, 2022 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: If you send me an email and you don't get my answer...
Replies: 27
Views: 1215

Re: Preguntas frecuentes mod_harbour

... mod_ssl was compiled against a newer library (OpenSSL 1.1.1l 24 Aug 2021, version currently loaded is OpenSSL 1.1.1g 21 Apr 2020) - may result in undefined or erroneous behavior [Tue Oct 05 09:17:31.201842 2021] [ssl:warn] [pid 7376:tid 364] AH01909: http://www.example.com:443:0 server certificate ...
by EBM
Tue Oct 05, 2021 2:26 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6399
Next

Return to advanced search