Adhemar,
Yo utilizo los repositorios Git directamente desde una ventana cmd.exe
git clone ... para descargar
git pull para actualizar
git commit para guardar cambios
git push para salvar los cambios en el repositorio principal
Adhemar,
Yo utilizo los repositorios Git directamente desde una ventana cmd.exe
git clone ... para descargar
git pull para actualizar
git commit para guardar cambios
git push para salvar los cambios en el repositorio principal
Muchas gracias
En el VSCODE he visto varias extensiones gitHub. Voy a probar algunas.
{
// See <!-- m --><a class="postlink" href="https://go.microsoft.com/fwlink/?LinkId=733558">https://go.microsoft.com/fwlink/?LinkId=733558</a><!-- m -->
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "D:\\arturo\\veryanlin\\prgfw_modjul21\\gohp.bat",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}set oldpath=%path%
set path=c:\1712\bcc7\bin;%path%
c:\1712\harbour\bin\hbmk2 test.hbp
test1.exe
set path=%oldpath%test1.prg
-Ic:\1712\fwh\include
-Lc:\1712\fwh\lib
-lfiveh
-lfivehc
xhb.hbc
hbct.hbc
hbwin.hbc
hbmzip.hbc
hbziparc.hbc#INCLUDE "FiveWin.ch"
function MAIN()
test()
return nil
function test()
?'Hola mundo'
return nil> Error F0033 Can't open standard rule file 'hbwin.ch'
Comprueba que tengas este fichero c:\harbour\contrib\hbwin\hbwin.ch
cnavarro wrote:Quizás esto te ayude
https://forum.modharbour.app/viewtopic.php?f=13&t=216
Antonio Linares wrote:> Error F0033 Can't open standard rule file 'hbwin.ch'
Comprueba que tengas este fichero c:\harbour\contrib\hbwin\hbwin.ch
test1.prg
-Ic:\1712\fwh\include
-Lc:\1712\fwh\lib
-lfiveh
-lfivehc
-ic:\1712\harbour\contrib\hbwin
-ic:\1712\HARBOUR\contrib\hbmzip
-ic:\1712\HARBOUR\contrib\hbhpdf
-ic:\1712\HARBOUR\contrib\hbmxml
#LIBRERIAS HARBOUR
-lhbwin
-lgtgui
-llibhpdf
-lhbhpdf
-lhbct
-lxhb
-lhbziparc
-lhbmzip
-lminizip
-lpng
-lhbcomm
-lhbtip
-lhbmxml
-lmxml
xhb.hbc
hbct.hbc
hbwin.hbc
hbmzip.hbc
hbziparc.hbc
hbcomm.hbc
hbhpdf.hbc
hbmxml.hbc
-otestmuy bien
Buenas
Por favor me gustaria saber
Donde se graban o guardan los o el tasks.json para que VSCode lo lea y compile suponiendo que tengo esto y en cada SubDirectorios o Carpetas los respectivos Archivos corespondiente a cada carpeta ???
c:\Pruebas // Aqui tengo el go.bat y el gomake
\Dbf
\Imagenes
\RC
\Prg
\Obj
\Include
Muchas Gracias
Estimado Frigar
En una carpeta .vscode dentro ce c:\pruebas