You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ A little collection of DLLs to extend the **DIV Games Studio 2** features and la
24
24
-**TIMER.DLL**: Advanced timers.
25
25
26
26
### Unfinished:
27
-
-**INPUTMAN.DLL**: Advanced input manager based on maps with actions and axes.
27
+
-**INPUTMAN.DLL**: Advanced input manager based on maps with actions and virtual axis definitions.
28
28
-**INIFILE.DLL**: Parser to manage INI files.
29
29
30
30
All source code is documented in formatted code comments. Check header files.
@@ -39,16 +39,23 @@ All source code is documented in formatted code comments. Check header files.
39
39
This DLLs are writen in **ANSI C-89** using **Watcom C++ 10.6**. You can download it from [Archive.org](https://archive.org/details/Watcom_C_10.6) as abandoneware.
40
40
41
41
> **Warning**
42
-
> Major versions of **Watcom** or [Open Watcom](https://github.com/open-watcom/open-watcom-v2) fork are not supported or the compiled binaries are not compatible with the expected by **DIV Games Studio 2** runtime.
42
+
> Newer versions of **Watcom** or [Open Watcom](https://github.com/open-watcom/open-watcom-v2) fork are not supported or the compiled binaries are not compatible with the expected by **DIV Games Studio 2** runtime.
43
43
44
44
Each DLL project has a file named `MAKE.BAT`. Run it to compile the DLL. Also, in the root folder, you have another `MAKE.BAT` that allows you to compile each DLL and perform a cleanup and copy the binary to the **DIV Games Studio 2** folder (check the content file to get more information to how setup properly):
45
45
46
46
`MAKE.BAT <folder name>`
47
47
48
48
# How to setup Watcom to compile DIV Games Studio DLLs
49
+
> **Note**
50
+
> Watcom C++ 10.6 is supported on current Windows versions (at least on Windows 10).
51
+
49
52
- Install **Watcom C++ 10.6** using the default setup profile (this ensure that install all required dependencies).
53
+
54
+
> **Warning**
55
+
> When the installer ask you to overwrite Windows system files, click on **No** to avoid overwrite current ones with older versions that might broken your system.
56
+
50
57
- When is installed, go to the `binw` folder in your **Watcom** folder.
51
-
- Looking for the `wlsystem.lnk` file and open it in an text editor for edit.
58
+
- Looking for the `wlsystem.lnk` file and open it in a text editor for edit.
52
59
- Add these lines at the end (are the content of the `DIV_DLL.LNK` file):
0 commit comments