>Does anyone know how to access tcp using pascal >for dos?<br><br>Hi, I just joined this club.<br>The problem with TCP/IP for DOS is that there is no ...
Used 7.0 for many years on my Pentium 120. When I ugraded ny system to a Pentium II and installed Windows 95 I started getting a divide my zero error on all my...
I am trying to use Delphi 5 to read and write to an A/D card set at I/O port 300H. Can someone outline the pascal or asm to get the port address and then read...
it does that becasue it counts the number of clock cycles to keep the display in sync. on anything over a ppro 180, that number is bigger than the MaxInt. So,...
Hi,<br>Use (example)<br>"P:=PORT[$300]"in pascal and IN, OUT in asm.<br><br>(I`m not sure that you could write to the port using "Port",because Ive only tried...
Does anyone know where can I find libraries that fully describe VESA functions and ports?<br><br>Here is the page to explain what Im writing about. <br><a...
Yes, you can write to a port(and read to it) just as if it's a variable;<br>p := port[300];<br>or<br>port[300] := p;<br><br>It works either way, just make sure...
I dont' have any documentation that i know of(i will look though), but i do have quite a few BGI files that claim to work for pascal in 256 color all the way ...
I dunno if anyone has told you yet, but there are a number of patch programs available to take care of the CRT divide by 0 problem. The one I use is called...
Ok, you're gonna think I'm crazy. I am looking for a way to deal with TCP/IP socket programming in Borland Pascal (DOS) version 7. Any ideas? Third party...
johnny - i do have a unit that claims to do this, i havne't quite gotten it to work, but i haven't messed with it that much, it's basicly the only one i've ...
howzit pascals brothers ! try this proggie out!<br><br>write a pascal program to read in a number of names and their proffessions and find the best profession...
Find the best profession???? how would i do that? sort by salary? it's a matter of preference what the best one is.....more explination, but i'd be willing...
1st forray into web apps - I have wrttn a delphi prog which records ping performance cross our WAN (easy enough), but now I want to dish out the results to a...
goto <a href=http://community.borland.com target=new>http://community.borland.com</a><br>then, register as a user. <br>then, search for turbopascal. Downlaod...
Could anyone help me with a little problem i've been having?<br><br>I need the code for a program that will generate a random amount of the same shape and ...
You post way to many messages guys, it needs to stop, the server can't handle all of this. as you can tell, i'm j/k. i have somewhat of a problem. i have this...
This sounds like a simple, yet tedious program. what exactly are you having trouble with? mouse? graphics? user input? i'll try and help, tell me what you...
if that is all, why can't you just translate it almost line for line? send me some sample code from sun pascal, and if you have it, the original pascal...
This is a large commercial aplication for a prodctuoin product for a Silicon Valley company.<br>They know how much time it will take by hand and are looking...