Search found 34 matches: har
Searched query: har
- Sat Jan 18, 2025 1:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
- Replies: 33
- Views: 34411
Re: Build your FWH app using hbmk2.exe and MSVC 32&64
Use this Harbour 64: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_msvc2022_64_20240530.zip
go64.bat
@setlocal
call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
c:\harbour\bin\win\msvc64\hbmk2 test64.hbp -comp ...
- Thu Aug 24, 2023 5:25 am
- Forum: mod_harbour
- Topic: Mod_Harbour setup on a Windows IIS Server.
- Replies: 1
- Views: 1432
Re: Mod_Harbour setup on a Windows IIS Server.
Dear Byron,
Please review https://github.com/FiveTechSoft/mod_har ... master/IIS
the setup is explained at the bottom
Please review https://github.com/FiveTechSoft/mod_har ... master/IIS
the setup is explained at the bottom
- Fri Nov 25, 2022 12:28 pm
- Forum: mod_harbour
- Topic: Great news regarding mod_harbour CGI !!!
- Replies: 43
- Views: 20772
Re: Great news regarding mod_harbour CGI !!!
Dear Giuliano,
Simply copy modharbour.exe and DLLs from here to your cgi-bin folder:
https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi/windows
Copy .hcaccess to apache/htdocs:
https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/.htaccess
And use this Apache configuration ...
Simply copy modharbour.exe and DLLs from here to your cgi-bin folder:
https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi/windows
Copy .hcaccess to apache/htdocs:
https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/.htaccess
And use this Apache configuration ...
- Mon Nov 21, 2022 6:12 pm
- Forum: mod_harbour
- Topic: Al ir a descargar Mod_Harbour
- Replies: 3
- Views: 2411
Re: Al ir a descargar Mod_Harbour
... que estan descritos aqui:
http://fivetechsupport.com/forums/viewtopic.php?p=255112&sid=b48190aa2f7ceecaf76334935dfb32ee#p255112
Simply copy modharbour.exe and DLLs from here to your cgi-bin folder:
https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi/windows
Copy .hcaccess to apache ...
http://fivetechsupport.com/forums/viewtopic.php?p=255112&sid=b48190aa2f7ceecaf76334935dfb32ee#p255112
Simply copy modharbour.exe and DLLs from here to your cgi-bin folder:
https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi/windows
Copy .hcaccess to apache ...
- Thu Sep 22, 2022 5:25 pm
- Forum: mod_harbour
- Topic: Harbour CGI
- Replies: 19
- Views: 8708
Re: Harbour CGI
Dear Antonio,
Thank you. You were right. I had a very old modharbour.exe.
I have now downloaded the update and everything worked right away.
I downloaded the new modharbour.exe from here:
m
and copied it into my cgi-bin folder.
I changed this rule in my c:\xampp\apache\conf\httpd.conf and restarted ...
Thank you. You were right. I had a very old modharbour.exe.
I have now downloaded the update and everything worked right away.
I downloaded the new modharbour.exe from here:
m
and copied it into my cgi-bin folder.
I changed this rule in my c:\xampp\apache\conf\httpd.conf and restarted ...
- Sat Apr 09, 2022 3:04 pm
- Forum: mod_harbour
- Topic: mod_harbour FAQ
- Replies: 8
- Views: 2785
Re: mod_harbour FAQ
Ciao
I installed :
1. Copy this mod_harbour.so to c:\xampp\apache\modules
m
2. Copy this libharbour.dll to c:\xampp\htdocs
m
3. Add these lines to the bottom of c:\xampp\apache\conf\httpd.conf
**********************
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb ...
I installed :
1. Copy this mod_harbour.so to c:\xampp\apache\modules
m
2. Copy this libharbour.dll to c:\xampp\htdocs
m
3. Add these lines to the bottom of c:\xampp\apache\conf\httpd.conf
**********************
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb ...
- Tue Oct 19, 2021 3:24 pm
- Forum: mod_harbour
- Topic: Opening And Closing mod harbour Tags
- Replies: 0
- Views: 413
Opening And Closing mod harbour Tags
The mod harbour syntax is a set of rules that define how a program should be written. mod harbour is, in that sense, no different from any other language.
The mod harbour interpreter expects certain rules to be followed, and will spit errors at you if they are not followed.
All code written in mod ...
The mod harbour interpreter expects certain rules to be followed, and will spit errors at you if they are not followed.
All code written in mod ...
- Thu Oct 07, 2021 3:09 pm
- Forum: mod_harbour
- Topic: Server Apache24 to ModHarbour
- Replies: 20
- Views: 5009
Re: Server Apache24 to ModHarbour
... regards,
Otto
-------------------------------------------------------------------------------
Leandro,
Ejemplo de webservice simple usando mod_harbour:
m
Usando el webservice anterior desde mod_harbour:
m
regards, saludos
Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site ...
Otto
-------------------------------------------------------------------------------
Leandro,
Ejemplo de webservice simple usando mod_harbour:
m
Usando el webservice anterior desde mod_harbour:
m
regards, saludos
Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site ...
- Fri May 28, 2021 6:57 am
- Forum: mod_harbour
- Topic: Installation of mod_harbour as module or fastcgi handler
- Replies: 27
- Views: 5641
Re: Installation of mod_harbour as module or fastcgi handler
Hey Antonio!
I don't get the mod_harbour module installed right on ISS.
I copied mod_harbour.dll and libharbour.dll to C:/modharbour/ISS and followed the instruction on m, also the Visual C++ runtime is installed.
Again, the error appears:
mod_harbour error:C:\Windows\TEMP\libharbour.848.826
The ...
I don't get the mod_harbour module installed right on ISS.
I copied mod_harbour.dll and libharbour.dll to C:/modharbour/ISS and followed the instruction on m, also the Visual C++ runtime is installed.
Again, the error appears:
mod_harbour error:C:\Windows\TEMP\libharbour.848.826
The ...
- Mon Mar 01, 2021 5:04 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mysql (Result a Array en C) solicitud de ayuda.
- Replies: 7
- Views: 992
Mysql (Result a Array en C) solicitud de ayuda.
... de dato de la columna, para eso uso un ciclo for y la funcion SQL2ClipType que retornara un caracter segun sea el caso si la columna es de tipo [C]har, [N]um, [D]ate, [M]emo, [L]ogic, la idea es agregar ese dato a un arreglo char para por ejemplo si la tabla tiene las siguiente columnas: CHAR ...
- Mon Nov 23, 2020 7:38 pm
- Forum: mod_harbour
- Topic: No puedo conectarme con Wdo
- Replies: 7
- Views: 1774
Re: No puedo conectarme con Wdo
Gracias Antonio por contestar.
Descarga nuevamente libharbour.dll desde m
y copiala en c:\xampp\htdocs.
Comprobé la Versión Wdo:
Versión WDO ==> ADO 0.1b
versión de mod_harbour
Oct 21 2020 11:11:03
Con el ejemplo sql.prg
// --------------------------------------------------------------
// Title ...
Descarga nuevamente libharbour.dll desde m
y copiala en c:\xampp\htdocs.
Comprobé la Versión Wdo:
Versión WDO ==> ADO 0.1b
versión de mod_harbour
Oct 21 2020 11:11:03
Con el ejemplo sql.prg
// --------------------------------------------------------------
// Title ...
- Wed Oct 21, 2020 6:20 pm
- Forum: mod_harbour
- Topic: Mod_harbour and Mercury over Ubuntu/Linux VM
- Replies: 0
- Views: 559
Mod_harbour and Mercury over Ubuntu/Linux VM
Hey everybody!
for the last couple of days I've been struggling to configure and get mod_harbour and mercury running over a Ubuntu/Linux Virtual Machine using Oracle VirtualBox, but fortunately I made it!
I followed all the steps described in the github repo (m) but I think there's some others steps ...
for the last couple of days I've been struggling to configure and get mod_harbour and mercury running over a Ubuntu/Linux Virtual Machine using Oracle VirtualBox, but fortunately I made it!
I followed all the steps described in the github repo (m) but I think there's some others steps ...
- Mon Jun 22, 2020 12:30 pm
- Forum: mod_harbour
- Topic: Installing Modharbour.exe as FastCgi on IIS 10.
- Replies: 7
- Views: 1520
Installing Modharbour.exe as FastCgi on IIS 10.
Installing Modharbour.exe as FastCgi on IIS 10.
--------------------------------------------------------
Create a folder with all the needed files from
m ... /win64/*.*
to (for exemple) c:\modharbour
Launch IIS manager from "Control Pannel, Administrative tools."
Click on the main IIS server ...
--------------------------------------------------------
Create a folder with all the needed files from
m ... /win64/*.*
to (for exemple) c:\modharbour
Launch IIS manager from "Control Pannel, Administrative tools."
Click on the main IIS server ...
- Mon Jun 22, 2020 12:26 pm
- Forum: mod_harbour
- Topic: Strange error Modharbour and IIS
- Replies: 7
- Views: 1527
Re: Strange error Modharbour and IIS
Installing Modharbour.exe as FastCgi on IIS 10.
--------------------------------------------------------
Create a folder with all the needed files from
m
to (for exemple) c:\modharbour
Launch IIS manager from "Control Pannel, Administrative tools."
Click on the main IIS server, (same name as the ...
--------------------------------------------------------
Create a folder with all the needed files from
m
to (for exemple) c:\modharbour
Launch IIS manager from "Control Pannel, Administrative tools."
Click on the main IIS server, (same name as the ...
- Mon Jun 08, 2020 7:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: HBMK2 Problem linking
- Replies: 49
- Views: 7796