Category : Graphic Animations - Lots of older FLI's
Archive   : PLAY80.ZIP
Filename : ICON.POC

 
Output of file : ICON.POC contained in archive : PLAY80.ZIP
//
// quick and dirty poco to write an icon to the file icon.bin
//
//
// if anyone tidies it up, please fax or send the changes to me
//

main() {
int x;
int y;
int w;
int h;
int x1;
int y1;
FILE *handle;
char ch[256];
int true;

Qfile(".ico", "make", "icon", ch, 1, "choose icon file");

handle = fopen(ch,"w");

true = RubBox(&x1, &y1, &w , &h);

for (y=y1; y<(y1+h); y++) {
for (x=x1; x<(x1+w); x++) {
fputc(GetDot(x,y), handle);

}
}
fclose(handle);

}


  3 Responses to “Category : Graphic Animations - Lots of older FLI's
Archive   : PLAY80.ZIP
Filename : ICON.POC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/