Results 1 to 3 of 3

Thread: Trash pointers to shortstrings and array of const: one extra pitfall

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    What exactly are trash pointers in this case?
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  2. #2
    A non-NIL pshortstring pointing to a forbidden memory region, made by incorrectly deciphering RTTI.
    I was trying to upgrade my code to proper RTTI handling of fpc 3 from 2.6.4's ugly hacks and I made a mistake.

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
  •