The time for AmiWest 2020 finally came. This year AmiWest will have online presentation from all around the world, and the schedule can be seen at http://amiwest.net/broadcast/index.html. There is one presentation of mine, with the full topic "CROSS DEVELOPMENT FOR AMIGA AND CI/CD USING DOCKER".
A small part of it will be shown at the streaming, and the whole video will be uploaded at AmiWest YouTube channel afterwards. Hope you will find it interesting.
I've noticed lately that I've been getting coruption when adding key input events. I'm using the tried and true method I've used for years without problems. That is the combo of CX and AmigaLib.
So what I'm doing is building up a string from other strings, converting it to input events and sending them out. Namely, functions like cx_lib/InvertStringRev(), which would call on InvertKeyMap(), then send it out using AddIEvents().
Just a heads up for anyone who hasn't already stopped in for a look. There are videos being added to the Video Tutorials section.
Once the latest batch of videos is approved, all of the currently available DevCon videos will be included. I am trying to get any missing years of DevCon added at some point in the future as well.
this is a little bit off topic, but not entirely. I am just interested to know the following:
Is there any way to get vscode to comprehend the nature of the APICALL macro used in the AmigaOS libraries, so that you don't get error squiggles on all of your sys-calls ?
Hello guys,
I guess there are a lot of developers, in our community, that use cross compilers in other systems, to develop applications for AmigaOS.
I started developing a new AutoDoc viewer for Windows, Linux and MacOS, that will help you read these files, in a better way. It is far from perfect right now, and I have a lot of ideas, to make it even better.
Hi guys. So I've been experimenting with creating a CFE binary to run things from the CFE firmware. As it turns out, externally it identifies as CFE, but internally CFE uses OpenFirmware.
To run on CFE you just create a standard OS binary but it must be loaded to $200000 and start within this area. So I found some example code from the openbios project. I adapted the ofclient example so it compiled on OS4.