Search found 55 matches: msvc64

Return to advanced search

Re: New FTDN April 2024 (FWH 24.04)

... aquí: https://huggingface.co/fivetech/tinyLlama/blob/main/tinyLlama.gguf. Esta tecnología sólo funciona en 64 bits y por ahora sólo soportamos MSVC64, así que tienes que usar buildh64.bat para probarlo. * Nuevo: Soporte para el reconocimiento local de imágenes usando Inteligencia Artificial ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 458

New FTDN April 2024 (FWH 24.04)

... from here: https://huggingface.co/fivetech/tinyLlama/blob/main/tinyLlama.gguf. This technology only works in 64 bits and for now we just support MSVC64, so you have to use buildh64.bat to test it. * New: Support for local AI image recognition using llava.cpp that has been included in FWH. Please ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 458

Re: SAPI : change Voice

Dear Otto, this is not a high level Harbour debugger It is a low level debugger to see the Harbour virtual machine running and be able to debug C code. You get it when you install (free) Visual Studio Community 1. Install Visual Studio Community 2. git clone https://github.com/FiveTechSoft/h...
by Antonio Linares
Fri Jan 26, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3779

Re: SAPI : change Voice

Dear Jimmy, I keep a github repo that allows to run Harbour from Visual Studio in debug mode: https://github.com/FiveTechSoft/harbour_app_msvc64_sources I have been debugging the Harbour code and it seems as when we try to assign oVoice:Voice if fails though it admits "Voice" as a ...
by Antonio Linares
Fri Jan 26, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3779

Re: Que necesito para desarrollar para IPAD?

Carles:

Primero, mis felicitaciones al chef por el excelente producto, no, no había
compilado con msvc64, recién instale visual studio e intente compilar el
ejemplo.

Voy a desinstalar y volver a instalar.

Gracias por el link del grupo, allá les daré mucha lata.

Saludos
by Armando
Tue Nov 07, 2023 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que necesito para desarrollar para IPAD?
Replies: 15
Views: 1110

Re: Que necesito para desarrollar para IPAD?

Armando,

Ya habias compilado con msvc64? Lo digo porque creo que tienes una mala instalación. Hace poco uno de los usuarios le daba el -1. Reinstaló el compilador y todo bien.

En este foro ya hay usuarios que te pueden ayudar si tienes problemas --> https://discord.gg/yJn8s6FXsG

C.
by Carles
Tue Nov 07, 2023 6:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que necesito para desarrollar para IPAD?
Replies: 15
Views: 1110

Re: Error p/generar EXE usando UHTTPD2 en Windows

... saber que todo esta en entorno para windows 64 compilado con MSVC (primer punto). Para poder trabajar con ello necesitaras tu entorno de harbour y MSVC64 Y a partir de aquí empezar a mirar lo ejemplos que vienen con el paquete. Cualquier duda sobre UT únete también y pregunta en https://discord.com/invite/bq8a9yGMWh
by Carles
Fri Jun 30, 2023 12:38 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1951

Re: .HBP para harbour y Visual Studio

... con el tema. He descubierto por si a alguien le interesa que al compilar con un .bat no hace falta llamar cada vez a la inicializacion del entorno msvc64 con esta comprobacion. IF "%VS150COMNTOOLS%" == "" (    call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" ...
by jvtecheto
Sat Jan 14, 2023 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2962

Re: how to DEBUG FiveWin ?

... or MinGW, we have decided to respect the same directory structure as Harbour uses: harbour/bin/win/bcc harbour/bin/win/msvc harbour/bin/win/msvc64 harbour/bin/win/mingw etc... from FWH 22.06 on we are using this folders structure, so you can easily build using 32 or 64 bits, or using any ...
by Antonio Linares
Mon Jul 25, 2022 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to DEBUG FiveWin ?
Replies: 12
Views: 776

Re: FiveWin 64 Bit Environment Settings

hi,

Ok, have understood that FiveWin 64 Bit use MSVC

so have install MSVC but my harbour64 have only MinGW64 or BCC64 but no MSVC64 LIB Folder :cry:
Code: Select all  Expand view
c:\harbour64\lib\win\msvc64

so where do i get harbour64 with MSVC64 LIBs :?:
by Jimmy
Fri Jul 22, 2022 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin 64 Bit Environment Settings
Replies: 7
Views: 515

Re: JSON with HTTPS: post

It is what I use with MSVC64 no sure if is compatible but you can try.

https://drive.google.com/file/d/13fkv2M ... sp=sharing

Regards,
by Lailton
Tue May 24, 2022 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 2026

Re: Error compilando con msvc 64 bits. (SOLUCIONADO)

... para que lo veas es muy sencillo y funciona perfecto. y con FivEdit en 32 bits y Borland no tengo ningun problema, ahora intentando usarlo con msvc64 y FivEdit64 (sin Fwh) no puedo tampoco compilar, por ahora, tengo que quedar con Cristobal para solucionarlo, en cuanto lo tenga yo puedo ayudar ...
by jvtecheto
Wed Dec 01, 2021 8:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con msvc 64 bits. (SOLUCIONADO)
Replies: 13
Views: 1008

Re: .HBP para harbour y Visual Studio

... Cristobal, o sea cualquier Harbour de 64 bits que tenga la carpeta contrib aunque este construido con mingw64 (por ejemplo) nos valdria para msvc64. Saludos. Jose.
by jvtecheto
Wed Dec 01, 2021 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2962

Re: .HBP para harbour y Visual Studio

Ahora me arroja esto C:\MiProj>Set include=C:\harbour64\include C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run hbmk2[MiProj]: Warning: Ignoring explicitly specified core header directory: c:\harbour64\include (in option '-Ic:\fwh64\include;c:\harbour64\include' ...
by Compuin
Mon Nov 29, 2021 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2962

Re: .HBP para harbour y Visual Studio

Hola, Corri tu ejemplo y me arroja estos errores C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run hbmk2[MiProj]: Warning: Cannot find xhb.hbc (referenced from MiProj.hbp) hbmk2[MiProj]: Warning: Cannot find hbct.hbc (referenced from MiProj.hbp) hbmk2[MiProj]: ...
by Compuin
Mon Nov 29, 2021 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2962
Next

Return to advanced search