One of my clients want me to include a subroutine in my DLL which as output data
has the full path of the DLL.(The DLL is normally not placed in the same
directory as his application EXE file) I have seen a lot of examples of
how to get the full path for the application file using GetModuleFileName.
Is there a way to get the same information for a DLL?
Krister Olsson
has the full path of the DLL.(The DLL is normally not placed in the same
directory as his application EXE file) I have seen a lot of examples of
how to get the full path for the application file using GetModuleFileName.
Is there a way to get the same information for a DLL?
Krister Olsson
Comment