Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Javin
  • Order by date
  1. Javin

    *.x files

    You mean to tell me I just paid $55 for a programming language that can't do better than 640 x 480?! DAMN! <p>Javin<br><a href=mailto:Javin@Javin-Inc.com>Javin@Javin-Inc.com</a><br><a href=www.Javin-Inc.com>Javin Inc.</a><br><br> Why don't sheep shrink when it rains?
  2. Javin

    Use pictures in QBasic

    Yanno, I've read about the BSave option, but never actually tried it. (Moved on to VB before I got that far, now I'm back to play.) Can you give us any information on the BSave thing? -Javin <p>Javin<br><a href=mailto:Javin@Javin-Inc.com>Javin@Javin-Inc.com</a><br><a...
  3. Javin

    Saving variables

    It's easiest to do by saving them into a simple ascii file. If you know the maximum length of your variables, use a binary file. (I like to try and keep my numeric variables below 255, and use numeric variables whenever possible. This way you can use a single ASCII code as the value of the...
  4. Javin

    CGI executables in QBasic

    Okay, new problem. I thorougly read through (even printed out) the link you gave me. Unfortunately, it's talking specifically about DOS CGI. DOS CGI isn't supported by my host, (nor is Perl, for some bizarre reason) so that's still a no-go. Here's what I'm trying to do: DEFINT A-Z InStr$ =...
  5. Javin

    CGI executables in QBasic

    Eliuker- You are a GOD. That's exactly what I was looking for! Thanks a bunch! -Javin <p>Javin<br><a href=mailto:Javin@Javin-Inc.com>Javin@Javin-Inc.com</a><br><a href=www.Javin-Inc.com>Javin Inc.</a><br><br> Why don't sheep shrink when it rains?
  6. Javin

    CGI executables in QBasic

    Yeah, that's precisely what I'm afraid of.&nbsp;&nbsp;I know it can be done, because I've SEEN people make CGI EXEs in QBasic, but I've never seen the code.&nbsp;&nbsp;I'm afraid it's going to turn out to be some massively complex method of outputting the data by writing it out to a specific...
  7. Javin

    QBasic and CGI?

    LOL!&nbsp;&nbsp;Actually, the saying makes perfect sense.<br><br>
  8. Javin

    CGI executables in QBasic

    See, that's just it.&nbsp;&nbsp;I have another .EXE file that does the EXACT same thing, gives you the exact same output when run, and it works.&nbsp;&nbsp;So I wrote the QBasic program to mimic it, and compiled it into an .EXE, yet the server kicks an error when it's run.&nbsp;&nbsp;<br><br>Is...
  9. Javin

    QBasic and CGI?

    Anyone here use QBasic to write executable CGI?&nbsp;&nbsp;If so, could you post a simple .BAS file to give me an idea of how their supposed to work?&nbsp;&nbsp;I'm fairly well versed in QBasic, but have never attempted anything with CGI.<br><br>-Javin
  10. Javin

    CGI executables in QBasic

    I've used QBasic for years, but still know just enough to be dangerous.&nbsp;&nbsp;Can I get any suggestions for writing CGI in QBasic?<br><br>I tried this to test:<br><br>PRINT &quot;Content-Type: text/html&quot;<br>PRINT<br>PRINT &quot;&lt;HEAD&gt;&lt;TITLE&gt;This is a...

Part and Inventory Search

Back
Top