English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 03 May 2003, 23:14   #1
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
Exclamation How to launch other exe in Blitz mode

I am coding a CD32 menu and I use Blitz basic.
I use to code some simple menu for cli and I used the command execute_.
But I am in Blitz mode now so how to do?
Tony Landais is offline  
Old 03 May 2003, 23:34   #2
Severin
Registered User
 
Severin's Avatar
 
Join Date: Dec 2002
Location: Gloucester / UK
Posts: 700
Send a message via ICQ to Severin
Afaik you can't because blitz mode has no interface to the system. the easiest thing to do is goto amiga mode execute your program and then return to blitz mode, or do it all in amiga mode which would probably be better as your writing a program to interact with the system not override it

don't forget you can ask this sort of stuff on the Blitzlist (Dave or Bernd might know a way to do it)...
Severin is offline  
Old 03 May 2003, 23:59   #3
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
if my memory serves me right, you need to use qamiga and amiga commands from within blitz mode.

This basically preserves all the blitzmode registers etc, and allows you to do basic i/o!

also.. tbh avoid blitzmode and program properly using the OS!!!

below is a exerpt from the blitz manual!!

QAmiga Mode

It is also possible to jump out of Blitz mode and back into Amiga mode.
This can done using either the QAmiga or Amiga statement.

Using Amiga to go back into Amiga mode will fully return you to the Amiga's
normal display, complete with mouse pointer.

Using QAmiga will return you to Amiga mode, but will not affect the display
at all. This allows your Blitz mode programs to jump into Amiga mode for
operations such as file I/O, then to jump back to Blitz mode without having
to destroy a Blitz mode display.

An Important note!!!!!

You should always ensure that absolutely no disk or file access is taking
place before entering Blitz mode. At the time of this writing, no software
method of achieving this has yet been discovered.

By following these guidelines using Blitz mode should be pretty safe:

. Always wait for the floppy drive light to go out if you have saved some
BippyM is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blitz: Which mode to use BippyM Coders. Blitz Basic 2 23 January 2013 18:09
launch foundation in cgx mode from amigados turrican3 support.Games 1 03 October 2007 07:39
'Warp Mode' broken in 'windowed mode' NoX1911 support.WinUAE 3 26 May 2007 01:05
If WinUAE cannot detect your supposedly empty HDD, look for zap.exe or wipe.exe. fmcpma support.WinUAE 5 08 August 2006 00:35
BLITZ - Createdisplay in AMIGA mode Tony Landais Coders. General 7 06 May 2003 23:31

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:42.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07018 seconds with 13 queries