davidm / luacom

Microsoft Component Object Model (COM) binding for Lua
http://lua-users.org/wiki/LuaCom
Other
116 stars 51 forks source link

64 bit dll #20

Open ht250763 opened 5 years ago

ht250763 commented 5 years ago

When I tried to load the dll it gives me a failure that it is not a valid Win32 application. I guess the luacom.dll is compiled based on 32bit architecture. Can you confirm this?

Is there a 64-bit dll available?

LetMyPplGo commented 4 years ago

I spent two evenings trying to compile luacom for win64. Without experience in C++ it's a nightmare. Still no luck. Does anyone have x64 version of this lib?

moteus commented 4 years ago

I have rockspek in my fork. https://ci.appveyor.com/project/moteus/luacom

shere-avintec commented 4 years ago

I have rockspek in my fork. https://ci.appveyor.com/project/moteus/luacom

Is it possible to get a binary somewhere? Have troubles building

moteus commented 4 years ago

Is it possible to get a binary somewhere? Have troubles building

You can fork my repo, add artifacts to the appveyour.yaml file and run your own task on the AppVeyour service. You can make PR with this.

moteus commented 4 years ago

I just update my appveour.yaml file to export dll as artifact

shere-avintec commented 3 years ago

Thank you very much! Had troubles building this myself...