1,605 Topics
![]() | |
Currently, users can download mps files from my website PROVIDED the files are relatively small. With large files (4 mega), the files do not download. I undestand that large files must be downloaded in blocks. How does one do this?? My current code reads as follows: [size=1][color=#800000]<% Set filesys = … | |
[B]Intro[/B] This guide is for building a Linux audio server using RedHat Linux and Icecast / Ices combination. I write this guide with no expressed warrenty or liability for it's accuracy or completion. You may use at your own risk. This is simply how I was able to get my … | |
#include <iostream.h> #include <fstream.h> #include <string.h> #include <iomanip.h> //for logfile struct log { long number; char date[9]; char time[9]; char gate[2]; }; //for customers struct customer { long number; char initial[2]; char lname[20]; char snumber[7]; char sname[17]; char stype[17]; char suburb[17]; char state[4]; char postcode[5]; }; //constants for array sizes … | |
Hi, I have a similar problem to recent poster amdm55. If a web link opens a new web page that's Ok but if it opens a small window from within that page it opens blank and freezes. I operate windows 98 second edition. If you open [url="http://www.betfair.com"]www.betfair.com[/url] and click on … | |
(edit) Code was too long for forum. I'm splitting it in 1/2 I'm currently working on a Direct3D class that simplifies D3D, so I can use it to make games, applications, etc. I started on it yesterday, got it to work so it draw triangles with a different color on … |
The End.