From f6ab320b7cf39f2d6267e77f9285bc11ccf2d24c Mon Sep 17 00:00:00 2001
From: Randy Hollines ;16)dL5td^Zh=bbI#{{zLb~#bzl0|wH`iL
z7;MeV%q-0g1)a9GtDznW3e{?Kv(j^N-K7RSQ*3uY`Zd`GS*N*UO?|v;8y`zOjZVHe
z-t{WfCw32q@xZXepV^yeNiiRs$Y^?LGo6
zC9~r%iP2h!
v5.8.3 (May 22, 2021)v5.8.4 (May 26, 2021)
Highlights:
1.
+mso-list:l4 level1 lfo8'>·
Fixed a type checking issue between enums and class instances
·
+Added ‘IsNeg’ and ‘NotNeg’
+to numeric types (new)
·
+Fixed TCPSocket and TCPSecureSocket
+'WriteString(..)' methods, they added an extra byte
+to output (medium)
Please
@@ -1283,16 +1376,16 @@ doc/api/ – class library documentation
doc/syntax – files to enable syntax highlighting for supported
-editors
examples/ – source code examples including a 2D game
lib/ – supporting language libraries
lib/sdl/ – host SDL shared libraries
In order to compile programs outside of the “bin” directory the
-“OBJECK_LIB_PATH” environment variable must be set. When this variable is set
-all library files must be in the directory specified.
In order to compile
+programs outside of the “bin” directory the “OBJECK_LIB_PATH” environment
+variable must be set. When this variable is set all library files must be in
+the directory specified.
If the Windows installer is used these variables will be
-automatically set after the system is restarted. For Debian and Ubuntu the
-location of the files is fixed by the installer so no variables are needed.
program_path >\objeck-lang\lib
set
PATH=%PATH%;< program_path >\
-objeck-lang\bin; C:\ Users\<account>\ objeck-lang\lib\sdl
export
- PATH=$PATH: <program_path>/objeck-lang/bin
1.
-obc -src
-..\examples\hello.obs
1.
-obc -src
-'C:\Program Files\Objeck\objeck-lang\examples\encrypt.obs' -lib encrypt -dest
-myprgm.obe
2. obr hello
1. obc -src
-..\examples\xml_path.obs -lib collect.obl,xml.obl -dest xml_path.obe
2. obr xml.obe
For OS X (10.9 or greater), you’ll need to install OpenSSL in order
-to use encryption APIs as well as iODBC to enable database support. Please
-refer to the following For OS X (10.9 or greater), you’ll need
+to install OpenSSL in order to use encryption APIs as well as iODBC to enable database support. Please refer to the
+following link
for OpenSSL directions and this The
2D gaming framework is built around SDL2 (>=2.0.9). The
-Windows distributions contains required DLLs. Support for other platforms is below.
For
@@ -1511,12 +1625,15 @@ 1.
-sudo apt
-install libsdl1.2debian libsdl-gfx1.2-5 libsdl-gfx1.2-dev libsdl-gfx1.2-doc
-libsdl-image1.2 libsdl-image1.2-dbg libsdl-image1.2-dev libsdl-mixer1.2
-libsdl-mixer1.2-dbg libsdl-mixer1.2-dev libsdl-net1.2 libsdl-net1.2-dbg libsdl-net1.2-dev
-libsdl-sound1.2 libsdl-sound1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev
License ·
Known
-bugs and limitations ·
Apple Silicon SDL2 support currently linked against homebrew
-libraries