Dear all,
You can download it here:
https://code.visualstudio.com/download
Choose the .zip and unzip it wherever you want.
So you can get used to this wonderful editor and be ready for the webinar Antonio will be giving.
You can use it with BCC or MSVC + (x)Harbour.
You must install the following extensions:
- Harbor and xHarbour by Antonio Perricone.
- Project manager by Alesandro Fragnani.
- Task by Actboy168 to display a button in the taskbar to compile directly.
Create your Task like this
For MSVC, you must install Visual Studio 2022, which can also be made portable.
I hope it helps and decide to change. Come on, it can be done.
You can download it here:
https://code.visualstudio.com/download
Choose the .zip and unzip it wherever you want.
So you can get used to this wonderful editor and be ready for the webinar Antonio will be giving.
You can use it with BCC or MSVC + (x)Harbour.
You must install the following extensions:
- Harbor and xHarbour by Antonio Perricone.
- Project manager by Alesandro Fragnani.
- Task by Actboy168 to display a button in the taskbar to compile directly.
Create your Task like this
{The GoHbmk.bat for BCC
"version": "2.0.0",
"tasks": [
{
"label": "Compile",
"type": "shell",
"command": "D:\\Systems\\Contab\\GoHbmk.bat",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
if exists contab.exe of contab.exeHe project.hbp
Set path=D:\Systems\Compiler\BCC77\BIN
D:\Systems\Compiler\HarbourBC\bin\hbmk2 prg\project.hbp -comp=bcc64 -run
-guiThis is enough to compile your systems with BCC.
-w0
-inc
-ID:\Systems\Compiler\FWH\include;D:\Systems\Compiler\BCC77\include
Contab.PRG
Contab11.PRG
Contab.RES
Contab.RC
D:\Systems\Sources\Processes.PRG
-workdir=..\OBJ
-optim-
-ldflag+=-aa
-LD:\Systems\Compiler\FWH\LIB;D:\Systems\Compiler\BCC77\lib
-lFive64
-lFiveC64
xhb.hbc
hbziparc.hbc
For MSVC, you must install Visual Studio 2022, which can also be made portable.
I hope it helps and decide to change. Come on, it can be done.
Saludos,
Adhemar C.
Adhemar C.