AmziLS / AmziProlog

Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET "Any CPU" binaries not found

fahadash opened this issue · comments

The Windows Binaries for amzinet.dll is built on AMD processor architecture and do not work on x64 or x86. Build one with "Any CPU" configuration. Assemblies referencing amzinet.dll are getting runtime errors.

I found the actual issue. In your Managed C++ assembly amzinet, you have to set amzi.dll to DelayLoad in the Linker Settings. I did that and I have no issues. You can do that or I can do that and send you a Pull Request, your call