Search found 336 matches: unknown

Return to advanced search

Re: Migration to the new mod_harbour fastCGI

Here it is

prg is as simple as ;

Function Main
? "test load ads64.dll"
?
? WAPI_LoadLibrary( "ace64.dll" )

return nil

Error: Unknown or unregistered symbol
operation: WAPI_LOADLIBRARY
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70
by jfl@mafact.com
Mon May 03, 2021 10:04 am
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5425

Re: Transym OCR wrapper functions for Harbour

hi,
with tiff file I have not problem.
how can I read a pdf file?

file PDF has 4 in 2nd parameter
Code: Select all  Expand view
oText:Add(OCRFromFileUsingTransym( TestTifFile, 4 ) )


but I get error 40 Job 0, unknown job type 4
by damianodec
Wed Feb 24, 2021 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2891

mysql_embedded: Unknown error 1146

... creating the database and its tables Ib_logfile0, ib_logfile1, ibdata1, DESKTOP-6TKLVCK.err <--- that contains the error : 'mysql_embedded: Unknown error 1146' 4- contents of the file 'hb_out.log' Application Internal Error - d:\fwh\samples\mysqlmbd.exe Terminated at: 2020-12-12 09:30:31 ...
by mauri.menabue
Sat Dec 12, 2020 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mysql_embedded: Unknown error 1146
Replies: 1
Views: 441

SQLMIX

When I request a SQLMIX datadriver in mod_harbour :

#require "rddsql"
REQUEST SQLMIX



Error: Unknown or unregistered symbol
operation: SQLMIX
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70

Am I missed something ?
How can I use sqlmix ?



Anang Tajaw
by anang
Wed Sep 23, 2020 6:03 am
 
Forum: mod_harbour
Topic: SQLMIX
Replies: 0
Views: 248

LIBRERIA WDO

... ?? '<h3>VERSION WDO ==> ' , WDO():version()         return nil        Pero al ejecutarlo me da el siguiente error: Error: Unknown or unregistered symbol operation: PTRTOSTR called from: HB_HRBLOAD, line: 0 called from: ..\source\exec.prg, LOADHRB, line: 159 called from: ...
by PGO
Wed Sep 09, 2020 12:22 am
 
Forum: mod_harbour
Topic: LIBRERIA WDO
Replies: 2
Views: 536

Re: How to use OPRN and error pdf2.prg sample

... aPages 0064 => DATA nCurrentPage 0065: 0066: DATA nPageSize INIT HPDF_PAGE_SIZE_A4 and after access http://54.37.60.42/jbiloja/index.prg Error: Unknown or unregistered symbol operation: AP_HEADERSIN called from: HB_HRBLOAD, line: 0 called from: ../source/exec.prg, EXECUTE, line: 70 Source: 0068: ...
by tiagojbi
Tue Jun 30, 2020 12:29 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2844

Re: How to use OPRN and error pdf2.prg sample

After use your code:

Error: Unknown or unregistered symbol
operation: TPDF
called from: ../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../apache.prg, EXECUTE, line: 116
called from: ../../apache.prg, MAIN, line: 61
by tiagojbi
Mon Jun 29, 2020 12:08 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2844

Re: mod_harbour and ADS server

Hola

he bajado el archivo y he pegado los dll en C:\xampp\apache\bin

ace64.dll
ace64.lib
axcws64.dll
Ads.ini

pero aun recibo el error

Error: Unknown or unregistered symbol
operation: ADSSETSERVERTYPE
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70

Source:
by Patricio Avalos Aguirre
Mon Jun 15, 2020 2:55 am
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1489

Re: Problem with LoadHRB

... copy the DLLs to C:\xampp\apache\bin Otto 00:13 Uhr Now when I start GENESIS from the modharbour_samples the program errors out 00:17 Uhr Error: Unknown or unregistered symbol operation: AP_METHOD called from: HB_HRBLOAD, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 62Source: 0060: ...
by Otto
Sat Jun 13, 2020 9:10 pm
 
Forum: mod_harbour
Topic: Problem with LoadHRB
Replies: 4
Views: 680

Re: ResEdit y Borland 7.4

este es el que uso actualmente con bcc740. recuerden que se debe hacer un cambio en prsht.h http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34083&p=201802&hilit=prsht.h#p201802 #include <winresrc.h> #include <windows.h> #include <commctrl.h> #i...
by carlos vargas
Mon May 18, 2020 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2380

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... libmariadb.dll Return that error: Embarcadero Implib Version 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. Error libmariadb.dll: unknown file type It is likely that the dll is 64-bit, not 32-bit. Instead you may use the dll and lib that come with fwh \fwh\dll\libmariadb.dll \fwh\lib\libmariadb.lib
by nageswaragunupudi
Thu May 14, 2020 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10646

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... libmariadb.dll Return that error: Embarcadero Implib Version 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. Error libmariadb.dll: unknown file type My BCC is: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. and; my implib is: Embarcadero Implib ...
by MarioG
Wed May 13, 2020 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10646

Customer .dbf

I'm trying to run a sample, and it wants to use CUSTOMER.DBF. However I keep getting the error when trying to USE it that there is an unknown field type. I believe the first field is ID and the type is +. I finally saw this with an ASCII text editor. The file cannot be opened in any of my ...
by TimStone
Tue May 12, 2020 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Customer .dbf
Replies: 6
Views: 904

mod_harbour and ADS server

Hello, at the moment samples/ads.prg throws an error: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../apache.prg, EXECUTE, line: 143 on both mod_harbour and our testserver. Can we do something ...
by Taavi
Fri Apr 10, 2020 4:36 pm
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1489
PreviousNext

Return to advanced search