CONK Setup
From Workbench, open the "Work" disk.
Window Menu > New Drawer > Dev > OK
Open the Dev Folder.
Window Menu > Show > All Files
Window Menu > Snapshot > All
From Windows, copy this repo into C:\Amiga\Dev\
ed s:User-Startup - add the following
;BEGIN Conk
assign ck: Work:Dev/Conk
path ck:Ponk add
;END Conk
Reset (Insert + Home + Ctrl)
How to run a game
In Workbench you can double click the *.game files inside ConkDemo, and add "ponk" to the start of it.
![]()
or Right-click Menu > Workbench > Execute Command > NewShell > Ok
> cd Work:Dev/Conk/ConkDemo
> ponk Camel.game
Hit Esc to quit.
There's several *.game files in the subfolders also.
Code Setup
Why are the OpenLibrary() calls commented out
I've commented out the OpenLibrary() calls in main.c for all apps. This was causing conflicts with LIB:c.o which appears to open the system libraries on our behalf. The linker would then complain of Global Variables DOSBase etc being defined in LIB:c.o and main.c. For now the libraries are loading correctly on the test rig with v40 (Workbench 3.1)
| OS | Library Revision |
|---|---|
| 1.2 | 33 |
| 1.3 | 34 |
| 2.0 | 36 (Preliminary 2.0) |
| 2.04 | 37 |
| 2.1 | 38 |
| 3.0 | 39 |
| 3.1 | 40 |