Just basic help request
namu
-
pro -
pro -
Hello, can someone give me information about the software Just BASIC?
How do you export what you have created?
The example files from the software...
We can test them, but how to export them as exe ????
Thank you!
I'm more than a beginner
How do you export what you have created?
The example files from the software...
We can test them, but how to export them as exe ????
Thank you!
I'm more than a beginner
Configuration: Windows XP Internet Explorer 7.0
11 answers
Hello everyone, I am creating a game on Just Basic but when I type: #game: and run it, it displays an alert message saying: These handles closed by Just Basic.
: please add the appropriate CLOSE commands.
Thus, I cannot continue
Thank you for coming to my rescue.
: please add the appropriate CLOSE commands.
Thus, I cannot continue
Thank you for coming to my rescue.
pro
:end
Hello,
I am currently working in Just BASIC, and it is simple!
You can compile (turn into .exe) very easily.
To compile:
"RUN">"Make a *.TKN File">"Save"
Go to the directory where you saved it, create an empty folder, paste the file.tkn, the jbrun101.exe program, and the SSL and DLL files there. Rename jbrun101.exe to the same name as the .tkn file. Execute the .exe file by clicking on it. Normally, it should work!
I am currently working in Just BASIC, and it is simple!
You can compile (turn into .exe) very easily.
To compile:
"RUN">"Make a *.TKN File">"Save"
Go to the directory where you saved it, create an empty folder, paste the file.tkn, the jbrun101.exe program, and the SSL and DLL files there. Rename jbrun101.exe to the same name as the .tkn file. Execute the .exe file by clicking on it. Normally, it should work!
Sorry, I read it wrong
The program jbrun101.exe, and the SSL and DLL files are in the Just Basic v1.01 direct folder
--
...
The program jbrun101.exe, and the SSL and DLL files are in the Just Basic v1.01 direct folder
--
...
Hello everyone
you need to put at the end of your program
close #game
otherwise it won't work. I hope I answered your question even if it's a bit late!
good luck with programming.
you need to put at the end of your program
close #game
otherwise it won't work. I hope I answered your question even if it's a bit late!
good luck with programming.
It's simplified Basic...
There is already an exporter in *.exe inside.
http://www.justbasic.com/
--
...
There is already an exporter in *.exe inside.
http://www.justbasic.com/
--
...