GrabURL 1.0 src ~~~~~~~~~~~~~~~ New license informations: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. End of license info After a few years, I finally decided to release this code. I dont really work with my A4000 anymore so I'm not planning to update this. As you can see above, the source code have been released under the GNU General Public License. This license replaces the one that can be found in the original .guide. You can find more information in gpl.txt. If you have questions or comments, I can be reached at greyl@videotron.ca or ei971807@uqac.uquebec.ca. HOW TO COMPILE ~~~~~~~~~~~~~~ You need SAS/C. cd GrabHTTP smake cd /ScanHTML smake cd /UrlManager smake You can also replace "smake" with "smake CPU=0x0" where x is 0,2,3,4 or 6. With GrabHTTP & UrlManager, you can also use "smake final" to make smaller code. This simply tells smake to compile everything as if there was only one .c file.