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 Chriss Miller 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: *

  1. LorenPechtel

    Autoexec for XP

    How does one set the autoexec.bat of a dos box under XP?
  2. LorenPechtel

    The compiler is too smart, how do I stop it from finalizing?

    Situation: Procedure ZeroLargeRecord(var Data : tLargeRecord); // tLargeRecord contains a lot of integers and one dynamic array Var Temp : tLargeRecord; Begin Move(Data, Temp, SizeOf(Data)); // Save a copy of the dynamic array pointer FillChar(Data, SizeOf(Data), 0); // Works as...
  3. LorenPechtel

    Dos -> Windows communication

    I'm trying to send data from a Borland Pascal program to a Delphi program. The data is of variable size up to 4k. The problem is I want to do this fast--I'm hoping for 100ms. What I've tried: Writing to a file and reading it on the Delphi side. This works but the timing isn't...

Part and Inventory Search

Back
Top