Page 2 of 3

Posted: Thu Nov 05, 2009 12:51 am
by BigBadKing
there is no version number in the program, but the zip file i downloaded
is exactly 50kb. oh and. in the directory of Proseed, are ten examples and
a .bas file in the source folder. and proseed.exe, is it the UPTO-DATE
version?

Posted: Thu Nov 05, 2009 1:08 am
by bongomeno
yes, but do you have the file hongpong.mi2? if so then you should be up to date.

Posted: Thu Nov 05, 2009 1:11 am
by BigBadKing
Yep, there is Hongpong.mi2 in it!

Posted: Tue Nov 10, 2009 2:35 pm
by bongomeno
Progress update:

Me and BigBadKing are working on this.
Currently he has been working on adding variables with custom names.
I should start working on adding line numbers soon as well.

Posted: Wed Nov 11, 2009 3:38 am
by burger2227
GO FOR IT KIDDO!

Posted: Mon Nov 16, 2009 3:03 pm
by bongomeno
Last night, I managed to add VERY basic line number support. There are a few things that I need to add to make it work like it should...

I also started writing a small RPG in proseed! It will be a simple menu driven little rpg where you fight battles to gain xp and money and stores and potions and stuff.... nothing special.

I am thinking about writing an IDE for this. Most likely for windows, but I might write one in Qbasic as well. I will like work on this once I have fully added line number support and fixed other bugs...

Re: download

Posted: Mon Nov 16, 2009 3:11 pm
by bongomeno
floogle11 wrote:i tried to download it but the application wasnt working so i tried the .bas file and it said the if statement was addvanced so i dont know what to do
Oh, I did not see your post! I am sorry!

I think that your problem might be you are using qb 1.1.
You will need to compile it to use it because it is command line based. You should run/compile it with QB 4.5.

The application does work. to run a sample program, just drag and drop it on to PROSEED.EXE. This is because it is command line based.

Posted: Tue Nov 17, 2009 11:23 am
by BigBadKing
Dont Worry, Bongomeno. i will make the IDE in less than three days.
(custom variable name usage is nearly done.). i will write the IDE in
both modes, QBasic (DOS) and Windows.

Posted: Tue Nov 17, 2009 2:19 pm
by bongomeno
I already have the code for a windows IDE that I created some time ago for another language, but yours will probably be way better than mine. :D

My idea was very simple, kinda like this:

A notepad clone with a button that says run. When you press run, it takes the current file that is open and calls the interpreter (included in the same folder) with the filename.

Also, when you are done with the custom names, I will take the code that I am working on right now and add onto yours.

I made it to where you have line numbers that start after 'start' and are manditory. It was simple, when the parser reade in the code, it checks to see if the line number is there and is correct, if not it ends.

Posted: Tue Nov 17, 2009 3:40 pm
by burger2227
Don't you guys have computers at home yet? I rarely see any posts here after 4PM.

Also, Bongo why isn't your signature home page in hypertext? Just add www.


Ted

Posted: Tue Nov 17, 2009 9:01 pm
by bongomeno
burger2227 wrote:Don't you guys have computers at home yet? I rarely see any posts here after 4PM.

Also, Bongo why isn't your signature home page in hypertext? Just add www.


Ted
Thanks, I changed my signiture.

btw, I have like 20 computers all to myself. :lol:

Posted: Wed Nov 18, 2009 2:03 am
by BigBadKing
I have two computers. if i can use invisible powder and escape from the
exams without getting noticed and get back my computer from my little
brother which uses my computer without permission. if i can do all this
then i will post before 4pm, :)

Posted: Wed Nov 18, 2009 3:36 am
by BigBadKing
Bongomeno, Dont you mind if i create the IDE with Java? if thats a
problem, i can create the IDE with the following languages:

[quote]
QBasic (takes more than two days)
JAVA
C\C++
FreeBasic
VisualBasic 3.0
VBDOS
[/quote]

I also know Assembly (five months experience) but i doubt that i
can create an IDE with it in less than four days.

Posted: Wed Nov 18, 2009 11:08 am
by bongomeno
Java? That would be ok. Maby I can whip one up in Qb and you can do Java.

Posted: Wed Nov 18, 2009 11:50 am
by BigBadKing
I finished my part of Custom Names, when i made the IDE. i will surely
Mail you, Dont forgot to inform me of New Releases of Proseed.

Posted: Thu Nov 19, 2009 9:18 am
by BigBadKing
Since im a fast typer, im fast at coding. i made a Proseed IDE, you can
find it at my site. my site is at http://mccorp.orgfree.com, to download
the IDE. head to http://mccorp.orgfree.com/files/index.html, and look
under ProIDE version 1.0 for download link. Seeya!

Posted: Thu Nov 19, 2009 11:13 am
by bongomeno
I downloaded PROIDE, but when I tried to extract it, there was a problem with the ZIP file. Nice website by the way!

Posted: Thu Nov 19, 2009 12:41 pm
by BigBadKing
Thanks for the site compliment. by the way, you need 7-zip to
extract ProIDE. if it doesnt work, i can lower the compression
ratio to make it work with other extractors.

Posted: Thu Nov 19, 2009 8:10 pm
by bongomeno
Lowering the compression ratio might be a good idea as most people use what comes with their computers.

My 16 bit ide is almost done by the way, but it is not very good I am afraid.

At the moment, I am doing the following things:

- fixing up my recent code
- updating the sample programs
- fixing up/updating bigbadkings code

Right now, I am just going to post the old version of proseed on my site with my recently added stuff.

I will be working on putting our code together so we can have both: custom variable names AND line numbers.

those 2 updates should make proseed much much easier to use. and more readable!

Posted: Fri Nov 20, 2009 12:22 am
by BigBadKing
dont forgot to send me the new proseed via mail, ok? dont worry about
your ide, simplicity is what it takes to start up.