tjanczuk / edge

Run .NET and Node.js code in-process on Windows, MacOS, and Linux
http://tjanczuk.github.io/edge
Other
5.42k stars 641 forks source link

Cant compile x86 DLL on node.js #719

Closed terraeca closed 1 month ago

terraeca commented 3 years ago

I have a project that has x86 dll dependencies and for some reason I cant make it work when I build x86 release.

Could not load file or assembly 'file:....dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.

However, when I build the same project as x64, I can interact with the DLL, but fails whenever I have to use a function that has x86 dll dependency.

Can someone please help?

Thank you