DLL created in c# fixed in the main folder

Asked

Viewed 50 times

1

I am learning to develop C#Dlls, using Unmanagedexports to be exported to another language (Clarion)

The DLL works, but with one exception: the application only "sees" the DLL in the main folder "C: " and not in the current folder. I noticed that inside the DLL file is " file.dll".

How to solve this problem?

  • I couldn’t find any online documentation of the Clarion. To resolve the problem you have to change the folder where the application is running, in case it is looking for the DLL on root_path (C:) and not in the current directory.

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.

I thank you all !

Browser other questions tagged

You are not signed in. Login or sign up in order to post.