DLL created in C # fixed in the main folder

1

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?

    
asked by anonymous 12.07.2017 / 19:19

1 answer

0

Solved!

For those who know the Clarion language, the problem is in libmaker.exe. I downloaded a "fixed" version and the DLL worked.

Thank you all!

    
12.07.2017 / 20:12