Search found 43 matches: kits

Searched query: kits

by jvtecheto
Wed Sep 18, 2024 9:10 am
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 2455

Error al abrir archivos .rc con Resedit en entorno MSVC 64

... del Resedit , utilizo estos. (aunque no creo que sea el problema ya que me da error al construir el ejecutable)

C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared
C:\Program Files (x86)\Windows Kits\10\include\10.0 ...
by Lailton
Thu Jul 11, 2024 11:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hbwin.lib
Replies: 12
Views: 1393

Re: hbwin.lib

ODBC32 is a library from your C compiler,
if you are using BCC:
C:\bcc7\lib\psdk

I use MSVC
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.26100.0\um\x86

:D
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: 16160

Re: Using Microsoft AI Phi-2 from FWH

... exe (found version "2.43.0.windows.1")
3>Building Custom Rule F:/llama.cpp/common/CMakeLists.txt
3>build-info.cpp
2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\winbase.h(9531,5): warning C5105: Die Makroerweiterung, die "defined" erzeugt, weist ein nicht definiertes Verhalten auf ...
by jvtecheto
Thu Oct 12, 2023 6:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar compilacion y linkado compilador MSVC Microsoft
Replies: 1
Views: 449

Ajustar compilacion y linkado compilador MSVC Microsoft

... Visual Studio Enterprise tengo el compilador de recursos rc en esta ruta.
Tambien lo teneis ahi vosotros o esta en otra, lo digo por acotar el problema con FivEdit.
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\rc.exe

Muchisimas gracias por vuestra inestimable ayuda.

Saludos.

Jose.
by Verhoven
Thu Jun 17, 2021 8:28 am
Forum: FiveWin para Harbour/xHarbour
Topic: Visual Studio
Replies: 7
Views: 1146

Re: Visual Studio

... donde están los ficheros de cabecera para el comando de compilación en línea de comandos con:
cl -TC -W3 -O2 -c /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" /I%hdir%\include %1.c


Y obtengo los errores siguientes:
.Compila con Harbour 64 ...Harbour 3.2.0dev (r1412151448 ...
by Verhoven
Thu Jun 17, 2021 7:52 am
Forum: FiveWin para Harbour/xHarbour
Topic: Visual Studio
Replies: 7
Views: 1146

Re: Visual Studio

... al compilar me dice que faltan y resulta que estaban presentes en varios directorios, entre otros por ejemplo en: C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um

Aunque me ha extrañado que los ficheros de cabecera, que son estandard, no se encuentren en ningún directorio de la ...
by Horizon
Tue Sep 15, 2020 8:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 5573

Re: Using C# (and .NET) from FWH not working(?)

Hi mr. Navarro,

I use w10.

There is a directory like that.
[url]C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86[/url]
by Eroni
Sat Aug 22, 2020 3:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 4911

Re: Which C compiler and which Harbour should be used for FW?

... Microsoft Visual Studio \ 2019 \ Community \ VC \ Tools \ MSVC \ 14.26.28801 \ include"
SDK folder: SDKDIR = "C: \ Program Files (x86) \ Windows Kits \ 10 \ Lib \ 10.0.18362.0 \ um \ x86"
SDK include folder: SDKDIRINC = "C: \ Program Files (x86) \ Windows Kits \ 10 \ Include \ 10.0.18362.0 \ um ...
by cnavarro
Thu Aug 24, 2017 11:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 144454

Re: Introducing FiveTech's fivedit

... exe
64=C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x86\link.exe
65=C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe
68=.F.
74=C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x86\cl.exe
1=c:\fwh
3=
4 ...
by cnavarro
Thu Aug 24, 2017 11:33 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1040
Views: 985442

Re: Mejoras para scintilla

... exe
64=C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x86\link.exe
65=C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe
68=.F.
74=C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x86\cl.exe
1=c:\fwh
3=
4 ...
by luisduque
Sun Aug 28, 2016 4:19 am
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 21576

Re: Tomando fotos con la webcam

... and #using available only in C++ compiler
dshow.prg(57): error C2039: 'Run': is not a member of 'IMediaControl'
C:\Program Files (x86)\Windows Kits\10\include\10.0.14393.0\um\control.h(473): note: see declaration of 'IMediaControl'
dshow.prg(64): error C2039: 'Stop': is not a member of ...
by mariordzmej
Tue May 17, 2016 5:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Visual Studio 2015 and FWH / Harbour
Replies: 15
Views: 4095

Re: Working With Visual Studio 2015 and FWH / Harbour

... Harbour, after a minor modifications to the instructions provided here (for example the windows libraries are in " C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86 ").

It is working just fine so far, I have been using MSVC 2013+Fivewin1602+harbour and changing to the new versión of ...
by Antonio Linares
Mon May 09, 2016 8:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 29296

Re: FWH 16.03 32 BIT

... Files (x86)\Microsoft Visual Studio 14.0\VC\lib\ and look for such name in all libs.
I use Total Commander to do it. If it is not found then next step:

3. Go to c:\Program Files (x86)\Windows Kits\8.1\Lib\ and repeat the step 2.

In this case, I found: shell32.lib

This way you can fix all of them
by Antonio Linares
Fri May 06, 2016 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 29296

Re: FWH 16.03 32 BIT

Hakan,

You have to link:

..\..\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86\gdiplus.lib
by TimStone
Wed May 04, 2016 9:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Visual Studio 2015 and FWH / Harbour
Replies: 15
Views: 4095

Re: Working With Visual Studio 2015 and FWH / Harbour

... told to add the windows libraries from a path specified as Windows SDKs. Now the path for those files needs to be:
c:\Program Files (x86)\Windows Kits\8.1\bin\x86
Follow the same procedure but get the files from this new location for VS 2015.

4) Finally, VS IDE has a decent editor if you want to ...