Search found 33 matches: hrbload

Return to advanced search

mod_harbour + ADS on linux server

Hello everybody, I'm trying to set up a small site that uses mod_harbour with ADS libraries on a linux server. The same application is already working on Windows (XAMPP) but I can't find anywhere how to configure a linux server to do the same thing. The mod_harbour application is installed in /var/w...
by berpa
Wed Nov 30, 2022 7:51 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31374

Re: HRB give a empty page

JF, Please run this: function Main()   ExecuteHrb( hb_HrbLoad( 1, hb_GetEnv( "PRGPATH" ) + "/testhrb.hrb" ) )   ? Time()return nil You can easily test it using mod_harbour modpro utility: (it is what I use for quick tests) https://www&#...
by Antonio Linares
Mon Sep 20, 2021 5:42 am
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2266

Re: HRB give a empty page

I continue to investigate and wrote this one ... function Test() ? ModBuildDate() ? "Hello world from a .prg file" ExecHrb( "TestHrb.hrb") return nil Function ExecHrb(cHrb, ...) Local oHrb, lResult:=.F., xResult if File( hb_GetEnv( "PRGPATH" ) + "/" + cHrb ) o...
by jfl@mafact.com
Sun Sep 19, 2021 9:06 am
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2266

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: 5292

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: 246

LIBRERIA WDO

Buenas noches Estoy probando la libreria de Carles Aubia para conectar con cualquier base de datos https://github.com/carles9000/wdo. He creado en /htdocs/lib/wdo y he copiado wdo.hrb en dicha carpeta. He creado el siguiente ejemplo siguiendo el manual de Carles //  ---------------------------------...
by PGO
Wed Sep 09, 2020 12:22 am
 
Forum: mod_harbour
Topic: LIBRERIA WDO
Replies: 2
Views: 532

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

>> after execute: cd mod_harbour git pull some error in access sample: http://54.37.60.42/modharbour_samples/pdf2.prg: Error: Can't open #include file 'hbclass.ch' called from: __PP_PROCESS, line: 0 called from: ../source/exec.prg, EXECUTE, line: 64 Source: 0062: DATA LoadedFonts 0063: DATA aP...
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: 2771

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: 2771

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: 1470

Re: Problem with LoadHRB

Hello, You can install with https://mybergland.com/fwforum/install_xampp_and_modharbour.exe I tested some days ago. Please see what Angel and Antonio suggested. I will update the install program. For now use this bat-file: copy mod_harbour.so c:\www\apache\mod_harbour.socopy mod_harbour.so c:\www\ap...
by Otto
Sat Jun 13, 2020 9:10 pm
 
Forum: mod_harbour
Topic: Problem with LoadHRB
Replies: 4
Views: 663

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 about it? Is ADS remote server supported...
by Taavi
Fri Apr 10, 2020 4:36 pm
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1470

Re: Mod Harbour

ciao Massimo, Nei ritagli dei vari impegni sto cercando di capire mod_harbour, ma vedo un gran caos (almeno per me) nell'installazione. Nel download apache è installato in XAMPP directory ma mod_harbour pare lo voglia in apache24. superato questo primo step e configurato il serve riesco a fare qualc...
by damianodec
Mon Jan 27, 2020 8:32 am
 
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 7352

Re: mistake

hi, I try midnight.prg and get same erroe: Error: Unknown or unregistered symbol operation: __DBGENTRY called from: ../../../apache.prg, (b)MAIN, line: 32 called from: HB_HRBLOAD, line: 0 called from: ../../../apache.prg, EXECUTE, line: 98 called from: ../../../apache.prg, MAIN, line: 43 run debugof...
by damianodec
Mon Jan 27, 2020 7:51 am
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1661

Re: mistake

Windows 64 bits
Xampp . Chrome
midnight.prg

Error: Unknown or unregistered symbol
operation: __DBGENTRY
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 MMK
Fri Nov 01, 2019 2:19 pm
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1661

Re: Harbour y uso de scripts

Hola, 1.- Los scripts deben ser compilados a .hrb o pueden ser solo .prg ? Pueden ser de las dos clases 2.- Si quiero proteger estos .prg como puedo encriptarlos ? Algun ejemplo ? Si, usando .hrb 3.- A nivel de scripts, la sintaxis es la misma que un .prg tradicional, es decir, sin restriccion del t...
by hmpaquito
Tue Jul 09, 2019 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y uso de scripts
Replies: 9
Views: 857
Next

Return to advanced search