Page 1 of 1

n00b question about the PLAY "" function

Posted: Tue Jun 14, 2005 11:47 pm
by WotL
First off: I'm a n00b in programming.. I have some Pascal experience but not much.

In Qbasic I once created a simple program to tune my guitar with the single following line of code:

Code: Select all

PLAY "l1o0t128eao1dgbo2e"
Within Qbasic this runs fine, but after compiling this to .exe with the compiler I downloaded from this site (the recommended v4.5) I get the following statement:
quoted from dosbox
Input run-time module path:
any ideas how to make this work as an .exe?[/code]

Posted: Thu Jun 16, 2005 2:17 am
by Dr_Davenstein
There are two options when you create an exectuable. Choose the one that says:

Create Stand Alone EXE


That should do it. ;)

Posted: Thu Jun 16, 2005 3:01 pm
by WotL
Hmm I really thought I had done that... 3 times..

Obviously I didn't.. :?


Well, this time it worked.. thanks anyway.