The tutorial files are different for GEOS. You will find them "next door," in
"<tt>cc65/samples/geos</tt>"; they are called "<tt/hello1.c/" and
-"<tt/apphello1.grc/".
+"<tt/hello1res.grc/".
Compile the tutorial with
<tscreen><verb>
-cl65 -O -t cbm-geos hello1.c apphello1.grc
+cl65 -O -t cbm-geos hello1.c hello1res.grc
</verb></tscreen>
Copy the resulting file "<tt/hello1/" onto a (GEOS-format) disk.
+++ /dev/null
-
-; this is resource file for filesel.c, a GEOS application example
-
-HEADER APPLICATION "filesel" "FileSel" "V1.0" {
-dostype USR
-author "Maciej Witkowiak"
-info "This is C prog compiled with cc65 and GEOSLib."
-}
+++ /dev/null
-
-; this is resource file for hello1.c, a GEOS application example
-
-HEADER APPLICATION "hello1" "Hello 1" "V1.0" {
-dostype USR
-author "Maciej Witkowiak"
-info "This is C prog compiled with cc65 and GEOSLib."
-}
+++ /dev/null
-
-; this is resource file for hello2.c, a GEOS application example
-
-HEADER APPLICATION "hello2" "Hello 2" "V1.0" {
-dostype USR
-author "Maciej Witkowiak"
-info "This is C prog compiled with cc65 and GEOSLib."
-}
+++ /dev/null
-
-; this is resource file for rmvprot.c, a GEOS application example
-
-HEADER APPLICATION "rmvprot" "RmvProt" "V1.0" {
-dostype USR
-author "Maciej Witkowiak"
-;info "This is C prog compiled with cc65 and GEOSLib."
-info "This will remove write protection from your bootdisk."
-}
+++ /dev/null
-
-; this is resource file for yesno.c, a GEOS application example
-
-HEADER APPLICATION "vectordemo" "VectorDemo" "V1.0" {
-dostype USR
-author "Maciej Witkowiak"
-info "This is C prog compiled with cc65 and GEOSLib."
-}
+++ /dev/null
-
-; this is resource file for yesno.c, a GEOS application example
-
-HEADER APPLICATION "yesno" "YesNo" "V1.0" {
-dostype USR
-author "Maciej Witkowiak"
-info "This is C prog compiled with cc65 and GEOSLib."
-}
--- /dev/null
+
+; this is the resource file for filesel.c, a GEOS application example
+
+HEADER APPLICATION "filesel" "FileSel" "V1.0" {
+dostype USR
+author "Maciej Witkowiak"
+info "This is a C prog compiled with cc65 and GEOSLib."
+}
--- /dev/null
+
+; this is the resource file for hello1.c, a GEOS application example
+
+HEADER APPLICATION "hello1" "Hello 1" "V1.0" {
+dostype USR
+author "Maciej Witkowiak"
+info "This is a C prog compiled with cc65 and GEOSLib."
+}
--- /dev/null
+
+; this is the resource file for hello2.c, a GEOS application example
+
+HEADER APPLICATION "hello2" "Hello 2" "V1.0" {
+dostype USR
+author "Maciej Witkowiak"
+info "This is a C prog compiled with cc65 and GEOSLib."
+}
--- /dev/null
+
+; this is the resource file for rmvprot.c, a GEOS application example
+
+HEADER APPLICATION "rmvprot" "RmvProt" "V1.0" {
+dostype USR
+author "Maciej Witkowiak"
+info "This will remove the write protection from your bootdisk."
+}
--- /dev/null
+
+; this is the resource file for vector-demo.c, a GEOS application example
+
+HEADER APPLICATION "vectordemo" "VectorDemo" "V1.0" {
+dostype USR
+author "Maciej Witkowiak"
+info "This is a C prog compiled with cc65 and GEOSLib."
+}
--- /dev/null
+
+; this is the resource file for yesno.c, a GEOS application example
+
+HEADER APPLICATION "yesno" "YesNo" "V1.0" {
+dostype USR
+author "Maciej Witkowiak"
+info "This is a C prog compiled with cc65 and GEOSLib."
+}