Roger C. Scudder Jr. on Thu, 15 Apr 1999 23:36:23 -0400 (EDT) |
Alexander Shinn wrote: One other thing: is it actually asking for "Stdio.h" and "Stdlib.h", capitalized like that? These files are all lowercase, so if it's asking for them like this it's probably a program written (in very bad style) on a windows platform where filenames are case insensitive. The C language is case sensitive. That's universal ... which includes non *NIX implementations. ;-) Roger -- To unsubscribe, send a message with the word 'unsubscribe' in the subject or body of your message to plug-request@lists.nothinbut.net
|
|