Difference between revisions of "Installation of HydLib"
From Hydrover
(Creata pagina con "The installaion of HydLib is a simple process of copying some files into the include folder of your PAWN installation. = Locate PAWN install folder = The standard PAWN i...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The | + | The installation of [[HydLib]] is the simple process of copying some files into the include folder of your PAWN installation. |
+ | |||
= Locate PAWN install folder = | = Locate PAWN install folder = | ||
Line 11: | Line 12: | ||
The files are located into the <code>HydLib</code> folder of [[HydDevKit]] | The files are located into the <code>HydLib</code> folder of [[HydDevKit]] | ||
+ | |||
+ | * <code>default.inc</code>, the default include | ||
+ | * <code>hydlib_cp.inc</code>, for the [[H6105-D]] master | ||
+ | * <code>hydlib_lcd.inc</code>, for the [[HYD-LCD]] master | ||
They should be copied into the <code>include</code> folder of your PAWN installation folder | They should be copied into the <code>include</code> folder of your PAWN installation folder |
Latest revision as of 15:22, 13 June 2017
The installation of HydLib is the simple process of copying some files into the include folder of your PAWN installation.
Locate PAWN install folder
The standard PAWN installation folder is:
C:\Program Files (x86)\Pawn
Copying files
The files are located into the HydLib
folder of HydDevKit
-
default.inc
, the default include -
hydlib_cp.inc
, for the H6105-D master -
hydlib_lcd.inc
, for the HYD-LCD master
They should be copied into the include
folder of your PAWN installation folder