Thing implementation of the AV and other protocols
@atari
Published in
atari
· 2 years ago
... riable for Thing called AVSERVER. This is done as follows: MagiC Entry '#_ENV AVSERVER=THING' in the file MAGX.INF (must be added before '#_CTR'!) MultiTOS Entry 'setenv AVSERVER=THING' in the file MINT.CNF The following AV functions are supported by Thing: AV_PROTOKOLL AV_SENDKEY VA_PATH_UPDATE AV_ASKFILEFONT AV_ASKCONFONT VA_FONTCHANGED AV_OPENWIND AV_STARTPROG AV_ACCWINDOPEN AV_ACCWINDCLOSED AV_STATUS AV_GETSTATUS AV_COPY_DRAGGED AV_PATH_UPDATE AV_WHAT_IZIT AV_DRAG_ON_WINDOW AV_EXIT AV_STARTED AV_XWIND AV_VIEW AV_FILEINFO AV_COPYFILE AV_DELFILE AV_SETWINDPOS Some tips for implementation of the AV protocol in your own pro ...