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 bkrike 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: Cosmin3
  • Content: Threads
  • Order by date
  1. Cosmin3

    lowering memory fragmentation

    Hi. In one of my applications I use an array of records (hundreds of items) with 4 memory streams (a few MB each) in each item. Most of the times the data from one of the streams is backed up in one of the streams (for Undo) and then is modified and the result is copied into the other 2 and...
  2. Cosmin3

    saving configuration in application' exe file

    Hi. I want to save the configuration of my program into its exe file (directly or in resources). I know I can use registry or a separate configuration file but I prefer to save in exe. Could you please help me..? Thank you in advance. Best regards, Cosmin
  3. Cosmin3

    the fastest way to create a file of specified size

    Hi. What is the fastest way to create a file of a specific size (preferably without writing in it) on a nonNTFS partition..? On a NTFS I use this: var tf: TFileStream; begin .... tf := TFileStream.Create(FileName, fmCreate or fmShareExclusive); tf.Size := [desired value]; tf.Free; It's very...

Part and Inventory Search

Back
Top