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 wOOdy-Soft 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: halveb
  • Content: Threads
  • Order by date
  1. halveb

    Fixed Length Strings

    I am calling a DLL where one of the parameters is a fixed length string (of 8000 bytes). In Visual Basic a fixed string can be dimensioned so that the string will always be of that size. Is there a way to do this in Delphi? I have tried using the SetLength(string, size) function but this...
  2. halveb

    Calling DLL from Delphi

    I have a DLL that I currently call successfully from a Visual Basic program that I cannot seem to get defined properly in Delphi. I am new to Delphi and I suspect that the different variable types are what are causing my problems. The code declaring the DLL in VB is as follows: Declare...

Part and Inventory Search

Back
Top