Hi Tcheko
Quote:
I am currently trying to come back to amiga (mos) programming and it is not easy. Too much thing have changed or documentation is too slim (no examples mainly).
Right.
Quote:
I search the web last night and didn't found a good forum with wide knowledge base. Most of amiga dev forums are quite empty.
The archive of the newsgroup comp.sys.amiga.programmer on Google is a true source of information ! There are many examples on Internet too ...
Quote:
Some people try to do some good stuff : www.guru-meditation.net for example. Content is french unfortunatly. Not too much article either but a good start (Hi Iliak!).
Not too many articles ? It could be better but I think all the articles cover a large knowledge about AmigaOS programming.
Quote:
It would be definitively usefull to have a knowledge base about mos programming (by extend amiga programming) with examples and tutorials covering most important subjects :
- How to setup devenv
Quite easy with the MOS SDK from MDC
- How to compile (build makefile)
StAn wrote an article on this subject : http://www.guru-meditation.net/main.php3?root=412
- MUI (Zune)
I am preparing several examples with a increasing difficulty.
- Networking (Mos 1.5)
Yep, hard to have clear explanations :(
- File I/O
Do you really need advices about that ? Just ask on forums or dev mailing-list :) And use dos.library !
- Datatypes
I wrote 4 articles on that about pictures : http://www.guru-meditation.net/main.php3?root=155
- Graphics
Five articles from StAn at : http://www.guru-meditation.net/main.php3?root=183
- Handlers
??
- Creating Devices
I don't know about that
- Creating Libraries
Just have a look at Clib on Aminet (works with all compilers) and skeleton in the examples of the MOS SDK (in the documentation directory)
Quote:
PS : If anyone know how to link SDL static lib... I take.
I know. Please give more information about your problems ... why not through the forum of guru-meditation.net ?