Search found 236 matches: x64

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... There are these additional files in Adhemar's zip - here with ChatGPT what they are for. Best regards, Otto The files libssl-1_1-x64.dll, libcrypto-1_1-x64.dll, and libcurl-x64.dll are essential dynamic link library (DLL) files commonly used in Windows environments to provide ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 98

Re: Compiler with MSVC y HARBOUR

... After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" D:\Compiler\VS2022\Bin ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 98

Re: Compiler with MSVC y HARBOUR

... entire folder beforehand, then mod harbour no longer works. I have seen that I need the following files additionally: c:\Apache24\bin\libssl-1_1-x64.dll c:\Apache24\bin\libcrypto-1_1-x64.dll c:\Apache24\bin\libcurl-x64.dll Perhaps we could then create a Fivewin test program that checks all files ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 98

Compiler with MSVC y HARBOUR

... After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" D:\Compiler\VS2022\Bin ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 98

Compilar con MSVC y HARBOUR

... con C++ Luego de instalarlo, Si lo quiere hacer portable lo puede hacer con éste Script CreaPortableMSVC.bat (Cambiar la ruta destino y x86 por x64 a su necesidad) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" D:\Compiler\VS2022\Bin ...
by acuellar
Thu Apr 18, 2024 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 0
Views: 57

Re: Using Microsoft AI Phi-2 from FWH

... create Simple.DLL Die Neuerstellung wurde um 02:50 gestartet... 1>------ Neues Erstellen gestartet: Projekt: ZERO_CHECK, Konfiguration: Release x64 ------ 1>1>Checking Build System 2>------ Neues Erstellen gestartet: Projekt: ggml, Konfiguration: Release x64 ------ 3>------ Neues ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8236

Re: Using Microsoft AI Phi-2 from FWH

... 2022 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' f:\llama.cpp> f:\llama.cpp>cmake .. CMake Error: The source directory "F:/" does not appear to contain CMakeLists.txt. Specify ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8236

Re: Crear librerias de Harbour BCC74 Me genera error

gracias Enrico Tu tienes estos 2 archivos que me faltan. \hrbbld\curl-win64 \hrbbld\openssl\x64 xq baje los siguientes curl-8.4.0_6-win64-mingw.zip Win64OpenSSL-3_1_4.exe y me da este errror ! Building Harbour 3.2.0dev from source - https://harbour.github.io! MAKE: win-make ...
by ruben Dario
Sun Nov 26, 2023 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6839

Re: How to get libssl.lib and libcrypto.lib for MSC?

... SETLOCAL if "%1"=="32" (set machine=x86) else (set machine=x64) set dll_file=%2 set dll_file_no_ext=%dll_file:~0,-4% set exports_file=%dll_file_no_ext%-exports.txt set def_file=%dll_file_no_ext%.def set lib_file=%dll_file_no_ext%.lib ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 271

Re: Desaparecen controles en Folder - Ayuda por favor

... Harbour y es el proporcionado en el FTDN de esa version. FWH64 14.04 Harbour 3.2dev (r1307051602) Compilador MicroSoft version 17.00.50727.1 para x64 No olvidar que el programa venia trabajando correctamente lo unico que agrague fue la apertura de un pequeno dbf para cargar en un array, le quite ...
by El Loco
Wed Jul 12, 2023 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparecen controles en Folder - SOLUCIONADO
Replies: 65
Views: 2266

Updated FiveTech's webview DLLs

... https://github.com/FiveTechSoft/FWH_tools/blob/master/fivetech_webview.zip You have to copy the x86 ones into FWH\samples and the x64 in FWH\dll\webview64 * When the webview is closed, the FWH app does not close! :-) Please test it using FWH\samples\webview5.prg Explanation for ...
by Antonio Linares
Sat Jul 01, 2023 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Updated FiveTech's webview DLLs
Replies: 0
Views: 211

Re: Webview question

... */ } Finally we go to the script folder and run build.bat. The resulting DLLs are placed in c:\webview\dll\x86\ and c:\webview\dll\x64\ FWH examples are working fine and closing the webview does not closes our app! :-)
by Antonio Linares
Sat Jul 01, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Re: VS2022 Portable x32 x64

Gracias Aldemar por Habourb 64
Saludos
by ruben Dario
Thu Jun 15, 2023 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6771

Re: VS2022 Portable x32 x64

Estimado Adhemar !!! Pasa el fichero comprimido (Harbour) por VirusTotal. https://www.virustotal.com/ . Dos de los motores antivirus detectan virus. Muchas gracias. Saludos, Download normal con AVG anti vírus. Que usas WINDOWS DEFENDER? Download completo en el Mega Upload: https://m...
by karinha
Wed Jun 14, 2023 7:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6771
Next

Return to advanced search