|
|
Up |
|
|
  |
Author: Robert BlassRobert Blass
Date: Sep 22, 2008 18:19
QuickBASIC interpreter/debugger runs my CPU to 60C which is 10C above
the max for this CPU.
The QuickBASIC interpreter/debugger defaults to a window size that is
too tiny. If I try to increase the size or even make it maxamized the
thing with Freeze.
Is there a QuickBASIC interpreter/debugger that works the way the MS
version does but allows it in a Windows XP environment?
I'm not trying to code something big and I'd like to be able to see
what I am doing.
Anyone??
|
| |
|
| |
no comments
|
|
  |
Author: meme
Date: Sep 19, 2008 15:52
Robert Blass wrote:
>Message was [...] posted to the following Newsgroups in hopes of
>getting more replies.
>comp.lang.basic.powerbasic,comp.lang.misc,comp.lang.java,comp.lang.c++,comp.lang.c,comp.lang.c.moderated
Answer was not posted because you posted to the following Newsgroups.
comp.lang.basic.powerbasic,comp.lang.misc,comp.lang.java,comp.lang.c++,comp.lang.c,comp.lang.c.moderated
Don't do that. It puts your needs above the convenience of the reader.
|
| |
|
| |
no comments
|
|
  |
Author: Robert BlassRobert Blass
Date: Sep 17, 2008 10:22
I am looking to get my feet wet with encryption. When I say encryption
program I am talking about something to get me off to a quick start.
Something very simple, far less than the 40+ bit encryption code.
What I need is an easy to understand language choice. I've used BASIC
a long time ago but is there another language that is better and more
supported?
There seems to be hundreds of languages so it's hard for me to just
pick one.
I also wanted it to be a freeware or shareware programming language
with a compiler and maybe an editor that has colors and error
checking. I'll need it to be usable in a windows/xp environment.
Maybe a one that compiles into a self supportive EXE?
As I said I am just starting by trying to code a very simple
encryption program. If anything fits this bell then please give me
some information.
Thanks.
Message was cross-posted to the following Newsgroups in hopes of
getting more replies.
comp.lang.basic.powerbasic,comp.lang.misc,comp.lang.java,comp.lang.c++,comp.lang.c,comp.lang.c.moderated
|
| |
|
1 Comment |
|
  |
Author: mercury0x000dmercury0x000d
Date: Sep 11, 2008 21:33
Hello all,
I have been working for quite some time now on a GUI shell to function
atop all flavors of DOS. I have been working on this project, which I
have tentatively named "PCOS," in my spare time, which seems to be to
date quite sparse. However, I am preparing to release the project and
its PowerBASIC source code under the GNU GPL, and I am interested to
see if anyone would desire to contribute in any way needed to the
project. Trust me, there's much to be done! If you want to learn more
about the project, please feel free to visit the "PCOS Project HQ" at
http://www.geocities.com/mercury0x000D/, or to email me directly at
mercury0x0...@ gmail.com.
Thank you all in advance!
Mercury0x000D
|
| |
|
3 Comments |
|
  |
Author: Wolfgang EnzingerWolfgang Enzinger
Date: Aug 20, 2008 04:48
Just in case you didn't notice yet, new versions for both the Windows
and the Console Compiler are available. They seem to have some nice
new features ... :-)
Cheers,
Wolfgang
|
| |
|
no comments
|
|
  |
Author: Lloyd.SislerLloyd.Sisler
Date: Aug 14, 2008 12:15
http://tablet.googlebong.com
Ronald Ingebretsen GoogleBong
img { border: 2px solid Black }
pre { font: 6pt/8pt }
p,blockquote { font: 16pt; font-family: verdana, arial, 'sans serif' }
h1,h2,h3,h4,ul { font-family: verdana, arial, 'sans serif'; font: 14p }
table,li,td { font-family: verdana, arial, 'sans serif'; font: 12p }
ul { list-style: disc }
ol { list-style: decimal }
body { background: "#EEEEEE" }
h1,h2,h3,h4,hr,p,ul,blockquote,pre { color:Black }
a:link { color:Blue }
a:visited { color:Blue }
a:active { color:"#008000" }
a:hover { color:"#008000" }
h1.header { padding:0em; margin:0 }
div.container { width:100%%; margin:0px; border:1px solid Black; line-height:150%% }
div.header,div.footer { padding:0.5em; color:white; background-color:Black; clear:left }
div.left { width:15%%; margin:0; float:left; padding:0; }
|
| Show full article (1.08Kb) |
|
no comments
|
|
  |
Author: OlavOlav
Date: Jul 5, 2008 10:39
Hi,
I have this PBCC 4.04 program, which trigger error "Illegal function call",
if the 3 conditions below is met.
1:Run from the commandline prompt.
2:A parameter contains a none english letter
3:And the CONSOLE SET VIRTUAL 26,81 statement is executed.
(No problem if the same commandline is entered into the commandline box,
and the program run from within the IDE).
I should add that the commandline is pretty short(33 characters)
Using WIN/XP SP3.
Anyone any view on this?
--
|
| |
|
4 Comments |
|
  |
Author: Michael MattiasMichael Mattias
Date: Jul 5, 2008 06:32
"don greger" homeexpressway.net> wrote in message
news:c5nt649u5pc3ag35hqalpu32nldj74f8lp@4ax.com...
>i am looking for a sort routine that will allow me to sort a large
> file on several data sets within each record. this sort can be such
> that when the sort is plotted out the results look like a tree. i
> had a copy of this sort many yeats ago, but it got lost.
> this sort also had a print/search routine with it.
>
> this sort was run on a file without move any of the records.
There are many, many types of sorts, any of which will reach the same end;
however, search, print and "plotting" of results would not be part of any
pure 'sort' routine.
I think what you had was more than just a sort routine.
If you can't find whatever it was you used many years ago you are going to
have to re-create it. The good news is, this does not sound all that
complicated. Tedious perhaps, but certainly not requiring the re-invention
of fire.
MCM
|
| |
|
no comments
|
|
  |
Author: VladVeytselVladVeytsel
Date: Jul 3, 2008 19:43
Please find at the link below some examples of PowerBASIC programming
techniques along with several useful fully-functional programs.
http://www.davar.net/PC/PBASIC/PBASIC.HTM
PowerBASIC support 4DOS batch command scripts
-------- PowerBASIC Functions
COMPRES$ Compress character string
DAY2GRE$ Convert absolute day number into Gregorian date
DIGITAL%% Check character string...
|
| Show full article (1.69Kb) |
|
no comments
|
|
  |
|
|
  |
Author: VladVeytselVladVeytsel
Date: Jul 2, 2008 11:56
Please find at the link below some examples of PowerBASIC programming
techniques along with several useful fully-functional programs.
http://www.davar.net/PC/PBASIC/PBASIC.HTM
PowerBASIC support 4DOS batch command scripts
-------- PowerBASIC Functions
COMPRES$ Compress character string
DAY2GRE$ Convert absolute day number into Gregorian date
DIGITAL%% Check character string...
|
| Show full article (1.69Kb) |
|
no comments
|
|
|
|
|