I have many projects using the same DLL (non-sequential object). The DLL is general. The DLL retrieves a unique data file for each project.
How does the DLL find or look up the name of the project or the file path for the project (each project is in its own path)?
Yes, I can keep this straight manually, renaming, and moving stuff around when changing projects. But why? This is what we have computers for!
thanks,