is it possible

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
is it possible

Post by Guest » Thu Jun 13, 2002 11:02 pm

Is it possible to make an online game with qbasic. ??? ??? If it is please tell me. Ok c-ya :'(

User avatar
GPfault
Jr. Member
Posts:13
Joined:Mon Dec 02, 2002 9:14 pm

Re: is it possible

Post by GPfault » Tue Jan 07, 2003 9:43 pm

You might try interfacing with COM1 for local connections.

For online, you'll probably need to figure out how to access a network from QBasic.  You might need to write an assembly module that executes INT 21h or whatever to access the network driver.

You should probably study the workings of TCP/IP or IPX, so you'll know what to do.

Post Reply