Search found 44 matches: mkdir

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

Steps to build llama64.dll: 1. git clone https://github.com/ggerganov/llama.cpp 2. cd llama.cpp 3. mkdir temp 4. cd temp 5. cmake .. 6. open created llama.cpp.sln using Visual Studio and select "Release" at the top bar 7. On the project tree, right click on build_info, ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8118

Compilar y lincar samples\account de FWH

... C:\DESARROL\FWH_2212\LIB\FIVEHC.LIB|ICONS Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\DESARROL\FWH_2212\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'SHCreateDirectoryExW' referenced from C:\DESARROL\FWH_2212\LIB\FIVEHC.LIB|MKDIR Error: Unable to perform link Muchas ...
by FiveWiDi
Wed Sep 06, 2023 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y lincar samples\account de FWH
Replies: 5
Views: 297

En que LIBs encuentro las funciones que faltan ?

... from C:\FIVEWIN21\FWH\LIB\FIVEHC.LIB|ICONS Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'SHCreateDirectoryExW' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external '_hb_stackST' ...
by PAUL SIMM
Fri Aug 12, 2022 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En que LIBs encuentro las funciones que faltan ?
Replies: 7
Views: 555

Re: Make para BCC10

... into the field [Enter] Create a directory or navigate to where you want to store your source, for example: Type "cd" Type "mkdir MySource" cd Mysource (Now in “c:\users\You\MySource” or similar depending on your version of Windows.) Create a new source file, for example: ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1116

Re: nuevo en el fw Harbour

... referenced from X:\HARB\FWH\LIB\FIVEH.LIB|XBROWSE Error: Unresolved external 'SHCreateDirectoryExA' referenced from X:\HARB\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'SHCreateDirectoryExW' referenced from X:\HARB\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external '_HB_FUN_WIDETOANSI' ...
by goosfancito
Wed Feb 03, 2021 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo en el fw Harbour
Replies: 5
Views: 625

Re: How to use OPRN and error pdf2.prg sample

Please create a /url/include/harbour folder and place all Harbour CH files there: sudo mkdir /url/include/harbour sudo cp -R /home/user/harbour/include /url/include/harbour mod_harbour Win32 version: https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win32/mod_harbour.so ...
by Antonio Linares
Tue Jun 30, 2020 2:54 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2726

C:\fwh\samples\account Problem

... referenced from C:\FWH\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'SHCreateDirectoryExW' referenced from C:\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' ...
by Jimmy
Sat Jan 04, 2020 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C:\fwh\samples\account Problem
Replies: 14
Views: 2621

Re: Orientación para migración desde visual flagship

... archivo Makefile e ir viendo cada uno de los pasos. Estos son los pasos: git clone https://bitbucket.org/fivetech/fivelinux fivelinux cd fivelinux mkdir obj mkdir objc mkdir lib make > make.log Casi terminando de ejecutarse make, me arroja lo siguiente: source/winapi/listboxes.c: In function ...
by alfaguilarz
Wed Nov 06, 2019 5:52 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Orientación para migración desde visual flagship
Replies: 5
Views: 7964

Re: Instalación mod_harbour en Servidor VPS Linux Centos 7

... - git clone https://github.com/FiveTechSoft/harbour_for_modHarbour harbour - git clone https://github.com/FiveTechSoft/mod_harbour mod_harbour - mkdir temp al mismo nivel que los directorios harbour y mod_harbour en mi caso /root - cd temp - apxs -n harbour -g // Nos genera el directorio harbour ...
by Baxajaun
Tue Jul 23, 2019 6:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalación mod_harbour en Servidor VPS Linux Centos 7
Replies: 6
Views: 1215

What lib is missing Tx

... referenced from C:\DEV\FWH\LIB\FIVEHC.LIB|GDIPLUS Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\DEV\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'SHCreateDirectoryExW' referenced from C:\DEV\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'GdipDeleteStringFormat' ...
by Uwe.Diemer
Sun Jun 09, 2019 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What lib is missing Tx
Replies: 2
Views: 547

Re: Problemas al compilar Account en samples

... casi todos los errores, sólo queda este: Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\DESARROL\FW H_1507\LIB\FIVEHC.LIB|MKDIR
by FiveWiDi
Sun Feb 04, 2018 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al compilar Account en samples
Replies: 6
Views: 1058

Problemas al compilar Account en samples

... WH_1507\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\DESARROL\FW H_1507\LIB\FIVEHC.LIB|MKDIR Error: Unable to perform link ¿Cómo los puedo resolver? ¿Qué me falta por linkar? Muchas gracias,
by FiveWiDi
Sat Feb 03, 2018 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al compilar Account en samples
Replies: 6
Views: 1058

Re: enviando datos desde una función en swift ( experimental )

... sección ... SWIFT_OBJS = ./objs/foo.o y una nueva directiva de compilación ./objs/%.o : ./source/swift/%.swift if [ ! -d "objs" ]; then mkdir objs; fi swiftc -frontend -c -color-diagnostics -primary-file $< \ -module-name Bridgette \ $(SWIFTFLAGS) -emit-module -emit-module-path ./source/swift/$*.swiftmodule ...
by mastintin
Wed Apr 12, 2017 8:20 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: enviando datos desde una función en swift ( experimental )
Replies: 13
Views: 4193

Link Errors

... referenced from C:\FWH\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external 'SHCreateDirectoryExW' referenced from C:\FWH\LIB\FIVEHC.LIB|MKDIR Error: Unresolved external '_HB_FUN_CURDRIVE' referenced ...
by MichaelMo
Tue Nov 08, 2016 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link Errors
Replies: 9
Views: 2136

C++Compiler - FREE TOOL

... into the field [Enter] Create a directory or navigate to where you want to store your source, for example: Type "cd" Type "mkdir MySource" cd Mysource (Now in “c:\users\You\MySource” or similar depending on your version of Windows.) Create a new source file, for example: ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8521
Next

Return to advanced search