Is there a way to determine the directory a DLL created from the FDK is loaded from?
I need to persist some data assocaited with my DLL and figured putting a file in the same directory would be the most logical place to put it. It also guarantees the directory will exist and I won't have to create some random place to put my configuration file.
Thanks,
- m