I'm curious about something with objects as it will affect the game lib. What I need to know is how objects work at run-time. Is there a way to create an object so that it will be loaded only if allocated with "New"? In other words, is there a way to keep the code for the object on disk until it's needed, and removed form memory when not?
See ya! Orlando Llanes