Results 1 to 2 of 2

Thread: Heap32First

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    109

    Heap32First

    Anyone have any experience with any of the Heap api functions?

  2. #2
    jim mcnamara
    Guest
    Why are you messing with heap management in VB?
    Most of the heap api functions are there in direct counterpart to C calls:
    malloc()
    calloc()
    free()
    realloc()

    HeapWalk is the only one that isn't a direct C call. If you want to do this kind of thing you should be in C, not VB. No offense, but this makes almost no sense to try in VB. IF you're doing some kind of internals thing, use C++.

Posting Permissions

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



Click Here to Expand Forum to Full Width