This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#76 2011-11-26 10:44:11

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

ImagineIt wrote:

Idk if I can do this since Lazarus is not compiling. sad

Ok, i'l take you off the list.


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#77 2011-11-26 10:45:31

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: SlingDev

slinger wrote:

ImagineIt wrote:

Idk if I can do this since Lazarus is not compiling. sad

Ok, i'l take you off the list.

No, don't. I might find out later but still let more people on if I can't.

Offline

 

#78 2011-11-26 10:49:19

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

ImagineIt wrote:

slinger wrote:

ImagineIt wrote:

Idk if I can do this since Lazarus is not compiling. sad

Ok, i'l take you off the list.

No, don't. I might find out later but still let more people on if I can't.

ok


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#79 2011-11-26 20:14:27

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SlingDev

slinger wrote:

WindozeNT wrote:

Just wanted to stop by and see how your software development was going. WindozeNT Software just released 18 new software products, in which 6 are updates. I also came to say that I want to license part of the MacinCrash Document Format v1.3 file format to SlingDev in hopes that you can create the format so MacinCrash For Windoze 1.3 can have its own file format.

Possible program name: MacinCrash Document Format v1.3 (Container File Format)
Purpose of this program: To give Mcrsh32 1.3 its own file format.
What this program does: Stores file data for use with MacinCrash For Windoze 1.3.

Ok, we will try!  big_smile  (downloading MacinCrash)

Actually, the version on the database is MacinCrash For Windoze 1.0.1. Version 1.3 is still in development and to receive the developer previews of it you have to be a WindozeNT Software developer.


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#80 2011-11-27 01:16:40

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

WindozeNT wrote:

slinger wrote:

WindozeNT wrote:

Just wanted to stop by and see how your software development was going. WindozeNT Software just released 18 new software products, in which 6 are updates. I also came to say that I want to license part of the MacinCrash Document Format v1.3 file format to SlingDev in hopes that you can create the format so MacinCrash For Windoze 1.3 can have its own file format.

Possible program name: MacinCrash Document Format v1.3 (Container File Format)
Purpose of this program: To give Mcrsh32 1.3 its own file format.
What this program does: Stores file data for use with MacinCrash For Windoze 1.3.

Ok, we will try!  big_smile  (downloading MacinCrash)

Actually, the version on the database is MacinCrash For Windoze 1.0.1. Version 1.3 is still in development and to receive the developer previews of it you have to be a WindozeNT Software developer.

All right, never made a new file type before so I may miserably fail lol


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#81 2011-11-27 19:16:02

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SlingDev

slinger wrote:

Other software companies you may like

WindozeNT

It's "WindozeNT Software", not "WindozeNT".  tongue

Last edited by WindozeNT (2011-11-27 19:57:45)


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#82 2011-11-27 19:22:57

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SlingDev

slinger wrote:

WindozeNT wrote:

slinger wrote:


Ok, we will try!  big_smile  (downloading MacinCrash)

Actually, the version on the database is MacinCrash For Windoze 1.0.1. Version 1.3 is still in development and to receive the developer previews of it you have to be a WindozeNT Software developer.

All right, never made a new file type before so I may miserably fail lol

The structure is currently this:

Code:

Application Signature (i.e. "MCRSH32-v1.3"; if not found, it is assumed to be a Mcrsh32 1.0x file which will be used like a standard RTF file)
Background Color of Text Box
RTF Information

http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#83 2011-11-27 20:04:27

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: SlingDev

Hm.  I have experience in several languages, though I'm not sure whether I'd like to learn Pascal to join (I can learn languages pretty quickly).  Can I have some sample code (something pretty advanced; I find that Hello World programs make stuff look more complicated than they are because of all the extra stuff, like #include <iostream>, using namespaces std; (or std::) and int main () in C++)?  Also, what kind of stuff would you make?

Offline

 

#84 2011-11-29 09:52:53

jurk
Scratcher
Registered: 2010-05-06
Posts: 100+

Re: SlingDev

cool  big_smile


http://dl.dropbox.com/u/54228408/cool.png

Offline

 

#85 2011-11-29 09:56:01

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

jurk wrote:

cool  big_smile

Thanks  big_smile


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#86 2011-11-29 10:03:52

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

maxskywalker wrote:

Hm.  I have experience in several languages, though I'm not sure whether I'd like to learn Pascal to join (I can learn languages pretty quickly).  Can I have some sample code (something pretty advanced; I find that Hello World programs make stuff look more complicated than they are because of all the extra stuff, like #include <iostream>, using namespaces std; (or std: smile  and int main () in C++)?  Also, what kind of stuff would you make?

Well, I envy you. I've tried learning some languages and they take forever to learn. Ok you want advanced code and I'm no advanced coder (yet)  tongue  Well I just whipped this up,

Code:

program Project1;

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Classes
  { you can add units after this };

{$R *.res}
var
  input:string;
  number:integer;

begin
  write('type something here: ');  // a random program off the top of my head lol
  readln(input);
  writeln('So you typed, ',input,'?');
  write('type a number: ');
  readln(number);
  writeln(number * number);
  writeln('press <Enter> to continue');
  readln;

end.

You may find it of use  tongue  And as for the stuff we are making its up to the team and the people that fill out the form ;D


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#87 2011-11-29 12:45:19

jurk
Scratcher
Registered: 2010-05-06
Posts: 100+

Re: SlingDev

slinger wrote:

jurk wrote:

cool  big_smile

Thanks  big_smile

smile


http://dl.dropbox.com/u/54228408/cool.png

Offline

 

#88 2011-11-30 19:53:36

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: SlingDev

WindozeNT wrote:

slinger wrote:

Other software companies you may like

WindozeNT

It's "WindozeNT Software", not "WindozeNT".  tongue


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#89 2011-12-01 03:57:21

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

WindozeNT wrote:

WindozeNT wrote:

slinger wrote:

Other software companies you may like

WindozeNT

It's "WindozeNT Software", not "WindozeNT".  tongue

Whoops my bad  tongue


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#90 2011-12-03 14:28:12

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: SlingDev

WindozeNT wrote:

Possible program name: MacinCrash Document Format v1.3 (Container File Format)
Purpose of this program: To give Mcrsh32 1.3 its own file format.
What this program does: Stores file data for use with MacinCrash For Windoze 1.3.

Wait, is this supposed to be made in VB? If so Its probably not going to happen any time soon because I hardly know any BASIC  sad


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

Board footer