Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hmjswt

Pages: [1]
1
QB64 Discussion / Re: Linux: Where is my compiled ( run ) file?
« on: August 19, 2020, 05:39:35 am »
73 OK you win, I am a young one at 66 :-)

Holy macaroni! Did you work on code for that?

No it was a analog computer. No software involved. It was al in the hardware. A lot of potentiometers... I had to test and calibrate the thing.
It worked with 4 different radars. One search radar, 2 for tracking the target and one for controlling and sending commands to the missile.
Then we wend to Crete, launched a Nike Hercules and blow the drone out of the sky. In short, it worked.
Oh, the computer had to reset itself every second to avoid an overload. For that we had 'zero switches' in the computer: rotating glass rods in a oil filled pot.
Ah, a very differed world then... I am talking about the 60's. But it did was it was supposed to do.

Later they modified the computer with a lot of digital things.
Including a hard drive with a couple of 100 lines of code.
Calculating a trajectory for a rocket to intercept something is not that difficult. ( Yes it is rocket science... )

2
QB64 Discussion / Re: Linux: Where is my compiled ( run ) file?
« on: August 18, 2020, 01:56:45 pm »
@hmjswt

Ha! I remember doing FORTRAN on punch cards. Do I win on age score?


Hallo,
Age score? I do not know. The first computer I worked with was a General Electric Analog computer.
It controlled surface to air missiles.
I am 73. But my brain is still 35! ( I wish my live support system ( body ) was...
But I am happy to have participated in the birth en maturing of the  ( personal ) computer. Both as an engineer and college instructor.
It was great fun! And it still is.

3
QB64 Discussion / Re: Basics of QB64 - Using fonts
« on: August 18, 2020, 06:33:47 am »
Hallo,

Thank you, just what I was looking for.

4
QB64 Discussion / Re: IDE Font Size in Ubuntu or Linux Mint
« on: August 18, 2020, 06:29:54 am »
Hallo,

Thank you for the info.
I have installed courier on Xubuntu 18
Works very nice.

Greetings,
Henk Siewert

5
QB64 Discussion / Re: Linux: Where is my compiled ( run ) file?
« on: August 18, 2020, 05:00:52 am »
Welcome @hmjswt

To put the .exe in same folder as your source .bas file, bullet the "Output EXE to Source Folder" in the Run Menu of IDE.

Thank you @bplus. Now I am very happy.
The first program I have compiled is a program to calculate the apogee of a model rocket.
The program started, a long time ago,  as FORTRAN code, then I converted it to Microsoft BASIC-80 for CP/M.
Later I converted is to use QB45 thing like CLS and UCASE. Thinks I had to do in BASIC-80 with a self made library coded in assembler.
It is coded in BASCOM compiler stile.
It runs perfectly in QB64! How about that!
I only have to find a way to use a bigger font in the output window.
I am not that young any more ( I worked with CP/M ;-) ) . So a bigger font will be very nice.
If you are interested I can publish the code.

Greetings,
Henk Siewert

6
QB64 Discussion / Re: Linux: Where is my compiled ( run ) file?
« on: August 17, 2020, 10:54:53 am »
Hallo,
I am new to Linux. and QB64.
I want to compile my QB files with QB64 on Linux.
Compilation is OK and program runs OK. But where can I find the compiled ( run ) file so I can run it as a standalone ?
Thank you.
Greetings from The Netherlands.

OK, it is in the dir with the run_qb64.sh file!

7
QB64 Discussion / Linux: Where is my compiled ( run ) file?
« on: August 17, 2020, 10:23:53 am »
Hallo,
I am new to Linux. and QB64.
I want to compile my QB files with QB64 on Linux.
Compilation is OK and program runs OK. But where can I find the compiled ( run ) file so I can run it as a standalone ?
Thank you.
Greetings from The Netherlands.

Pages: [1]