Search found 725 matches

by stevepoole
Sat Nov 29, 2014 4:30 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Thanls Michael,
Looks like I am getting into deep water...I'll have to get hold of QLib now.

As for the boot file, Is it not possible to load the file into Quill to tweak and save it? I seem to remember that someone used Text 87 to do just that sort of thing.

Steve.
by stevepoole
Sat Nov 29, 2014 1:15 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Hi embee, The problem came from me using two computers. The old one configures QPC to win1_, the new one to dos5_ ... The BOOT program forces data_use and prog_use to flp1_ The BOOT has no line numbers, so I could not tweak it. I tried dos_use flp but that did not override the settings. Back on the ...
by stevepoole
Sat Nov 29, 2014 10:41 am
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

To Derek Stewart,

I downloaded libcport and c68 as you suggested.
Using dos_use flp
LRUn dos5_libcport.example1 works fine.
LRESPR dos5_libcport_runtime.exts gives not found, yet the file is shown with dir_dos5_libcport !

Mystery...

Steve.
by stevepoole
Fri Nov 28, 2014 6:20 am
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Oops, I forgot I had lightning on microdrives. I LRESPRed LNG_MATH_EXT, and wrote a code timing routine full of trigonometry functions. Result, with _ lngprec set to 0 or 1, 2 or 4, no difference in speed on QPC with a 15 second run. So no way of accelerating here I'm afraid.... Pity _lngprec doesn'...
by stevepoole
Fri Nov 28, 2014 2:25 am
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Does anyone still use the LIGHTNING MATHS EXTENSIONS? These could be useful in this current TSP project. I have them on a dud microdrive. ARE they still available anywhere?
Steve.
by stevepoole
Thu Nov 27, 2014 9:31 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Thanks Tobias, I will download these as soon as I get enough spare time to get into them. For the moment, SBasic is the language i will be using to develop the TSP. Then, when all is ready I will start transcoding. Thanks again everybody. My return to the QLForum has indeed been very rewarding. Steve.
by stevepoole
Thu Nov 27, 2014 9:07 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Thanks everyone. Now I am beginning to see where I am going.
Where can I buy CPort, LibCport & c68 please?
Steve.
by stevepoole
Wed Nov 26, 2014 9:32 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

Hi Rich, Yes I would like to aquire Superbasic C-Port and give it a try. It should make a reasonable stepping-stone for transcoding to C++. If anyone has used it , I would like to hear their opinion on it. This is what the SBasic 'Travelling Salesman Program' has to compete with : Type this into you...
by stevepoole
Wed Nov 26, 2014 1:46 pm
Forum: General QL Chat
Topic: Inactive members
Replies: 12
Views: 7066

Re: Inactive members

Hi All,
If you get your password wrong, you can use another, but not using the same email address. This locked me out for a couple of years. Now I have a second email account I am back on line.
Perhaps others have also had this problem?
Steve.
by stevepoole
Tue Nov 25, 2014 8:31 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 55748

Re: SBASIC & C++

After years of doing without, I managed to get my program TURBO'd and it does indeed run several times faster.
As for SuperBasic C-Port, where can you get this from?
Steve.