Results 1 to 4 of 4

Thread: save/load a dynamic array

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    first of all use code tags when you're inserting large parts of the code. the way it is here will strip people of any desire to help you.
    there is a lot of commented code which is unnecesary here and I assume it confuses you as well.
    for example:
    you read the number of records here:
    FS.ReadBuffer(FileSize, SizeOf(FileSize));

    but you never write it.

    so my advice is clean you code, work through it step by step and you will surely fix all your problems.
    Last edited by Dan; 06-11-2010 at 04:27 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •