Search found 70 matches: sdks

Return to advanced search

Ayuda para Instalar Microsoft Visual Studio

... me encuentro entrampado y no puedo avanzar. Uso WIndows 10. Instale Microsoft Visual Studio 2019. Por lo que he visto, debo instalar Microsoft SDKs,. Pero al instalar esta opción, no crea la carpeta de las librerías requeridas, he tratado de instalar varias veces, pero llego a lo mismo, no ...
by remtec
Fri Apr 15, 2022 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Instalar Microsoft Visual Studio
Replies: 30
Views: 1329

Re: Resedit is Working Today

... you have to set the include paths under Options + Preferences + General. I use MSVC and have set 2 paths C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ and D:\fwh\include I think resedit project is dead BTW. The website is down.
by ADutheil
Tue Jul 20, 2021 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit is Working Today
Replies: 7
Views: 882

API integrate

Hi, I want to try integrate my app to route4me api. How the sdks below is more easy to integrate a fivewin app? Route4Me PHP SDK » Route4Me C++ SDK » Route4Me C# SDK » Route4Me Java SDK » Route4Me Python SDK » Route4Me NodeJS SDK » Route4Me Ruby SDK » ...
by wartiaga
Thu Jan 28, 2021 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: API integrate
Replies: 0
Views: 322

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

Hakan, Try without putting these three libs
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\WinInet.Lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\winhttp.lib
=(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\Uxtheme.lib
by cnavarro
Tue Sep 15, 2020 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4383

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

... =(1=1) ws2_32.lib =(1=1) shlwapi.lib =(1=1) imm32.lib =(1=1) urlmon.lib =(1=1) strmiids.lib =(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\WinInet.Lib =(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\winhttp.lib =(1=1) C:\Program Files (x86)\Microsoft ...
by Horizon
Tue Sep 15, 2020 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4383

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

... =(1=1) ws2_32.lib =(1=1) shlwapi.lib =(1=1) imm32.lib =(1=1) urlmon.lib =(1=1) strmiids.lib =(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\WinInet.Lib =(1=1) C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\winhttp.lib =(1=1) C:\Program Files (x86)\Microsoft ...
by cnavarro
Tue Sep 15, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4383

Re: Distributing an app

I just found this:

https://github.com/phracker/MacOSX-SDKs

A collection of those pesky SDK folders. Compiled from various releases of XCode.
by Antonio Linares
Wed Nov 02, 2016 9:06 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Distributing an app
Replies: 8
Views: 2686

Re: Working With Visual Studio 2015 and FWH / Harbour

... You may also need to do the same for MSVCRTD 3) In the same step, you are 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 ...
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: 3531

Re: How to build Harbour for iOS (and simulator)

... export SDK_INCLUDE=$IOS_PLAT/Developer/SDKs/ iPhoneSimulator.sdk /usr/include export SDK_LIB=$IOS_PLAT/Developer/SDKs/iPhoneOS.sdk/usr/lib export SDK_LIB_SYSTEM=$IOS_PLAT/Developer/SDKs/iPhoneOS.sdk/usr/lib/system ...
by Antonio Linares
Thu Apr 07, 2016 3:54 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour for iOS (and simulator)
Replies: 1
Views: 831

How to build Harbour for iOS (and simulator)

... export SDK_INCLUDE=$IOS_PLAT/Developer/SDKs/ iPhoneOS.sdk /usr/include export SDK_LIB=$IOS_PLAT/Developer/SDKs/iPhoneOS.sdk/usr/lib export SDK_LIB_SYSTEM=$IOS_PLAT/Developer/SDKs/iPhoneOS.sdk/usr/lib/system ...
by Antonio Linares
Thu Apr 07, 2016 3:49 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour for iOS (and simulator)
Replies: 1
Views: 831

Re: RDDADS.lib for Harbour and Borland

I don't have an SDK for version 7. Sorry. I do have SDKs for version 8, 9, 10, and 11. However, if you are only using the local server, like most people, then you don't really need version 7. You can move straight to version 11 by distributing the ...
by reinaldocrespo
Fri Jan 16, 2015 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4692

Re: Migrando de FWH 32 a FWH 64 - windows.h

Esos ficheros batch se encargan de establecer las rutas correctas.

En mi caso, windows.h está en c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include
by Antonio Linares
Tue Dec 23, 2014 6:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19117

Detailed guide to use the Visual Studio 2013 IDE with FWH

... missing, so we are going to add them too: OleDlg.lib, msimg32.lib, version.lib, ComCtl32.lib look for them at c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\ https://bitbucket.org/fivetech/visual-studio-ide/downloads/step_17.jpg Add them as you did before adding FWH libraries: ...
by Antonio Linares
Mon Jun 23, 2014 5:21 am
 
Forum: Utilities / Utilidades
Topic: Detailed guide to use the Visual Studio 2013 IDE with FWH
Replies: 9
Views: 5017

Re: Apple anuncia el nuevo lenguaje Swift

Manuel, en mi caso

SDKPATH=/Developer/SDKs/MacOSX10.6.sdk


Perfecto
Gracias
by cnavarro
Sat Jun 21, 2014 6:26 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Apple anuncia el nuevo lenguaje Swift
Replies: 38
Views: 9614

Re: Apple anuncia el nuevo lenguaje Swift

ld: warning: directory '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/lib' following -L not found done! Gracias de nuevo Tienes que editar el build.sh . Te explico el error para que sepas el porque y como se soluciona ...
by mastintin
Sat Jun 21, 2014 5:45 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Apple anuncia el nuevo lenguaje Swift
Replies: 38
Views: 9614
Next

Return to advanced search