I'm learning to develop DLLs in C #, using UnmanagedExports to be exported to another language (Clarion)
The DLL works, but with one exception: the application only "sees" the DLL in the "C: \" main folder and not in the current folder. I noticed that inside the DLL file is "\ file.dll".
How to solve this problem?